|
| 1 | +# Bookmark |
| 2 | +Provides link to bookmark. |
| 3 | + |
| 4 | +*Inherited from [LinkElement](LinkElement.md)* |
| 5 | +## Properties |
| 6 | +Name | Type | Description | Notes |
| 7 | +------------ | ------------- | ------------- | ------------- |
| 8 | +**title** | **string** | Get the Title; | [optional] |
| 9 | +**italic** | **boolean** | Is bookmark italic. | [optional] |
| 10 | +**bold** | **boolean** | Is bookmark bold. | [optional] |
| 11 | +**color** | [**Color**](Color.md) | Get the color | [optional] |
| 12 | +**action** | **string** | 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] |
| 13 | +**level** | **number** | Gets or sets bookmark's hierarchy level. | [optional] |
| 14 | +**destination** | **string** | Gets or sets bookmark's destination page. Required if action is set as string.Empty. | [optional] |
| 15 | +**pageDisplay** | **string** | Gets or sets the type of display bookmark's destination page. | [optional] |
| 16 | +**pageDisplay_Bottom** | **number** | Gets or sets the bottom coordinate of page display. | [optional] |
| 17 | +**pageDisplay_Left** | **number** | Gets or sets the left coordinate of page display. | [optional] |
| 18 | +**pageDisplay_Right** | **number** | Gets or sets the right coordinate of page display. | [optional] |
| 19 | +**pageDisplay_Top** | **number** | Gets or sets the top coordinate of page display. | [optional] |
| 20 | +**pageDisplay_Zoom** | **number** | Gets or sets the zoom factor of page display. | [optional] |
| 21 | +**pageNumber** | **number** | Gets or sets the number of bookmark's destination page. | [optional] |
| 22 | +**remoteFile** | **string** | Gets or sets the file (path) which is required for "GoToR" action of bookmark. | [optional] |
| 23 | +**bookmarks** | [**Bookmarks**](Bookmarks.md) | The children bookmarks. | [optional] |
| 24 | +**links** | [**Array<Link>**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.md)* | [optional] |
| 25 | + |
| 26 | +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/models/bookmark.ts) |
| 27 | + |
0 commit comments