Class TextAlignmentVertical
java.lang.Object
org.docx4j.model.properties.Property
org.docx4j.model.properties.paragraph.AbstractParagraphProperty
org.docx4j.model.properties.paragraph.TextAlignmentVertical
public class TextAlignmentVertical extends AbstractParagraphProperty
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TextAlignmentVertical(PPrBase.TextAlignment textAlignment)TextAlignmentVertical(org.w3c.dom.css.CSSValue value) -
Method Summary
Modifier and Type Method Description java.lang.StringgetCssName()java.lang.StringgetCssProperty()voidset(PPr pPr)voidsetXslFO(org.w3c.dom.Element foElement)Methods inherited from class org.docx4j.model.properties.Property
composeCss, debug, getObject, setObject
-
Field Details
-
log
protected static org.slf4j.Logger log -
CSS_NAME
public static final java.lang.String CSS_NAME- See Also:
- Constant Field Values
-
FO_NAME
public static final java.lang.String FO_NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
TextAlignmentVertical
-
TextAlignmentVertical
public TextAlignmentVertical(org.w3c.dom.css.CSSValue value)
-
-
Method Details
-
getCssName
public java.lang.String getCssName()- Specified by:
getCssNamein classProperty- Since:
- 2.7.2
-
getCssProperty
public java.lang.String getCssProperty()- Specified by:
getCssPropertyin classProperty
-
setXslFO
public void setXslFO(org.w3c.dom.Element foElement) -
set
- Specified by:
setin classAbstractParagraphProperty
-