Uses of Class
org.docx4j.dml.CTFillProperties
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2010.main | |
| org.docx4j.dml |
-
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 CTFillProperties Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTFillProperties>ObjectFactory. createHiddenFill(CTFillProperties value)Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2010.main with parameters of type CTFillProperties Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTFillProperties>ObjectFactory. createHiddenFill(CTFillProperties value) -
Uses of CTFillProperties in org.docx4j.dml
Fields in org.docx4j.dml declared as CTFillProperties Modifier and Type Field Description protected CTFillPropertiesCTTableBackgroundStyle. fillprotected CTFillPropertiesCTTableStyleCellStyle. fillMethods in org.docx4j.dml that return CTFillProperties Modifier and Type Method Description CTFillPropertiesObjectFactory. createCTFillProperties()Create an instance ofCTFillPropertiesCTFillPropertiesCTTableBackgroundStyle. getFill()Gets the value of the fill property.CTFillPropertiesCTTableStyleCellStyle. getFill()Gets the value of the fill property.Methods in org.docx4j.dml with parameters of type CTFillProperties Modifier and Type Method Description voidCTTableBackgroundStyle. setFill(CTFillProperties value)Sets the value of the fill property.voidCTTableStyleCellStyle. setFill(CTFillProperties value)Sets the value of the fill property.