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.

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