Uses of Class
org.docx4j.dml.STLineEndType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STLineEndType in org.docx4j.dml
Fields in org.docx4j.dml declared as STLineEndType Modifier and Type Field Description protected STLineEndTypeCTLineEndProperties. typeMethods in org.docx4j.dml that return STLineEndType Modifier and Type Method Description static STLineEndTypeSTLineEndType. fromValue(java.lang.String v)STLineEndTypeCTLineEndProperties. getType()Gets the value of the type property.static STLineEndTypeSTLineEndType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STLineEndType[]STLineEndType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml with parameters of type STLineEndType Modifier and Type Method Description voidCTLineEndProperties. setType(STLineEndType value)Sets the value of the type property.