Uses of Class
org.docx4j.dml.STLineEndLength
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STLineEndLength in org.docx4j.dml
Fields in org.docx4j.dml declared as STLineEndLength Modifier and Type Field Description protected STLineEndLengthCTLineEndProperties. lenMethods in org.docx4j.dml that return STLineEndLength Modifier and Type Method Description static STLineEndLengthSTLineEndLength. fromValue(java.lang.String v)STLineEndLengthCTLineEndProperties. getLen()Gets the value of the len property.static STLineEndLengthSTLineEndLength. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STLineEndLength[]STLineEndLength. 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 STLineEndLength Modifier and Type Method Description voidCTLineEndProperties. setLen(STLineEndLength value)Sets the value of the len property.