WorkbookSettingsModel
Overview
WorkbookSettingsModel is a class in Aspose.Cells FOSS for Java.
Represents workbook settings model.
This class provides 4 methods for working with WorkbookSettingsModel objects in Java programs.
Available methods include: getDateSystem, getDisplayCulture, setDateSystem, setDisplayCulture.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: dateSystem, displayCulture.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
dateSystem | DateSystem | Read | Returns the date system. |
displayCulture | Locale | Read | Returns the display culture. |
Methods
| Signature | Description |
|---|---|
getDateSystem() → DateSystem | Returns the date system. |
setDateSystem(dateSystem: DateSystem) | Sets the date system. |
getDisplayCulture() → Locale | Returns the display culture. |
setDisplayCulture(displayCulture: Locale) | Sets the display culture. |