Uses of Class
org.docx4j.wml.CTVerticalJc
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of CTVerticalJc in org.docx4j.wml
Fields in org.docx4j.wml declared as CTVerticalJc Modifier and Type Field Description protected CTVerticalJcSectPr. vAlignprotected CTVerticalJcSectPrBase. vAlignprotected CTVerticalJcTcPrInner. vAlignMethods in org.docx4j.wml that return CTVerticalJc Modifier and Type Method Description CTVerticalJcObjectFactory. createCTVerticalJc()Create an instance ofCTVerticalJcCTVerticalJcSectPr. getVAlign()Gets the value of the vAlign property.CTVerticalJcSectPrBase. getVAlign()Gets the value of the vAlign property.CTVerticalJcTcPrInner. getVAlign()Gets the value of the vAlign property.Methods in org.docx4j.wml with parameters of type CTVerticalJc Modifier and Type Method Description voidSectPr. setVAlign(CTVerticalJc value)Sets the value of the vAlign property.voidSectPrBase. setVAlign(CTVerticalJc value)Sets the value of the vAlign property.voidTcPrInner. setVAlign(CTVerticalJc value)Sets the value of the vAlign property.