Uses of Class
org.docx4j.wml.CTTextEffect
Packages that use CTTextEffect
-
Uses of CTTextEffect in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return CTTextEffectModifier and TypeMethodDescriptionstatic CTTextEffectStyleUtil.apply(CTTextEffect source, CTTextEffect destination) Methods in org.docx4j.model.styles with parameters of type CTTextEffectModifier and TypeMethodDescriptionstatic CTTextEffectStyleUtil.apply(CTTextEffect source, CTTextEffect destination) static booleanStyleUtil.areEqual(CTTextEffect effect1, CTTextEffect effect2) static booleanStyleUtil.isEmpty(CTTextEffect effect) -
Uses of CTTextEffect in org.docx4j.wml
Fields in org.docx4j.wml declared as CTTextEffectMethods in org.docx4j.wml that return CTTextEffectModifier and TypeMethodDescriptionObjectFactory.createCTTextEffect()Create an instance ofCTTextEffectRPrAbstract.getEffect()Gets the value of the effect property.Methods in org.docx4j.wml that return types with arguments of type CTTextEffectModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTTextEffect>ObjectFactory.createCTParaRPrOriginalEffect(CTTextEffect value) jakarta.xml.bind.JAXBElement<CTTextEffect>ObjectFactory.createCTRPrChangeRPrEffect(CTTextEffect value) Methods in org.docx4j.wml with parameters of type CTTextEffectModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTTextEffect>ObjectFactory.createCTParaRPrOriginalEffect(CTTextEffect value) jakarta.xml.bind.JAXBElement<CTTextEffect>ObjectFactory.createCTRPrChangeRPrEffect(CTTextEffect value) voidRPrAbstract.setEffect(CTTextEffect value) Sets the value of the effect property.