Uses of Class
org.docx4j.dml.CTGradientFillProperties
Packages that use CTGradientFillProperties
-
Uses of CTGradientFillProperties in org.docx4j.dml
Fields in org.docx4j.dml declared as CTGradientFillPropertiesModifier and TypeFieldDescriptionprotected CTGradientFillPropertiesCTBackgroundFormatting.gradFillprotected CTGradientFillPropertiesCTFillEffect.gradFillprotected CTGradientFillPropertiesCTFillOverlayEffect.gradFillprotected CTGradientFillPropertiesCTFillProperties.gradFillprotected CTGradientFillPropertiesCTGroupShapeProperties.gradFillprotected CTGradientFillPropertiesCTLineProperties.gradFillprotected CTGradientFillPropertiesCTShapeProperties.gradFillprotected CTGradientFillPropertiesCTTableCellProperties.gradFillprotected CTGradientFillPropertiesCTTableProperties.gradFillprotected CTGradientFillPropertiesCTTextCharacterProperties.gradFillprotected CTGradientFillPropertiesCTTextUnderlineFillGroupWrapper.gradFillMethods in org.docx4j.dml that return CTGradientFillPropertiesModifier and TypeMethodDescriptionObjectFactory.createCTGradientFillProperties()Create an instance ofCTGradientFillPropertiesCTBackgroundFormatting.getGradFill()Gets the value of the gradFill property.CTFillEffect.getGradFill()Gets the value of the gradFill property.CTFillOverlayEffect.getGradFill()Gets the value of the gradFill property.CTFillProperties.getGradFill()Gets the value of the gradFill property.CTGroupShapeProperties.getGradFill()Gets the value of the gradFill property.CTLineProperties.getGradFill()Gets the value of the gradFill property.CTShapeProperties.getGradFill()Gets the value of the gradFill property.CTTableCellProperties.getGradFill()Gets the value of the gradFill property.CTTableProperties.getGradFill()Gets the value of the gradFill property.CTTextCharacterProperties.getGradFill()Gets the value of the gradFill property.CTTextUnderlineFillGroupWrapper.getGradFill()Gets the value of the gradFill property.Methods in org.docx4j.dml with parameters of type CTGradientFillPropertiesModifier and TypeMethodDescriptionvoidCTBackgroundFormatting.setGradFill(CTGradientFillProperties value) Sets the value of the gradFill property.voidCTFillEffect.setGradFill(CTGradientFillProperties value) Sets the value of the gradFill property.voidCTFillOverlayEffect.setGradFill(CTGradientFillProperties value) Sets the value of the gradFill property.voidCTFillProperties.setGradFill(CTGradientFillProperties value) Sets the value of the gradFill property.voidCTGroupShapeProperties.setGradFill(CTGradientFillProperties value) Sets the value of the gradFill property.voidCTLineProperties.setGradFill(CTGradientFillProperties value) Sets the value of the gradFill property.voidCTShapeProperties.setGradFill(CTGradientFillProperties value) Sets the value of the gradFill property.voidCTTableCellProperties.setGradFill(CTGradientFillProperties value) Sets the value of the gradFill property.voidCTTableProperties.setGradFill(CTGradientFillProperties value) Sets the value of the gradFill property.voidCTTextCharacterProperties.setGradFill(CTGradientFillProperties value) Sets the value of the gradFill property.voidCTTextUnderlineFillGroupWrapper.setGradFill(CTGradientFillProperties value) Sets the value of the gradFill property.