Uses of Class
org.docx4j.dml.diagram.STChildOrderType
| Package | Description |
|---|---|
| org.docx4j.dml.diagram |
-
Uses of STChildOrderType in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as STChildOrderType Modifier and Type Field Description protected STChildOrderTypeCTLayoutNode. chOrderMethods in org.docx4j.dml.diagram that return STChildOrderType Modifier and Type Method Description static STChildOrderTypeSTChildOrderType. fromValue(java.lang.String v)STChildOrderTypeCTLayoutNode. getChOrder()Gets the value of the chOrder property.static STChildOrderTypeSTChildOrderType. valueOf(java.lang.String name)Returns 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 STChildOrderType Modifier and Type Method Description voidCTLayoutNode. setChOrder(STChildOrderType value)Sets the value of the chOrder property.