officefileapi-devexpress-dot-pdf-dot-pdfoutline-dot-underscore-properties.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. |
See Also