OutlineItemCollection Methods

The OutlineItemCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds outline item to collection.
(Overrides OutlinesAdd(OutlineItemCollection).)
Public methodClear
Clears all items from the collection.
(Overrides OutlinesClear.)
Public methodContains
Checks if collection contains given item.
(Overrides OutlinesContains(OutlineItemCollection).)
Public methodCopyTo
Copies the outline entries to an System.Array, starting at a particular System.Array index.
(Overrides OutlinesCopyTo(OutlineItemCollection, Int32).)
Public methodDelete
Deletes this outline item from the document outline hierarchy.
Public methodDelete(String)
Deletes outline entry with specified name from the document outline hierarchy.
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Overrides OutlinesGetEnumerator.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInsert
Inserts the outline item into collection at the specified place.
Public methodRemove(Int32)
Remove item by index.
Public methodRemove(OutlineItemCollection)
Remove outline collection item.
(Overrides OutlinesRemove(OutlineItemCollection).)
Public methodToString (Inherited from Object.)
See Also