Package org.docx4j.org.apache.poi.hpsf
Class VariantBool
java.lang.Object
org.docx4j.org.apache.poi.hpsf.VariantBool
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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)
-