OutlineItemCollection Methods |
The OutlineItemCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds outline item to collection.
(Overrides OutlinesAdd(OutlineItemCollection).) |
![]() | Clear |
Clears all items from the collection.
(Overrides OutlinesClear.) |
![]() | Contains |
Checks if collection contains given item.
(Overrides OutlinesContains(OutlineItemCollection).) |
![]() | CopyTo |
Copies the outline entries to an System.Array, starting at a particular System.Array index.
(Overrides OutlinesCopyTo(OutlineItemCollection, Int32).) |
![]() | Delete |
Deletes this outline item from the document outline hierarchy.
|
![]() | Delete(String) |
Deletes outline entry with specified name from the document outline hierarchy.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
(Overrides OutlinesGetEnumerator.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Insert |
Inserts the outline item into collection at the specified place.
|
![]() | Remove(Int32) |
Remove item by index.
|
![]() | Remove(OutlineItemCollection) |
Remove outline collection item.
(Overrides OutlinesRemove(OutlineItemCollection).) |
![]() | ToString | (Inherited from Object.) |