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:
org.apache.poi.common.Duplicatable,GenericRecord
Definition for the common paragraph text property bitset.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final String -
Constructor Summary
ConstructorsConstructorDescription -
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
-
BULLET_IDX
public static final int BULLET_IDX- See Also:
-
BULLET_HARDFONT_IDX
public static final int BULLET_HARDFONT_IDX- See Also:
-
BULLET_HARDCOLOR_IDX
public static final int BULLET_HARDCOLOR_IDX- See Also:
-
BULLET_HARDSIZE_IDX
public static final int BULLET_HARDSIZE_IDX- See Also:
-
NAME
- See Also:
-
-
Constructor Details
-
ParagraphFlagsTextProp
public ParagraphFlagsTextProp() -
ParagraphFlagsTextProp
-
-
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
-