Uses of Class
org.docx4j.w14.CTGradientFillProperties
| Package | Description |
|---|---|
| org.docx4j.w14 |
-
Uses of CTGradientFillProperties in org.docx4j.w14
Fields in org.docx4j.w14 declared as CTGradientFillProperties Modifier and Type Field Description protected CTGradientFillPropertiesCTFillTextEffect. gradFillprotected CTGradientFillPropertiesCTTextOutlineEffect. gradFillMethods in org.docx4j.w14 that return CTGradientFillProperties Modifier and Type Method Description CTGradientFillPropertiesObjectFactory. createCTGradientFillProperties()Create an instance ofCTGradientFillPropertiesCTGradientFillPropertiesCTFillTextEffect. getGradFill()Gets the value of the gradFill property.CTGradientFillPropertiesCTTextOutlineEffect. getGradFill()Gets the value of the gradFill property.Methods in org.docx4j.w14 with parameters of type CTGradientFillProperties Modifier and Type Method Description voidCTFillTextEffect. setGradFill(CTGradientFillProperties value)Sets the value of the gradFill property.voidCTTextOutlineEffect. setGradFill(CTGradientFillProperties value)Sets the value of the gradFill property.