Class EscherPropertyMetaData

java.lang.Object
org.apache.poi.ddf.EscherPropertyMetaData

public class EscherPropertyMetaData extends Object
This class stores the type and description of an escher property.
Author:
Glen Stampoultzis (glens at apache.org)
  • Field Details

  • Constructor Details

    • EscherPropertyMetaData

      public EscherPropertyMetaData(String description)
      Parameters:
      description - The description of the escher property.
    • EscherPropertyMetaData

      public EscherPropertyMetaData(String description, byte type)
      Parameters:
      description - The description of the escher property.
      type - The type of the property.
  • Method Details

    • getDescription

      public String getDescription()
    • getType

      public byte getType()