Uses of Class
org.docx4j.dml.STLineEndWidth
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STLineEndWidth in org.docx4j.dml
Fields in org.docx4j.dml declared as STLineEndWidth Modifier and Type Field Description protected STLineEndWidthCTLineEndProperties. wMethods in org.docx4j.dml that return STLineEndWidth Modifier and Type Method Description static STLineEndWidthSTLineEndWidth. fromValue(java.lang.String v)STLineEndWidthCTLineEndProperties. getW()Gets the value of the w property.static STLineEndWidthSTLineEndWidth. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STLineEndWidth[]STLineEndWidth. 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 STLineEndWidth Modifier and Type Method Description voidCTLineEndProperties. setW(STLineEndWidth value)Sets the value of the w property.