Uses of Class
org.docx4j.dml.CTLineProperties
Packages that use CTLineProperties
-
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 CTLinePropertiesModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTLineProperties>ObjectFactory.createHiddenLine(CTLineProperties value) Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2010.main with parameters of type CTLinePropertiesModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTLineProperties>ObjectFactory.createHiddenLine(CTLineProperties value) -
Uses of CTLineProperties in org.docx4j.dml
Fields in org.docx4j.dml declared as CTLinePropertiesModifier and TypeFieldDescriptionprotected 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 CTLinePropertiesMethods in org.docx4j.dml that return CTLinePropertiesModifier and TypeMethodDescriptionObjectFactory.createCTLineProperties()Create an instance ofCTLinePropertiesCTShapeProperties.getLn()Gets the value of the ln property.CTTextCharacterProperties.getLn()Gets the value of the ln property.CTThemeableLineStyle.getLn()Gets the value of the ln property.CTWholeE2OFormatting.getLn()Gets the value of the ln property.CTTableCellProperties.getLnB()Gets the value of the lnB property.CTTableCellProperties.getLnBlToTr()Gets the value of the lnBlToTr property.CTTableCellProperties.getLnL()Gets the value of the lnL property.CTTableCellProperties.getLnR()Gets the value of the lnR property.CTTableCellProperties.getLnT()Gets the value of the lnT property.CTTableCellProperties.getLnTlToBr()Gets the value of the lnTlToBr property.CTTextCharacterProperties.getULn()Gets the value of the uLn property.Methods in org.docx4j.dml that return types with arguments of type CTLinePropertiesMethods in org.docx4j.dml with parameters of type CTLinePropertiesModifier and TypeMethodDescriptionvoidCTShapeProperties.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.