public final class ParagraphFlagsTextProp extends BitMaskTextProp
| Modifier and Type | Field and 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 |
logger| Constructor and Description |
|---|
ParagraphFlagsTextProp() |
ParagraphFlagsTextProp(ParagraphFlagsTextProp other) |
| Modifier and Type | Method and Description |
|---|---|
ParagraphFlagsTextProp |
copy()
Clone, eg when you want to actually make use of one of these.
|
clone, cloneAll, getGenericProperties, getSubPropMatches, getSubPropNames, getSubValue, getValue, getWriteMask, setSubValue, setValue, setValueWithMask, setWriteMaskequals, getMask, getName, getSize, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic static final int BULLET_IDX
public static final int BULLET_HARDFONT_IDX
public static final int BULLET_HARDCOLOR_IDX
public static final int BULLET_HARDSIZE_IDX
public static final java.lang.String NAME
public ParagraphFlagsTextProp()
public ParagraphFlagsTextProp(ParagraphFlagsTextProp other)
public ParagraphFlagsTextProp copy()
TextPropcopy in interface Duplicatablecopy in class BitMaskTextProp