[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.OutlineLevelRange

OutlineLevelRange Class

Represents a range of OutlineLevel enum values.

Inheritance
OutlineLevelRange
Namespace: GrapeCity.Documents.Word.Fields
Assembly: DS.Documents.Word.dll
Syntax
public class OutlineLevelRange
Public Class OutlineLevelRange

Properties

Name Description
From

Gets the range start outline level.

IsEmpty

Gets a value indicating whether the range does not have any outline levels.

IsMax

Gets a value indicating whether the range is from Level1 to Level9.

To

Gets the range end outline level.

Methods

Name Description
Empty()

Makes the range empty.

InRange(OutlineLevel)

Gets whether the given outline level is in the range.

Max()

Sets the range from Level1 to Level9.

Set(OutlineLevel, OutlineLevel)

Sets the level range.

ToArray()

Gets the array of OutlineLevel values defined in the range.

ToString()