Uses of Class
org.docx4j.dml.CTLineEndProperties
Packages that use CTLineEndProperties
-
Uses of CTLineEndProperties in org.docx4j.dml
Fields in org.docx4j.dml declared as CTLineEndPropertiesModifier and TypeFieldDescriptionprotected CTLineEndPropertiesCTLineProperties.headEndprotected CTLineEndPropertiesCTLineProperties.tailEndMethods in org.docx4j.dml that return CTLineEndPropertiesModifier and TypeMethodDescriptionObjectFactory.createCTLineEndProperties()Create an instance ofCTLineEndPropertiesCTLineProperties.getHeadEnd()Gets the value of the headEnd property.CTLineProperties.getTailEnd()Gets the value of the tailEnd property.Methods in org.docx4j.dml with parameters of type CTLineEndPropertiesModifier and TypeMethodDescriptionvoidCTLineProperties.setHeadEnd(CTLineEndProperties value) Sets the value of the headEnd property.voidCTLineProperties.setTailEnd(CTLineEndProperties value) Sets the value of the tailEnd property.