Package org.apache.poi.hslf.usermodel
Class HSLFShapeFactory
java.lang.Object
org.apache.poi.hslf.usermodel.HSLFShapeFactory
Create a
Shape object depending on its type-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HSLFShapecreateShape(EscherContainerRecord spContainer, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a new shape from the data provided.static HSLFGroupShapecreateShapeGroup(EscherContainerRecord spContainer, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) static HSLFShapecreateSimpleShape(EscherContainerRecord spContainer, ShapeContainer<HSLFShape, HSLFTextParagraph> parent)
-
Constructor Details
-
HSLFShapeFactory
public HSLFShapeFactory()
-
-
Method Details
-
createShape
public static HSLFShape createShape(EscherContainerRecord spContainer, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a new shape from the data provided. -
createShapeGroup
public static HSLFGroupShape createShapeGroup(EscherContainerRecord spContainer, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) -
createSimpleShape
public static HSLFShape createSimpleShape(EscherContainerRecord spContainer, ShapeContainer<HSLFShape, HSLFTextParagraph> parent)
-