org.apache.poi.hslf.model.textproperties
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.
- Author:
- Yegor Kozlov
Methods inherited from class org.apache.poi.hslf.model.textproperties.BitMaskTextProp |
clone, cloneAll, getSubPropMatches, getSubPropNames, getSubValue, getValue, getWriteMask, setSubValue, setValue, setValueWithMask, setWriteMask |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
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
ParagraphFlagsTextProp
public ParagraphFlagsTextProp()
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.