Uses of Enum
org.docx4j.dml.STEffectContainerType
Packages that use STEffectContainerType
-
Uses of STEffectContainerType in org.docx4j.dml
Fields in org.docx4j.dml declared as STEffectContainerTypeMethods in org.docx4j.dml that return STEffectContainerTypeModifier and TypeMethodDescriptionstatic STEffectContainerTypeCTEffectContainer.getType()Gets the value of the type property.static STEffectContainerTypeReturns 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 STEffectContainerTypeModifier and TypeMethodDescriptionvoidCTEffectContainer.setType(STEffectContainerType value) Sets the value of the type property.