officefileapi-devexpress-dot-pdf-dot-pdfoutline-dot-underscore-members.md
Represents a document outline that allows the user to navigate interactively from one part of the document to another.
| Name | Description |
|---|---|
| Action | Provides access to the action that should be performed when the outline item is activated. |
| Closed | Gets or sets a value that indicates whether the outline item is closed when it is displayed on the screen. Inherited from PdfOutlineItem. |
| Color | Gets the color of the outline entry’s text in the navigation pane. |
| Count | Gets the total number of visible outline items at all levels of the outline. Inherited from PdfOutlineItem. |
| Destination | Gets a destination (a particular view of a document), which is displayed when an outline item is activated. |
| First | Gets the first top-level item in the outline. Inherited from PdfOutlineItem. |
| IsBold | Gets a value indicating whether the outline’s text is formatted as bold. |
| IsItalic | Gets the value indicating whether the outline’s text is formatted as italic. |
| Last | Gets the last top-level item in the outline. Inherited from PdfOutlineItem. |
| Next | Gets the next item at the outline level. |
| Parent | Gets the parent of the outline item in the outline hierarchy. |
| Prev | Gets the previous item at the outline level. |
| Title | Gets the text that is displayed for the outline item. |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also