Uses of Class
org.docx4j.dml.CTEffectList
Packages that use CTEffectList
-
Uses of CTEffectList in org.docx4j.dml
Fields in org.docx4j.dml declared as CTEffectListModifier and TypeFieldDescriptionprotected CTEffectListCTBackgroundFormatting.effectLstprotected CTEffectListCTEffectProperties.effectLstprotected CTEffectListCTEffectStyleItem.effectLstprotected CTEffectListCTGroupShapeProperties.effectLstprotected CTEffectListCTShapeProperties.effectLstprotected CTEffectListCTTableProperties.effectLstprotected CTEffectListCTTextCharacterProperties.effectLstprotected CTEffectListCTWholeE2OFormatting.effectLstMethods in org.docx4j.dml that return CTEffectListModifier and TypeMethodDescriptionObjectFactory.createCTEffectList()Create an instance ofCTEffectListCTBackgroundFormatting.getEffectLst()Gets the value of the effectLst property.CTEffectProperties.getEffectLst()Gets the value of the effectLst property.CTEffectStyleItem.getEffectLst()Gets the value of the effectLst property.CTGroupShapeProperties.getEffectLst()Gets the value of the effectLst property.CTShapeProperties.getEffectLst()Gets the value of the effectLst property.CTTableProperties.getEffectLst()Gets the value of the effectLst property.CTTextCharacterProperties.getEffectLst()Gets the value of the effectLst property.CTWholeE2OFormatting.getEffectLst()Gets the value of the effectLst property.Methods in org.docx4j.dml with parameters of type CTEffectListModifier and TypeMethodDescriptionvoidCTBackgroundFormatting.setEffectLst(CTEffectList value) Sets the value of the effectLst property.voidCTEffectProperties.setEffectLst(CTEffectList value) Sets the value of the effectLst property.voidCTEffectStyleItem.setEffectLst(CTEffectList value) Sets the value of the effectLst property.voidCTGroupShapeProperties.setEffectLst(CTEffectList value) Sets the value of the effectLst property.voidCTShapeProperties.setEffectLst(CTEffectList value) Sets the value of the effectLst property.voidCTTableProperties.setEffectLst(CTEffectList value) Sets the value of the effectLst property.voidCTTextCharacterProperties.setEffectLst(CTEffectList value) Sets the value of the effectLst property.voidCTWholeE2OFormatting.setEffectLst(CTEffectList value) Sets the value of the effectLst property.