Provides link to bookmark.
| Name | Type | Description | Notes |
|---|---|---|---|
| links | list[Link] | Link to the document. | [optional] |
| title | str | Get the Title; | [optional] |
| italic | bool | Is bookmark italic. | [optional] |
| bold | bool | Is bookmark bold. | [optional] |
| color | Color | Get the color | [optional] |
| action | str | Gets or sets the action bound with the bookmark. If PageNumber is presented the action can not be specified. The action type includes: "GoTo", "GoToR", "Launch", "Named". | [optional] |
| level | int | Gets or sets bookmark's hierarchy level. | [optional] |
| destination | str | Gets or sets bookmark's destination page. Required if action is set as string.Empty. | [optional] |
| page_display | str | Gets or sets the type of display bookmark's destination page. | [optional] |
| page_display_bottom | int | Gets or sets the bottom coordinate of page display. | [optional] |
| page_display_left | int | Gets or sets the left coordinate of page display. | [optional] |
| page_display_right | int | Gets or sets the right coordinate of page display. | [optional] |
| page_display_top | int | Gets or sets the top coordinate of page display. | [optional] |
| page_display_zoom | int | Gets or sets the zoom factor of page display. | [optional] |
| page_number | int | Gets or sets the number of bookmark's destination page. | [optional] |
| remote_file | str | Gets or sets the file (path) which is required for "GoToR" action of bookmark. | [optional] |
| bookmarks | Bookmarks | The children bookmarks. | [optional] |