Uses of Enum
org.docx4j.wml.STVerticalAlignRun
Packages that use STVerticalAlignRun
-
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 type with the specified name.static STVerticalAlignRun[]STVerticalAlignRun.values()Returns an array containing the constants of this enum type, 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.