Uses of Enum
org.xlsx4j.sml.STPivotAreaType
Packages that use STPivotAreaType
-
Uses of STPivotAreaType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STPivotAreaTypeMethods in org.xlsx4j.sml that return STPivotAreaTypeModifier and TypeMethodDescriptionstatic STPivotAreaTypeCTPivotArea.getType()Gets the value of the type property.static STPivotAreaTypeReturns 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 STPivotAreaTypeModifier and TypeMethodDescriptionvoidCTPivotArea.setType(STPivotAreaType value) Sets the value of the type property.