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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getGenericChildren, getGenericRecordType
public 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 GenericRecord
getGenericProperties
in class TextProp
public FontAlignmentProp copy()
TextProp
copy
in interface Duplicatable
copy
in class TextProp
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.