Uses of Class
org.docx4j.dml.CTEffectContainer
Packages that use CTEffectContainer
-
Uses of CTEffectContainer in org.docx4j.dml
Fields in org.docx4j.dml declared as CTEffectContainerModifier and TypeFieldDescriptionprotected CTEffectContainerCTAlphaModulateEffect.contprotected CTEffectContainerCTBlendEffect.contprotected CTEffectContainerCTBackgroundFormatting.effectDagprotected CTEffectContainerCTEffectProperties.effectDagprotected CTEffectContainerCTEffectStyleItem.effectDagprotected CTEffectContainerCTGroupShapeProperties.effectDagprotected CTEffectContainerCTShapeProperties.effectDagprotected CTEffectContainerCTTableProperties.effectDagprotected CTEffectContainerCTTextCharacterProperties.effectDagprotected CTEffectContainerCTWholeE2OFormatting.effectDagMethods in org.docx4j.dml that return CTEffectContainerModifier and TypeMethodDescriptionObjectFactory.createCTEffectContainer()Create an instance ofCTEffectContainerCTAlphaModulateEffect.getCont()Gets the value of the cont property.CTBlendEffect.getCont()Gets the value of the cont property.CTBackgroundFormatting.getEffectDag()Gets the value of the effectDag property.CTEffectProperties.getEffectDag()Gets the value of the effectDag property.CTEffectStyleItem.getEffectDag()Gets the value of the effectDag property.CTGroupShapeProperties.getEffectDag()Gets the value of the effectDag property.CTShapeProperties.getEffectDag()Gets the value of the effectDag property.CTTableProperties.getEffectDag()Gets the value of the effectDag property.CTTextCharacterProperties.getEffectDag()Gets the value of the effectDag property.CTWholeE2OFormatting.getEffectDag()Gets the value of the effectDag property.Methods in org.docx4j.dml with parameters of type CTEffectContainerModifier and TypeMethodDescriptionvoidCTAlphaModulateEffect.setCont(CTEffectContainer value) Sets the value of the cont property.voidCTBlendEffect.setCont(CTEffectContainer value) Sets the value of the cont property.voidCTBackgroundFormatting.setEffectDag(CTEffectContainer value) Sets the value of the effectDag property.voidCTEffectProperties.setEffectDag(CTEffectContainer value) Sets the value of the effectDag property.voidCTEffectStyleItem.setEffectDag(CTEffectContainer value) Sets the value of the effectDag property.voidCTGroupShapeProperties.setEffectDag(CTEffectContainer value) Sets the value of the effectDag property.voidCTShapeProperties.setEffectDag(CTEffectContainer value) Sets the value of the effectDag property.voidCTTableProperties.setEffectDag(CTEffectContainer value) Sets the value of the effectDag property.voidCTTextCharacterProperties.setEffectDag(CTEffectContainer value) Sets the value of the effectDag property.voidCTWholeE2OFormatting.setEffectDag(CTEffectContainer value) Sets the value of the effectDag property.