WorkbookSettingsModel

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

NameTypeAccessDescription
dateSystemDateSystemReadReturns the date system.
displayCultureLocaleReadReturns the display culture.

Methods

SignatureDescription
getDateSystem()DateSystemReturns the date system.
setDateSystem(dateSystem: DateSystem)Sets the date system.
getDisplayCulture()LocaleReturns the display culture.
setDisplayCulture(displayCulture: Locale)Sets the display culture.

See Also

 English