Uses of Class
org.docx4j.wml.STTextEffect
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STTextEffect in org.docx4j.wml
Fields in org.docx4j.wml declared as STTextEffect Modifier and Type Field Description protected STTextEffectCTTextEffect. valMethods in org.docx4j.wml that return STTextEffect Modifier and Type Method Description static STTextEffectSTTextEffect. fromValue(java.lang.String v)STTextEffectCTTextEffect. getVal()Gets the value of the val property.static STTextEffectSTTextEffect. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTextEffect[]STTextEffect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.wml with parameters of type STTextEffect Modifier and Type Method Description voidCTTextEffect. setVal(STTextEffect value)Sets the value of the val property.