Uses of Class
org.xlsx4j.sml.STPivotAreaType
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STPivotAreaType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STPivotAreaType Modifier and Type Field Description protected STPivotAreaTypeCTPivotArea. typeMethods in org.xlsx4j.sml that return STPivotAreaType Modifier and Type Method Description static STPivotAreaTypeSTPivotAreaType. fromValue(java.lang.String v)STPivotAreaTypeCTPivotArea. getType()Gets the value of the type property.static STPivotAreaTypeSTPivotAreaType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STPivotAreaType[]STPivotAreaType. 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 STPivotAreaType Modifier and Type Method Description voidCTPivotArea. setType(STPivotAreaType value)Sets the value of the type property.