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
Definition for the font alignment property.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
Clone, eg when you want to actually make use of one of these.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 Details
-
NAME
- See Also:
-
BASELINE
public static final int BASELINE- See Also:
-
TOP
public static final int TOP- See Also:
-
CENTER
public static final int CENTER- See Also:
-
BOTTOM
public static final int BOTTOM- See Also:
-
-
Constructor Details
-
FontAlignmentProp
public FontAlignmentProp() -
FontAlignmentProp
-
-
Method Details
-
getFontAlign
-
getGenericProperties
- Specified by:
getGenericProperties
in interfaceGenericRecord
- Overrides:
getGenericProperties
in classTextProp
-
copy
Description copied from class:TextProp
Clone, eg when you want to actually make use of one of these.
-