Uses of Class
org.docx4j.dml.CTEffectContainer
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of CTEffectContainer in org.docx4j.dml
Fields in org.docx4j.dml declared as CTEffectContainer Modifier and Type Field Description protected 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 CTEffectContainer Modifier and Type Method Description CTEffectContainerObjectFactory. createCTEffectContainer()Create an instance ofCTEffectContainerCTEffectContainerCTAlphaModulateEffect. getCont()Gets the value of the cont property.CTEffectContainerCTBlendEffect. getCont()Gets the value of the cont property.CTEffectContainerCTBackgroundFormatting. getEffectDag()Gets the value of the effectDag property.CTEffectContainerCTEffectProperties. getEffectDag()Gets the value of the effectDag property.CTEffectContainerCTEffectStyleItem. getEffectDag()Gets the value of the effectDag property.CTEffectContainerCTGroupShapeProperties. getEffectDag()Gets the value of the effectDag property.CTEffectContainerCTShapeProperties. getEffectDag()Gets the value of the effectDag property.CTEffectContainerCTTableProperties. getEffectDag()Gets the value of the effectDag property.CTEffectContainerCTTextCharacterProperties. getEffectDag()Gets the value of the effectDag property.CTEffectContainerCTWholeE2OFormatting. getEffectDag()Gets the value of the effectDag property.Methods in org.docx4j.dml with parameters of type CTEffectContainer Modifier and Type Method Description voidCTAlphaModulateEffect. 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.