add_outline_entry method
add_outline_entry
Adds an outline entry to the document.
def add_outline_entry(self, description, outline_level, target):
...
| Parameter | Type | Description |
|---|---|---|
| description | str | The entry description. |
| outline_level | int | The outline level. |
| target | aspose.page.xps.xpsmodel.XpsHyperlinkTarget | The entry target. |
See Also
- module
aspose.page.xps - class
XpsDocument