Uses of Enum
org.docx4j.vml.STShadowType
Packages that use STShadowType
-
Uses of STShadowType in org.docx4j.vml
Fields in org.docx4j.vml declared as STShadowTypeMethods in org.docx4j.vml that return STShadowTypeModifier and TypeMethodDescriptionstatic STShadowTypeCTShadow.getType()Gets the value of the type property.static STShadowTypeReturns the enum constant of this type with the specified name.static STShadowType[]STShadowType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.vml with parameters of type STShadowTypeModifier and TypeMethodDescriptionvoidCTShadow.setType(STShadowType value) Sets the value of the type property.