Package org.apache.poi.ddf
Class EscherShapePathProperty
java.lang.Object
org.apache.poi.ddf.EscherProperty
org.apache.poi.ddf.EscherSimpleProperty
org.apache.poi.ddf.EscherShapePathProperty
- All Implemented Interfaces:
GenericRecord
Defines the constants for the various possible shape paths.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionEscherShapePathProperty(short propertyNumber, int shapePath) Create an instance of an escher shape path property.EscherShapePathProperty(EscherPropertyTypes type, int shapePath) -
Method Summary
Methods inherited from class org.apache.poi.ddf.EscherSimpleProperty
equals, getGenericProperties, getPropertyValue, hashCode, serializeComplexPart, serializeSimplePartMethods inherited from class org.apache.poi.ddf.EscherProperty
getGenericChildren, getGenericRecordType, getId, getName, getPropertyNumber, getPropertySize, isBlipId, isComplex, toString, toXml
-
Field Details
-
LINE_OF_STRAIGHT_SEGMENTS
public static final int LINE_OF_STRAIGHT_SEGMENTS- See Also:
-
CLOSED_POLYGON
public static final int CLOSED_POLYGON- See Also:
-
CURVES
public static final int CURVES- See Also:
-
CLOSED_CURVES
public static final int CLOSED_CURVES- See Also:
-
COMPLEX
public static final int COMPLEX- See Also:
-
-
Constructor Details
-
EscherShapePathProperty
public EscherShapePathProperty(short propertyNumber, int shapePath) Create an instance of an escher shape path property.- Parameters:
propertyNumber- which property to handleshapePath- which shape path to handle
-
EscherShapePathProperty
-