Uses of Enum
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 type with the specified name.static STChildOrderType[]STChildOrderType.values()Returns an array containing the constants of this enum type, 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.