Uses of Class
org.docx4j.w14.CTSolidColorFillProperties
| Package | Description |
|---|---|
| org.docx4j.w14 |
-
Uses of CTSolidColorFillProperties in org.docx4j.w14
Fields in org.docx4j.w14 declared as CTSolidColorFillProperties Modifier and Type Field Description protected CTSolidColorFillPropertiesCTFillTextEffect. solidFillprotected CTSolidColorFillPropertiesCTTextOutlineEffect. solidFillMethods in org.docx4j.w14 that return CTSolidColorFillProperties Modifier and Type Method Description CTSolidColorFillPropertiesObjectFactory. createCTSolidColorFillProperties()Create an instance ofCTSolidColorFillPropertiesCTSolidColorFillPropertiesCTFillTextEffect. getSolidFill()Gets the value of the solidFill property.CTSolidColorFillPropertiesCTTextOutlineEffect. getSolidFill()Gets the value of the solidFill property.Methods in org.docx4j.w14 with parameters of type CTSolidColorFillProperties Modifier and Type Method Description voidCTFillTextEffect. setSolidFill(CTSolidColorFillProperties value)Sets the value of the solidFill property.voidCTTextOutlineEffect. setSolidFill(CTSolidColorFillProperties value)Sets the value of the solidFill property.