public class FontAlignmentProp extends TextProp
| Modifier and Type | Field and Description |
|---|---|
static int |
BASELINE |
static int |
BOTTOM |
static int |
CENTER |
static java.lang.String |
NAME |
static int |
TOP |
| Constructor and Description |
|---|
FontAlignmentProp() |
FontAlignmentProp(FontAlignmentProp other) |
| Modifier and Type | Method and Description |
|---|---|
FontAlignmentProp |
copy()
Clone, eg when you want to actually make use of one of these.
|
TextParagraph.FontAlign |
getFontAlign() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
equals, getMask, getName, getSize, getValue, getWriteMask, hashCode, setValue, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic static final java.lang.String NAME
public static final int BASELINE
public static final int TOP
public static final int CENTER
public static final int BOTTOM
public FontAlignmentProp()
public FontAlignmentProp(FontAlignmentProp other)
public TextParagraph.FontAlign getFontAlign()
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecordgetGenericProperties in class TextProppublic FontAlignmentProp copy()
TextPropcopy in interface Duplicatablecopy in class TextPropCopyright 2022 The Apache Software Foundation or its licensors, as applicable.