Uses of Class
org.docx4j.dml.STEffectContainerType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STEffectContainerType in org.docx4j.dml
Fields in org.docx4j.dml declared as STEffectContainerType Modifier and Type Field Description protected STEffectContainerTypeCTEffectContainer. typeMethods in org.docx4j.dml that return STEffectContainerType Modifier and Type Method Description static STEffectContainerTypeSTEffectContainerType. fromValue(java.lang.String v)STEffectContainerTypeCTEffectContainer. getType()Gets the value of the type property.static STEffectContainerTypeSTEffectContainerType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STEffectContainerType[]STEffectContainerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml with parameters of type STEffectContainerType Modifier and Type Method Description voidCTEffectContainer. setType(STEffectContainerType value)Sets the value of the type property.