Class PresetGeometry
java.lang.Object
com.independentsoft.office.drawing.PresetGeometry
The Class PresetGeometry.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new preset geometry.PresetGeometry(ShapeType shapeType)Instantiates a new preset geometry.PresetGeometry(InternalXMLStreamReader reader)Instantiates a new preset geometry. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the shape guides.Gets the shape type.voidsetShapeType(ShapeType shapeType)Sets the shape type.toString()
-
Constructor Details
-
PresetGeometry
public PresetGeometry()Instantiates a new preset geometry. -
PresetGeometry
Instantiates a new preset geometry.- Parameters:
shapeType- the shape type
-
PresetGeometry
Instantiates a new preset geometry.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details