ConditionalFormattingModel

ConditionalFormattingModel

Overview

ConditionalFormattingModel is a class in Aspose.Cells FOSS for Java.

Represents the conditional formatting model for a worksheet.

This class provides 3 methods for working with ConditionalFormattingModel objects in Java programs. Available methods include: ConditionalFormattingModel, getAreas, getConditions. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: areas, conditions.

Description

ConditionalFormattingModel is a class in the Aspose.Cells FOSS library for Java that exposes 2 methods and 2 properties for programmatic use.

Core capabilities include: list<cellarea>; list<formatconditionmodel>. These operations enable developers to integrate conditionalformattingmodel functionality directly into Java applications.

The class also provides the areas property (returns the areas), the conditions property (returns the conditions).

Instances are created through a single constructor that initializes the object with default values.

Properties

NameTypeAccessDescription
areasList<CellArea>ReadReturns the areas.
conditionsList<FormatConditionModel>ReadReturns the conditions.

Methods

SignatureDescription
ConditionalFormattingModel()Initializes a new ConditionalFormattingModel instance.
getAreas()List<CellArea>Returns the areas.
getConditions()List<FormatConditionModel>Returns the conditions.

See Also

 English