OutlineItemCollection Properties |
The OutlineItemCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Action |
Gets or sets the action for this outline item.
|
![]() | Bold |
Gets or sets bold flag for the title text of this outline item
|
![]() | Color |
Gets or sets the color for the title text of this outline item.
|
![]() | Count |
Count of collection items. Please dont confuse with VisibleCount: VisibleCount gets number of visible outline item on all levels.
(Overrides OutlinesCount.) |
![]() | Destination |
Gets or sets the destination for this outline item.
|
![]() | First |
Gets the outline item representing the first top-level item in the outline hierarchy.
|
![]() | HasNext |
Check if outline item representing next item relatively this item in the outline hierarchy.
|
![]() | IsReadOnly |
Gets a value indicating whether the collection is read-only.
(Overrides OutlinesIsReadOnly.) |
![]() | IsSynchronized |
Gets the value indicating whether access to this collection is synchronized (thread safe).
|
![]() | Italic |
Gets or sets italic flag for the title text of this outline item
|
![]() | Item |
Gets outline item from the collection using index.
|
![]() | Last |
Gets the outline item representing the last top-level item in the outline hierarchy.
|
![]() | Level |
Gets hierarchy level of outline item.
|
![]() | Next |
Gets the outline item representing next item relatively this item in the outline hierarchy.
|
![]() | Open |
Get or sets open status (true/false) for outline item.
|
![]() | Parent |
Gets the parent object of this outline item in the outline hierarchy.
|
![]() | Prev |
Gets the outline item representing previous item relatively this item in the outline hierarchy.
|
![]() | SyncRoot |
Gets the object that can be used to synchronize access to this collection.
|
![]() | Title |
Gets or sets the title for this outline item.
|
![]() | VisibleCount |
Gets the total number of outline items at all levels in the document outline hierarchy.
(Overrides OutlinesVisibleCount.) |