Package org.apache.poi.ddf
Class EscherPropertyMetaData
java.lang.Object
org.apache.poi.ddf.EscherPropertyMetaData
This class stores the type and description of an escher property.
- Author:
- Glen Stampoultzis (glens at apache.org)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
static final byte
static final byte
static final byte
static final byte
static final byte
-
Constructor Summary
ConstructorsConstructorDescriptionEscherPropertyMetaData
(String description) EscherPropertyMetaData
(String description, byte type) -
Method Summary
-
Field Details
-
TYPE_UNKNOWN
public static final byte TYPE_UNKNOWN- See Also:
-
TYPE_BOOLEAN
public static final byte TYPE_BOOLEAN- See Also:
-
TYPE_RGB
public static final byte TYPE_RGB- See Also:
-
TYPE_SHAPEPATH
public static final byte TYPE_SHAPEPATH- See Also:
-
TYPE_SIMPLE
public static final byte TYPE_SIMPLE- See Also:
-
TYPE_ARRAY
public static final byte TYPE_ARRAY- See Also:
-
-
Constructor Details
-
EscherPropertyMetaData
- Parameters:
description
- The description of the escher property.
-
EscherPropertyMetaData
- Parameters:
description
- The description of the escher property.type
- The type of the property.
-
-
Method Details
-
getDescription
-
getType
public byte getType()
-