Uses of Class
org.docx4j.dml.CTNoFillProperties
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of CTNoFillProperties in org.docx4j.dml
Fields in org.docx4j.dml declared as CTNoFillProperties Modifier and Type Field Description protected CTNoFillPropertiesCTBackgroundFormatting. noFillprotected CTNoFillPropertiesCTFillEffect. noFillprotected CTNoFillPropertiesCTFillOverlayEffect. noFillprotected CTNoFillPropertiesCTFillProperties. noFillprotected CTNoFillPropertiesCTGroupShapeProperties. noFillprotected CTNoFillPropertiesCTLineProperties. noFillprotected CTNoFillPropertiesCTShapeProperties. noFillprotected CTNoFillPropertiesCTTableCellProperties. noFillprotected CTNoFillPropertiesCTTableProperties. noFillprotected CTNoFillPropertiesCTTextCharacterProperties. noFillprotected CTNoFillPropertiesCTTextUnderlineFillGroupWrapper. noFillMethods in org.docx4j.dml that return CTNoFillProperties Modifier and Type Method Description CTNoFillPropertiesObjectFactory. createCTNoFillProperties()Create an instance ofCTNoFillPropertiesCTNoFillPropertiesCTBackgroundFormatting. getNoFill()Gets the value of the noFill property.CTNoFillPropertiesCTFillEffect. getNoFill()Gets the value of the noFill property.CTNoFillPropertiesCTFillOverlayEffect. getNoFill()Gets the value of the noFill property.CTNoFillPropertiesCTFillProperties. getNoFill()Gets the value of the noFill property.CTNoFillPropertiesCTGroupShapeProperties. getNoFill()Gets the value of the noFill property.CTNoFillPropertiesCTLineProperties. getNoFill()Gets the value of the noFill property.CTNoFillPropertiesCTShapeProperties. getNoFill()Gets the value of the noFill property.CTNoFillPropertiesCTTableCellProperties. getNoFill()Gets the value of the noFill property.CTNoFillPropertiesCTTableProperties. getNoFill()Gets the value of the noFill property.CTNoFillPropertiesCTTextCharacterProperties. getNoFill()Gets the value of the noFill property.CTNoFillPropertiesCTTextUnderlineFillGroupWrapper. getNoFill()Gets the value of the noFill property.Methods in org.docx4j.dml with parameters of type CTNoFillProperties Modifier and Type Method Description voidCTBackgroundFormatting. setNoFill(CTNoFillProperties value)Sets the value of the noFill property.voidCTFillEffect. setNoFill(CTNoFillProperties value)Sets the value of the noFill property.voidCTFillOverlayEffect. setNoFill(CTNoFillProperties value)Sets the value of the noFill property.voidCTFillProperties. setNoFill(CTNoFillProperties value)Sets the value of the noFill property.voidCTGroupShapeProperties. setNoFill(CTNoFillProperties value)Sets the value of the noFill property.voidCTLineProperties. setNoFill(CTNoFillProperties value)Sets the value of the noFill property.voidCTShapeProperties. setNoFill(CTNoFillProperties value)Sets the value of the noFill property.voidCTTableCellProperties. setNoFill(CTNoFillProperties value)Sets the value of the noFill property.voidCTTableProperties. setNoFill(CTNoFillProperties value)Sets the value of the noFill property.voidCTTextCharacterProperties. setNoFill(CTNoFillProperties value)Sets the value of the noFill property.voidCTTextUnderlineFillGroupWrapper. setNoFill(CTNoFillProperties value)Sets the value of the noFill property.