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:
java.lang.Cloneable
public class WrapFlagsTextProp extends BitMaskTextProp
-
-
Field Summary
Fields Modifier and Type Field Description static int
CHAR_WRAP_IDX
static java.lang.String
NAME
static int
OVERFLOW_IDX
static int
WORD_WRAO_IDX
-
Constructor Summary
Constructors Constructor Description WrapFlagsTextProp()
-
Method Summary
-
Methods inherited from class org.apache.poi.hslf.model.textproperties.BitMaskTextProp
clone, cloneAll, getSubPropMatches, getSubPropNames, getSubValue, getValue, getWriteMask, setSubValue, setValue, setValueWithMask, setWriteMask
-
-
-
-
Field Detail
-
CHAR_WRAP_IDX
public static final int CHAR_WRAP_IDX
- See Also:
- Constant Field Values
-
WORD_WRAO_IDX
public static final int WORD_WRAO_IDX
- See Also:
- Constant Field Values
-
OVERFLOW_IDX
public static final int OVERFLOW_IDX
- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-