Uses of Class
org.docx4j.dml.CTNoFillProperties
Packages that use CTNoFillProperties
-
Uses of CTNoFillProperties in org.docx4j.dml
Fields in org.docx4j.dml declared as CTNoFillPropertiesModifier and TypeFieldDescriptionprotected 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 CTNoFillPropertiesModifier and TypeMethodDescriptionObjectFactory.createCTNoFillProperties()Create an instance ofCTNoFillPropertiesCTBackgroundFormatting.getNoFill()Gets the value of the noFill property.CTFillEffect.getNoFill()Gets the value of the noFill property.CTFillOverlayEffect.getNoFill()Gets the value of the noFill property.CTFillProperties.getNoFill()Gets the value of the noFill property.CTGroupShapeProperties.getNoFill()Gets the value of the noFill property.CTLineProperties.getNoFill()Gets the value of the noFill property.CTShapeProperties.getNoFill()Gets the value of the noFill property.CTTableCellProperties.getNoFill()Gets the value of the noFill property.CTTableProperties.getNoFill()Gets the value of the noFill property.CTTextCharacterProperties.getNoFill()Gets the value of the noFill property.CTTextUnderlineFillGroupWrapper.getNoFill()Gets the value of the noFill property.Methods in org.docx4j.dml with parameters of type CTNoFillPropertiesModifier and TypeMethodDescriptionvoidCTBackgroundFormatting.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.