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
Defines the constants for the various possible shape paths.
- Author:
- Glen Stampoultzis (glens at apache.org)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.ddf.EscherSimpleProperty
equals, getPropertyValue, hashCode, serializeComplexPart, serializeSimplePart, toString, toXml
Methods inherited from class org.apache.poi.ddf.EscherProperty
getId, getName, getPropertyNumber, getPropertySize, isBlipId, isComplex
-
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)
-