[]
Represents a range of OutlineLevel enum values.
public class OutlineLevelRange
Public Class OutlineLevelRange
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. |
Name | Description |
---|---|
Empty() | Makes the range empty. |
InRange(OutlineLevel) | Gets whether the given outline level is in the range. |
Max() | |
Set(OutlineLevel, OutlineLevel) | Sets the level range. |
ToArray() | Gets the array of OutlineLevel values defined in the range. |
ToString() |