Class FontAlignmentProp
- java.lang.Object
-
- org.apache.poi.hslf.model.textproperties.TextProp
-
- org.apache.poi.hslf.model.textproperties.FontAlignmentProp
-
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
public class FontAlignmentProp extends TextProp
Definition for the font alignment property.
-
-
Constructor Summary
Constructors Constructor Description FontAlignmentProp()FontAlignmentProp(FontAlignmentProp other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FontAlignmentPropcopy()Clone, eg when you want to actually make use of one of these.TextParagraph.FontAligngetFontAlign()java.util.Map<java.lang.String,java.util.function.Supplier<?>>getGenericProperties()-
Methods inherited from class org.apache.poi.hslf.model.textproperties.TextProp
equals, getMask, getName, getSize, getValue, getWriteMask, hashCode, setValue, toString
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
BASELINE
public static final int BASELINE
- See Also:
- Constant Field Values
-
TOP
public static final int TOP
- See Also:
- Constant Field Values
-
CENTER
public static final int CENTER
- See Also:
- Constant Field Values
-
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FontAlignmentProp
public FontAlignmentProp()
-
FontAlignmentProp
public FontAlignmentProp(FontAlignmentProp other)
-
-
Method Detail
-
getFontAlign
public TextParagraph.FontAlign getFontAlign()
-
getGenericProperties
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord- Overrides:
getGenericPropertiesin classTextProp
-
copy
public FontAlignmentProp copy()
Description copied from class:TextPropClone, eg when you want to actually make use of one of these.
-
-