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.
Description
WorkbookSettingsModel is a class in the Aspose.Cells FOSS library for Java that exposes 4 methods and 2 properties for programmatic use.
Core capabilities include: datesystem; locale; sets the date system. These operations enable developers to integrate workbooksettingsmodel functionality directly into Java applications.
The class also provides the dateSystem property (returns the date system), the displayCulture property (returns the display culture).
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. |