Uses of Class
org.xlsx4j.sml.STDateTimeGrouping
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STDateTimeGrouping in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STDateTimeGrouping Modifier and Type Field Description protected STDateTimeGroupingCTDateGroupItem. dateTimeGroupingMethods in org.xlsx4j.sml that return STDateTimeGrouping Modifier and Type Method Description static STDateTimeGroupingSTDateTimeGrouping. fromValue(java.lang.String v)STDateTimeGroupingCTDateGroupItem. getDateTimeGrouping()Gets the value of the dateTimeGrouping property.static STDateTimeGroupingSTDateTimeGrouping. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STDateTimeGrouping[]STDateTimeGrouping. 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 STDateTimeGrouping Modifier and Type Method Description voidCTDateGroupItem. setDateTimeGrouping(STDateTimeGrouping value)Sets the value of the dateTimeGrouping property.