Uses of Class
org.docx4j.vml.STShadowType
| Package | Description |
|---|---|
| org.docx4j.vml |
-
Uses of STShadowType in org.docx4j.vml
Fields in org.docx4j.vml declared as STShadowType Modifier and Type Field Description protected STShadowTypeCTShadow. typeMethods in org.docx4j.vml that return STShadowType Modifier and Type Method Description static STShadowTypeSTShadowType. fromValue(java.lang.String v)STShadowTypeCTShadow. getType()Gets the value of the type property.static STShadowTypeSTShadowType. valueOf(java.lang.String name)Returns 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 STShadowType Modifier and Type Method Description voidCTShadow. setType(STShadowType value)Sets the value of the type property.