Uses of Class
org.docx4j.dml.CTPatternFillProperties
Packages that use CTPatternFillProperties
-
Uses of CTPatternFillProperties in org.docx4j.dml
Fields in org.docx4j.dml declared as CTPatternFillPropertiesModifier and TypeFieldDescriptionprotected CTPatternFillPropertiesCTBackgroundFormatting.pattFillprotected CTPatternFillPropertiesCTFillEffect.pattFillprotected CTPatternFillPropertiesCTFillOverlayEffect.pattFillprotected CTPatternFillPropertiesCTFillProperties.pattFillprotected CTPatternFillPropertiesCTGroupShapeProperties.pattFillprotected CTPatternFillPropertiesCTLineProperties.pattFillprotected CTPatternFillPropertiesCTShapeProperties.pattFillprotected CTPatternFillPropertiesCTTableCellProperties.pattFillprotected CTPatternFillPropertiesCTTableProperties.pattFillprotected CTPatternFillPropertiesCTTextCharacterProperties.pattFillprotected CTPatternFillPropertiesCTTextUnderlineFillGroupWrapper.pattFillMethods in org.docx4j.dml that return CTPatternFillPropertiesModifier and TypeMethodDescriptionObjectFactory.createCTPatternFillProperties()Create an instance ofCTPatternFillPropertiesCTBackgroundFormatting.getPattFill()Gets the value of the pattFill property.CTFillEffect.getPattFill()Gets the value of the pattFill property.CTFillOverlayEffect.getPattFill()Gets the value of the pattFill property.CTFillProperties.getPattFill()Gets the value of the pattFill property.CTGroupShapeProperties.getPattFill()Gets the value of the pattFill property.CTLineProperties.getPattFill()Gets the value of the pattFill property.CTShapeProperties.getPattFill()Gets the value of the pattFill property.CTTableCellProperties.getPattFill()Gets the value of the pattFill property.CTTableProperties.getPattFill()Gets the value of the pattFill property.CTTextCharacterProperties.getPattFill()Gets the value of the pattFill property.CTTextUnderlineFillGroupWrapper.getPattFill()Gets the value of the pattFill property.Methods in org.docx4j.dml with parameters of type CTPatternFillPropertiesModifier and TypeMethodDescriptionvoidCTBackgroundFormatting.setPattFill(CTPatternFillProperties value) Sets the value of the pattFill property.voidCTFillEffect.setPattFill(CTPatternFillProperties value) Sets the value of the pattFill property.voidCTFillOverlayEffect.setPattFill(CTPatternFillProperties value) Sets the value of the pattFill property.voidCTFillProperties.setPattFill(CTPatternFillProperties value) Sets the value of the pattFill property.voidCTGroupShapeProperties.setPattFill(CTPatternFillProperties value) Sets the value of the pattFill property.voidCTLineProperties.setPattFill(CTPatternFillProperties value) Sets the value of the pattFill property.voidCTShapeProperties.setPattFill(CTPatternFillProperties value) Sets the value of the pattFill property.voidCTTableCellProperties.setPattFill(CTPatternFillProperties value) Sets the value of the pattFill property.voidCTTableProperties.setPattFill(CTPatternFillProperties value) Sets the value of the pattFill property.voidCTTextCharacterProperties.setPattFill(CTPatternFillProperties value) Sets the value of the pattFill property.voidCTTextUnderlineFillGroupWrapper.setPattFill(CTPatternFillProperties value) Sets the value of the pattFill property. -
Uses of CTPatternFillProperties in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTPatternFillPropertiesModifier and TypeFieldDescriptionprotected CTPatternFillPropertiesCTBackgroundProperties.pattFillMethods in org.pptx4j.pml that return CTPatternFillPropertiesModifier and TypeMethodDescriptionCTBackgroundProperties.getPattFill()Gets the value of the pattFill property.Methods in org.pptx4j.pml with parameters of type CTPatternFillPropertiesModifier and TypeMethodDescriptionvoidCTBackgroundProperties.setPattFill(CTPatternFillProperties value) Sets the value of the pattFill property.