Class VariantBool

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

@Internal class VariantBool extends Object
  • Field Details

    • logger

      private static org.slf4j.Logger logger
    • SIZE

      static final int SIZE
      See Also:
    • _value

      private boolean _value
  • Constructor Details

    • VariantBool

      VariantBool(byte[] data, int offset)
  • Method Details

    • getValue

      boolean getValue()
    • setValue

      void setValue(boolean value)