Uses of Class
org.docx4j.w14.CTSolidColorFillProperties
Packages that use CTSolidColorFillProperties
-
Uses of CTSolidColorFillProperties in org.docx4j.w14
Fields in org.docx4j.w14 declared as CTSolidColorFillPropertiesModifier and TypeFieldDescriptionprotected CTSolidColorFillPropertiesCTFillTextEffect.solidFillprotected CTSolidColorFillPropertiesCTTextOutlineEffect.solidFillMethods in org.docx4j.w14 that return CTSolidColorFillPropertiesModifier and TypeMethodDescriptionObjectFactory.createCTSolidColorFillProperties()Create an instance ofCTSolidColorFillPropertiesCTFillTextEffect.getSolidFill()Gets the value of the solidFill property.CTTextOutlineEffect.getSolidFill()Gets the value of the solidFill property.Methods in org.docx4j.w14 with parameters of type CTSolidColorFillPropertiesModifier and TypeMethodDescriptionvoidCTFillTextEffect.setSolidFill(CTSolidColorFillProperties value) Sets the value of the solidFill property.voidCTTextOutlineEffect.setSolidFill(CTSolidColorFillProperties value) Sets the value of the solidFill property.