Uses of Enum Class
org.docx4j.dml.diagram.STChildOrderType
Packages that use STChildOrderType
-
Uses of STChildOrderType in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as STChildOrderTypeMethods in org.docx4j.dml.diagram that return STChildOrderTypeModifier and TypeMethodDescriptionstatic STChildOrderTypeCTLayoutNode.getChOrder()Gets the value of the chOrder property.static STChildOrderTypeReturns the enum constant of this class with the specified name.static STChildOrderType[]STChildOrderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.dml.diagram with parameters of type STChildOrderTypeModifier and TypeMethodDescriptionvoidCTLayoutNode.setChOrder(STChildOrderType value) Sets the value of the chOrder property.