[]
        
(Showing Draft Content)

C1.C1Preview.OutlineNodeCollection

OutlineNodeCollection Class

Represents a collection of OutlineNode elements.

Inheritance
OutlineNodeCollection
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class OutlineNodeCollection : OwnedCollection, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the element at the specified index.

Methods

Name Description
Add(OutlineNode)

Adds a node to the current collection.

Add(string)

Adds a node with the specified caption and location to the current collection.

Add(string, C1LinkTarget)

Adds a node with the specified caption and link target to the current collection.

Add(string, IDocumentLocation)

Adds a node with the specified caption and location to the current collection.

Add(string, IDocumentLocation, Icon)

Adds a node with the specified caption, location and icon to the current collection.

GetItemType()

Gets the type of elements in this collection.

Remove(OutlineNode)

Removes a node from the current collection.