public class TextAlignmentProp extends TextProp
Modifier and Type | Field and Description |
---|---|
static int |
CENTER
For horizontal text, centered.
|
static int |
DISTRIBUTED
Distribute space between characters.
|
static int |
JUSTIFY
For horizontal text, flush left and right.
|
static int |
JUSTIFYLOW
Kashida justify low.
|
static int |
LEFT
For horizontal text, left aligned.
|
static int |
RIGHT
For horizontal text, right aligned.
|
static int |
THAIDISTRIBUTED
Thai distribution justification.
|
Constructor and Description |
---|
TextAlignmentProp() |
TextAlignmentProp(TextAlignmentProp other) |
Modifier and Type | Method and Description |
---|---|
TextAlignmentProp |
copy()
Clone, eg when you want to actually make use of one of these.
|
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
TextParagraph.TextAlign |
getTextAlign() |
equals, getMask, getName, getSize, getValue, getWriteMask, hashCode, setValue, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getGenericChildren, getGenericRecordType
public static final int LEFT
public static final int CENTER
public static final int RIGHT
public static final int JUSTIFY
public static final int DISTRIBUTED
public static final int THAIDISTRIBUTED
public static final int JUSTIFYLOW
public TextAlignmentProp()
public TextAlignmentProp(TextAlignmentProp other)
public TextParagraph.TextAlign getTextAlign()
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
getGenericProperties
in class TextProp
public TextAlignmentProp copy()
TextProp
copy
in interface Duplicatable
copy
in class TextProp
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.