Uses of Class
org.xlsx4j.sml.STGrowShrinkType
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STGrowShrinkType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STGrowShrinkType Modifier and Type Field Description protected STGrowShrinkTypeCTQueryTable. growShrinkTypeMethods in org.xlsx4j.sml that return STGrowShrinkType Modifier and Type Method Description static STGrowShrinkTypeSTGrowShrinkType. fromValue(java.lang.String v)STGrowShrinkTypeCTQueryTable. getGrowShrinkType()Gets the value of the growShrinkType property.static STGrowShrinkTypeSTGrowShrinkType. valueOf(java.lang.String name)Returns 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 STGrowShrinkType Modifier and Type Method Description voidCTQueryTable. setGrowShrinkType(STGrowShrinkType value)Sets the value of the growShrinkType property.