Uses of Enum
org.xlsx4j.sml.STGrowShrinkType
Packages that use STGrowShrinkType
-
Uses of STGrowShrinkType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STGrowShrinkTypeMethods in org.xlsx4j.sml that return STGrowShrinkTypeModifier and TypeMethodDescriptionstatic STGrowShrinkTypeCTQueryTable.getGrowShrinkType()Gets the value of the growShrinkType property.static STGrowShrinkTypeReturns the enum constant of this type with the specified name.static STGrowShrinkType[]STGrowShrinkType.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 STGrowShrinkTypeModifier and TypeMethodDescriptionvoidCTQueryTable.setGrowShrinkType(STGrowShrinkType value) Sets the value of the growShrinkType property.