Uses of Enum Class
org.docx4j.wml.STVerticalAlignRun
Packages that use STVerticalAlignRun
-
Uses of STVerticalAlignRun in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return STVerticalAlignRunModifier and TypeMethodDescriptionstatic STVerticalAlignRunStyleUtil.apply(STVerticalAlignRun source, STVerticalAlignRun destination) Methods in org.docx4j.model.styles with parameters of type STVerticalAlignRunModifier and TypeMethodDescriptionstatic STVerticalAlignRunStyleUtil.apply(STVerticalAlignRun source, STVerticalAlignRun destination) static booleanStyleUtil.areEqual(STVerticalAlignRun val1, STVerticalAlignRun val2) -
Uses of STVerticalAlignRun in org.docx4j.wml
Fields in org.docx4j.wml declared as STVerticalAlignRunMethods in org.docx4j.wml that return STVerticalAlignRunModifier and TypeMethodDescriptionstatic STVerticalAlignRunCTVerticalAlignRun.getVal()Gets the value of the val property.static STVerticalAlignRunReturns the enum constant of this class with the specified name.static STVerticalAlignRun[]STVerticalAlignRun.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 STVerticalAlignRunModifier and TypeMethodDescriptionvoidCTVerticalAlignRun.setVal(STVerticalAlignRun value) Sets the value of the val property.