Uses of Class
org.docx4j.wml.CTTextEffect
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of CTTextEffect in org.docx4j.wml
Fields in org.docx4j.wml declared as CTTextEffect Modifier and Type Field Description protected CTTextEffectRPrAbstract. effectMethods in org.docx4j.wml that return CTTextEffect Modifier and Type Method Description CTTextEffectObjectFactory. createCTTextEffect()Create an instance ofCTTextEffectCTTextEffectRPrAbstract. getEffect()Gets the value of the effect property.Methods in org.docx4j.wml that return types with arguments of type CTTextEffect Modifier and Type Method Description jakarta.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 CTTextEffect Modifier and Type Method Description jakarta.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.