| |
|
| java.lang.Object org.apache.poi.ddf.EscherPropertyMetaData
EscherPropertyMetaData | public class EscherPropertyMetaData (Code) | | This class stores the type and description of an escher property.
author: Glen Stampoultzis (glens at apache.org) |
TYPE_ARRAY | final public static byte TYPE_ARRAY(Code) | | |
TYPE_BOOLEAN | final public static byte TYPE_BOOLEAN(Code) | | |
TYPE_RGB | final public static byte TYPE_RGB(Code) | | |
TYPE_SHAPEPATH | final public static byte TYPE_SHAPEPATH(Code) | | |
TYPE_SIMPLE | final public static byte TYPE_SIMPLE(Code) | | |
TYPE_UNKNOWN | final public static byte TYPE_UNKNOWN(Code) | | |
EscherPropertyMetaData | public EscherPropertyMetaData(String description)(Code) | | Parameters: description - The description of the escher property. |
EscherPropertyMetaData | public EscherPropertyMetaData(String description, byte type)(Code) | | Parameters: description - The description of the escher property. Parameters: type - The type of the property. |
getType | public byte getType()(Code) | | |
|
|
|