Uses of Class
org.docx4j.w14.CTGradientFillProperties
Packages that use CTGradientFillProperties
-
Uses of CTGradientFillProperties in org.docx4j.w14
Fields in org.docx4j.w14 declared as CTGradientFillPropertiesModifier and TypeFieldDescriptionprotected CTGradientFillPropertiesCTFillTextEffect.gradFillprotected CTGradientFillPropertiesCTTextOutlineEffect.gradFillMethods in org.docx4j.w14 that return CTGradientFillPropertiesModifier and TypeMethodDescriptionObjectFactory.createCTGradientFillProperties()Create an instance ofCTGradientFillPropertiesCTFillTextEffect.getGradFill()Gets the value of the gradFill property.CTTextOutlineEffect.getGradFill()Gets the value of the gradFill property.Methods in org.docx4j.w14 with parameters of type CTGradientFillPropertiesModifier and TypeMethodDescriptionvoidCTFillTextEffect.setGradFill(CTGradientFillProperties value) Sets the value of the gradFill property.voidCTTextOutlineEffect.setGradFill(CTGradientFillProperties value) Sets the value of the gradFill property.