Uses of Enum Class
org.docx4j.wml.STVerticalJc
Packages that use STVerticalJc
-
Uses of STVerticalJc in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return STVerticalJcModifier and TypeMethodDescriptionstatic STVerticalJcStyleUtil.apply(STVerticalJc source, STVerticalJc destination) Methods in org.docx4j.model.styles with parameters of type STVerticalJcModifier and TypeMethodDescriptionstatic STVerticalJcStyleUtil.apply(STVerticalJc source, STVerticalJc destination) static booleanStyleUtil.areEqual(STVerticalJc val1, STVerticalJc val2) -
Uses of STVerticalJc in org.docx4j.wml
Fields in org.docx4j.wml declared as STVerticalJcMethods in org.docx4j.wml that return STVerticalJcModifier and TypeMethodDescriptionstatic STVerticalJcCTVerticalJc.getVal()Gets the value of the val property.static STVerticalJcReturns the enum constant of this class with the specified name.static STVerticalJc[]STVerticalJc.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.wml with parameters of type STVerticalJcModifier and TypeMethodDescriptionvoidCTVerticalJc.setVal(STVerticalJc value) Sets the value of the val property.