Uses of Class
org.docx4j.wml.CTVerticalJc
Packages that use CTVerticalJc
-
Uses of CTVerticalJc in org.docx4j.model.properties.table.tc
Constructors in org.docx4j.model.properties.table.tc with parameters of type CTVerticalJc -
Uses of CTVerticalJc in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return CTVerticalJcModifier and TypeMethodDescriptionstatic CTVerticalJcStyleUtil.apply(CTVerticalJc source, CTVerticalJc destination) Methods in org.docx4j.model.styles with parameters of type CTVerticalJcModifier and TypeMethodDescriptionstatic CTVerticalJcStyleUtil.apply(CTVerticalJc source, CTVerticalJc destination) static booleanStyleUtil.areEqual(CTVerticalJc vAlign1, CTVerticalJc vAlign2) static booleanStyleUtil.isEmpty(CTVerticalJc vAlign) -
Uses of CTVerticalJc in org.docx4j.wml
Fields in org.docx4j.wml declared as CTVerticalJcModifier and TypeFieldDescriptionprotected CTVerticalJcSectPr.vAlignprotected CTVerticalJcSectPrBase.vAlignprotected CTVerticalJcTcPrInner.vAlignMethods in org.docx4j.wml that return CTVerticalJcModifier and TypeMethodDescriptionObjectFactory.createCTVerticalJc()Create an instance ofCTVerticalJcSectPr.getVAlign()Gets the value of the vAlign property.SectPrBase.getVAlign()Gets the value of the vAlign property.TcPrInner.getVAlign()Gets the value of the vAlign property.Methods in org.docx4j.wml with parameters of type CTVerticalJcModifier and TypeMethodDescriptionvoidSectPr.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.