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