Uses of Class
org.docx4j.dml.CTLineEndProperties
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of CTLineEndProperties in org.docx4j.dml
Fields in org.docx4j.dml declared as CTLineEndProperties Modifier and Type Field Description protected CTLineEndPropertiesCTLineProperties. headEndprotected CTLineEndPropertiesCTLineProperties. tailEndMethods in org.docx4j.dml that return CTLineEndProperties Modifier and Type Method Description CTLineEndPropertiesObjectFactory. createCTLineEndProperties()Create an instance ofCTLineEndPropertiesCTLineEndPropertiesCTLineProperties. getHeadEnd()Gets the value of the headEnd property.CTLineEndPropertiesCTLineProperties. getTailEnd()Gets the value of the tailEnd property.Methods in org.docx4j.dml with parameters of type CTLineEndProperties Modifier and Type Method Description voidCTLineProperties. setHeadEnd(CTLineEndProperties value)Sets the value of the headEnd property.voidCTLineProperties. setTailEnd(CTLineEndProperties value)Sets the value of the tailEnd property.