Table of Contents

Method SetOutlineRanges

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

SetOutlineRanges(IList<IRange>)

Updates IOutlineRange collection from given list of ranges.

public virtual void SetOutlineRanges(IList<IRange> ranges)

Parameters

ranges IList<IRange>

Specifies new IOutlineRange collection to set.

SetOutlineRanges(IList<IRange>, bool)

Updates IOutlineRange collection from given list of ranges.

public virtual void SetOutlineRanges(IList<IRange> ranges, bool preserveVisible)

Parameters

ranges IList<IRange>

Specifies new IOutlineRange collection to set.

preserveVisible bool

Indicates whether new ranges should preserve collapsed state of existing outline sections.