ConditionalStyleCollection

ConditionalStyleCollection

Overview

ConditionalStyleCollection is a class in Aspose.Words FOSS for .NET. Inherits from: IEnumerable<ConditionalStyle>.

Represents a collection of ConditionalStyle objects.

This class provides 2 methods for working with ConditionalStyleCollection objects in .NET programs. Available methods include: ClearFormatting, GetEnumerator. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: BottomLeftCell, BottomRightCell, Count, EvenColumnBanding, EvenRowBanding, FirstColumn, and 7 more.

Properties

NameTypeAccessDescription
CountintReadGets the number of conditional styles in the collection.
FirstRowConditionalStyleReadGets the first row style.
FirstColumnConditionalStyleReadGets the first column style.
LastRowConditionalStyleReadGets the last row style.
LastColumnConditionalStyleReadGets the last column style.
OddRowBandingConditionalStyleReadGets the odd row banding style.
OddColumnBandingConditionalStyleReadGets the odd column banding style.
EvenRowBandingConditionalStyleReadGets the even row banding style.
EvenColumnBandingConditionalStyleReadGets the even column banding style.
TopLeftCellConditionalStyleReadGets the top left cell style.
TopRightCellConditionalStyleReadGets the top right cell style.
BottomLeftCellConditionalStyleReadGets the bottom left cell style.
BottomRightCellConditionalStyleReadGets the bottom right cell style.

Methods

SignatureDescription
ClearFormatting()Clears all conditional styles of the table style.
GetEnumerator()Returns an enumerator object that can be used to iterate over all conditional styles in the collection.

See Also