Class WrapFlagsTextProp
java.lang.Object
org.apache.poi.hslf.model.textproperties.TextProp
org.apache.poi.hslf.model.textproperties.BitMaskTextProp
org.apache.poi.hslf.model.textproperties.WrapFlagsTextProp
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final Stringstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()Clone, eg when you want to actually make use of one of these.Methods inherited from class org.apache.poi.hslf.model.textproperties.BitMaskTextProp
cloneAll, getGenericProperties, getSubPropMatches, getSubPropNames, getSubValue, getValue, getWriteMask, setSubValue, setValue, setValueWithMask, setWriteMaskMethods inherited from class org.apache.poi.hslf.model.textproperties.TextProp
equals, getMask, getName, getSize, hashCode, toStringMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
Field Details
-
CHAR_WRAP_IDX
public static final int CHAR_WRAP_IDX- See Also:
-
WORD_WRAO_IDX
public static final int WORD_WRAO_IDX- See Also:
-
OVERFLOW_IDX
public static final int OVERFLOW_IDX- See Also:
-
NAME
- See Also:
-
-
Constructor Details
-
WrapFlagsTextProp
public WrapFlagsTextProp() -
WrapFlagsTextProp
-
-
Method Details
-
copy
Description copied from class:TextPropClone, eg when you want to actually make use of one of these.- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classBitMaskTextProp
-