Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » ddf » [javadoc | source]
org.apache.poi.ddf
public class: EscherPropertyMetaData [javadoc | source]
java.lang.Object
   org.apache.poi.ddf.EscherPropertyMetaData
This class stores the type and description of an escher property.
Field Summary
public static final  byte TYPE_UNKNOWN     
public static final  byte TYPE_BOOLEAN     
public static final  byte TYPE_RGB     
public static final  byte TYPE_SHAPEPATH     
public static final  byte TYPE_SIMPLE     
public static final  byte TYPE_ARRAY     
Constructor:
 public EscherPropertyMetaData(String description) 
    Parameters:
    description - The description of the escher property.
 public EscherPropertyMetaData(String description,
    byte type) 
    Parameters:
    description - The description of the escher property.
    type - The type of the property.
Method from org.apache.poi.ddf.EscherPropertyMetaData Summary:
getDescription,   getType
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.ddf.EscherPropertyMetaData Detail:
 public String getDescription() 
 public byte getType()