Uses of Class
org.docx4j.dml.CTFillProperties
Packages that use CTFillProperties
-
Uses of CTFillProperties 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 CTFillPropertiesModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTFillProperties>ObjectFactory.createHiddenFill(CTFillProperties value) Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2010.main with parameters of type CTFillPropertiesModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTFillProperties>ObjectFactory.createHiddenFill(CTFillProperties value) -
Uses of CTFillProperties in org.docx4j.dml
Fields in org.docx4j.dml declared as CTFillPropertiesModifier and TypeFieldDescriptionprotected CTFillPropertiesCTTableBackgroundStyle.fillprotected CTFillPropertiesCTTableStyleCellStyle.fillMethods in org.docx4j.dml that return CTFillPropertiesModifier and TypeMethodDescriptionObjectFactory.createCTFillProperties()Create an instance ofCTFillPropertiesCTTableBackgroundStyle.getFill()Gets the value of the fill property.CTTableStyleCellStyle.getFill()Gets the value of the fill property.Methods in org.docx4j.dml with parameters of type CTFillPropertiesModifier and TypeMethodDescriptionvoidCTTableBackgroundStyle.setFill(CTFillProperties value) Sets the value of the fill property.voidCTTableStyleCellStyle.setFill(CTFillProperties value) Sets the value of the fill property.