Uses of Class
org.docx4j.dml.CTLineProperties
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2010.main | |
| org.docx4j.dml |
-
Uses of CTLineProperties in org.docx4j.com.microsoft.schemas.office.drawing.x2010.main
Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2010.main that return types with arguments of type CTLineProperties Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTLineProperties>ObjectFactory. createHiddenLine(CTLineProperties value)Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2010.main with parameters of type CTLineProperties Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTLineProperties>ObjectFactory. createHiddenLine(CTLineProperties value) -
Uses of CTLineProperties in org.docx4j.dml
Fields in org.docx4j.dml declared as CTLineProperties Modifier and Type Field Description protected CTLinePropertiesCTShapeProperties. lnprotected CTLinePropertiesCTTextCharacterProperties. lnprotected CTLinePropertiesCTThemeableLineStyle. lnprotected CTLinePropertiesCTWholeE2OFormatting. lnprotected CTLinePropertiesCTTableCellProperties. lnBprotected CTLinePropertiesCTTableCellProperties. lnBlToTrprotected CTLinePropertiesCTTableCellProperties. lnLprotected CTLinePropertiesCTTableCellProperties. lnRprotected CTLinePropertiesCTTableCellProperties. lnTprotected CTLinePropertiesCTTableCellProperties. lnTlToBrprotected CTLinePropertiesCTTextCharacterProperties. uLnFields in org.docx4j.dml with type parameters of type CTLineProperties Modifier and Type Field Description protected java.util.List<CTLineProperties>CTLineStyleList. lnMethods in org.docx4j.dml that return CTLineProperties Modifier and Type Method Description CTLinePropertiesObjectFactory. createCTLineProperties()Create an instance ofCTLinePropertiesCTLinePropertiesCTShapeProperties. getLn()Gets the value of the ln property.CTLinePropertiesCTTextCharacterProperties. getLn()Gets the value of the ln property.CTLinePropertiesCTThemeableLineStyle. getLn()Gets the value of the ln property.CTLinePropertiesCTWholeE2OFormatting. getLn()Gets the value of the ln property.CTLinePropertiesCTTableCellProperties. getLnB()Gets the value of the lnB property.CTLinePropertiesCTTableCellProperties. getLnBlToTr()Gets the value of the lnBlToTr property.CTLinePropertiesCTTableCellProperties. getLnL()Gets the value of the lnL property.CTLinePropertiesCTTableCellProperties. getLnR()Gets the value of the lnR property.CTLinePropertiesCTTableCellProperties. getLnT()Gets the value of the lnT property.CTLinePropertiesCTTableCellProperties. getLnTlToBr()Gets the value of the lnTlToBr property.CTLinePropertiesCTTextCharacterProperties. getULn()Gets the value of the uLn property.Methods in org.docx4j.dml that return types with arguments of type CTLineProperties Modifier and Type Method Description java.util.List<CTLineProperties>CTLineStyleList. getLn()Gets the value of the ln property.Methods in org.docx4j.dml with parameters of type CTLineProperties Modifier and Type Method Description voidCTShapeProperties. setLn(CTLineProperties value)Sets the value of the ln property.voidCTTextCharacterProperties. setLn(CTLineProperties value)Sets the value of the ln property.voidCTThemeableLineStyle. setLn(CTLineProperties value)Sets the value of the ln property.voidCTWholeE2OFormatting. setLn(CTLineProperties value)Sets the value of the ln property.voidCTTableCellProperties. setLnB(CTLineProperties value)Sets the value of the lnB property.voidCTTableCellProperties. setLnBlToTr(CTLineProperties value)Sets the value of the lnBlToTr property.voidCTTableCellProperties. setLnL(CTLineProperties value)Sets the value of the lnL property.voidCTTableCellProperties. setLnR(CTLineProperties value)Sets the value of the lnR property.voidCTTableCellProperties. setLnT(CTLineProperties value)Sets the value of the lnT property.voidCTTableCellProperties. setLnTlToBr(CTLineProperties value)Sets the value of the lnTlToBr property.voidCTTextCharacterProperties. setULn(CTLineProperties value)Sets the value of the uLn property.