Class TypedPropertyValue

java.lang.Object
org.docx4j.org.apache.poi.hpsf.TypedPropertyValue

@Internal class TypedPropertyValue extends Object
  • Field Details

    • logger

      private static org.slf4j.Logger logger
    • _type

      private int _type
    • _value

      private Object _value
  • Constructor Details

    • TypedPropertyValue

      TypedPropertyValue()
    • TypedPropertyValue

      TypedPropertyValue(byte[] data, int startOffset)
    • TypedPropertyValue

      TypedPropertyValue(int type, Object value)
  • Method Details

    • getValue

      Object getValue()
    • read

      int read(byte[] data, int startOffset)
    • readValue

      int readValue(byte[] data, int offset)
    • readValuePadded

      int readValuePadded(byte[] data, int offset)