Package org.apache.poi.hwpf.model
Class PropertyModifier
- java.lang.Object
-
- org.apache.poi.hwpf.model.PropertyModifier
-
- All Implemented Interfaces:
Duplicatable
@Internal public final class PropertyModifier extends Object implements Duplicatable
-
-
Constructor Summary
Constructors Constructor Description PropertyModifier(short value)PropertyModifier(PropertyModifier other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyModifiercopy()booleanequals(Object obj)shortgetIgrpprl()"Index to a grpprl stored in CLX portion of file"shortgetIsprm()shortgetVal()shortgetValue()inthashCode()booleanisComplex()StringtoString()
-
-
-
Constructor Detail
-
PropertyModifier
public PropertyModifier(short value)
-
PropertyModifier
public PropertyModifier(PropertyModifier other)
-
-
Method Detail
-
copy
public PropertyModifier copy()
- Specified by:
copyin interfaceDuplicatable
-
getIgrpprl
public short getIgrpprl()
"Index to a grpprl stored in CLX portion of file"
-
getIsprm
public short getIsprm()
-
getVal
public short getVal()
-
getValue
public short getValue()
-
isComplex
public boolean isComplex()
-
-