Class ParagraphFlagsTextProp
- java.lang.Object
-
- org.apache.poi.hslf.model.textproperties.TextProp
-
- org.apache.poi.hslf.model.textproperties.BitMaskTextProp
-
- org.apache.poi.hslf.model.textproperties.ParagraphFlagsTextProp
-
- All Implemented Interfaces:
java.lang.Cloneable
public final class ParagraphFlagsTextProp extends BitMaskTextProp
Definition for the common paragraph text property bitset.
-
-
Field Summary
Fields Modifier and Type Field Description static int
BULLET_HARDCOLOR_IDX
static int
BULLET_HARDFONT_IDX
static int
BULLET_HARDSIZE_IDX
static int
BULLET_IDX
static java.lang.String
NAME
-
Constructor Summary
Constructors Constructor Description ParagraphFlagsTextProp()
-
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
-
BULLET_IDX
public static final int BULLET_IDX
- See Also:
- Constant Field Values
-
BULLET_HARDFONT_IDX
public static final int BULLET_HARDFONT_IDX
- See Also:
- Constant Field Values
-
BULLET_HARDCOLOR_IDX
public static final int BULLET_HARDCOLOR_IDX
- See Also:
- Constant Field Values
-
BULLET_HARDSIZE_IDX
public static final int BULLET_HARDSIZE_IDX
- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-