Uses of Class
org.docx4j.dml.CTGroupFillProperties
Packages that use CTGroupFillProperties
-
Uses of CTGroupFillProperties in org.docx4j.dml
Fields in org.docx4j.dml declared as CTGroupFillPropertiesModifier and TypeFieldDescriptionprotected CTGroupFillPropertiesCTBackgroundFormatting.grpFillprotected CTGroupFillPropertiesCTFillEffect.grpFillprotected CTGroupFillPropertiesCTFillOverlayEffect.grpFillprotected CTGroupFillPropertiesCTFillProperties.grpFillprotected CTGroupFillPropertiesCTGroupShapeProperties.grpFillprotected CTGroupFillPropertiesCTShapeProperties.grpFillprotected CTGroupFillPropertiesCTTableCellProperties.grpFillprotected CTGroupFillPropertiesCTTableProperties.grpFillprotected CTGroupFillPropertiesCTTextCharacterProperties.grpFillprotected CTGroupFillPropertiesCTTextUnderlineFillGroupWrapper.grpFillMethods in org.docx4j.dml that return CTGroupFillPropertiesModifier and TypeMethodDescriptionObjectFactory.createCTGroupFillProperties()Create an instance ofCTGroupFillPropertiesCTBackgroundFormatting.getGrpFill()Gets the value of the grpFill property.CTFillEffect.getGrpFill()Gets the value of the grpFill property.CTFillOverlayEffect.getGrpFill()Gets the value of the grpFill property.CTFillProperties.getGrpFill()Gets the value of the grpFill property.CTGroupShapeProperties.getGrpFill()Gets the value of the grpFill property.CTShapeProperties.getGrpFill()Gets the value of the grpFill property.CTTableCellProperties.getGrpFill()Gets the value of the grpFill property.CTTableProperties.getGrpFill()Gets the value of the grpFill property.CTTextCharacterProperties.getGrpFill()Gets the value of the grpFill property.CTTextUnderlineFillGroupWrapper.getGrpFill()Gets the value of the grpFill property.Methods in org.docx4j.dml with parameters of type CTGroupFillPropertiesModifier and TypeMethodDescriptionvoidCTBackgroundFormatting.setGrpFill(CTGroupFillProperties value) Sets the value of the grpFill property.voidCTFillEffect.setGrpFill(CTGroupFillProperties value) Sets the value of the grpFill property.voidCTFillOverlayEffect.setGrpFill(CTGroupFillProperties value) Sets the value of the grpFill property.voidCTFillProperties.setGrpFill(CTGroupFillProperties value) Sets the value of the grpFill property.voidCTGroupShapeProperties.setGrpFill(CTGroupFillProperties value) Sets the value of the grpFill property.voidCTShapeProperties.setGrpFill(CTGroupFillProperties value) Sets the value of the grpFill property.voidCTTableCellProperties.setGrpFill(CTGroupFillProperties value) Sets the value of the grpFill property.voidCTTableProperties.setGrpFill(CTGroupFillProperties value) Sets the value of the grpFill property.voidCTTextCharacterProperties.setGrpFill(CTGroupFillProperties value) Sets the value of the grpFill property.voidCTTextUnderlineFillGroupWrapper.setGrpFill(CTGroupFillProperties value) Sets the value of the grpFill property. -
Uses of CTGroupFillProperties in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTGroupFillPropertiesMethods in org.pptx4j.pml that return CTGroupFillPropertiesModifier and TypeMethodDescriptionCTBackgroundProperties.getGrpFill()Gets the value of the grpFill property.Methods in org.pptx4j.pml with parameters of type CTGroupFillPropertiesModifier and TypeMethodDescriptionvoidCTBackgroundProperties.setGrpFill(CTGroupFillProperties value) Sets the value of the grpFill property.