Aspose::Page::XPS::XpsDocument::AddOutlineEntry method
XpsDocument::AddOutlineEntry method
Adds an outline entry to the document.
void Aspose::Page::XPS::XpsDocument::AddOutlineEntry(System::String description, int32_t outlineLevel, System::SharedPtr<XpsModel::XpsHyperlinkTarget> target)
Parameter | Type | Description |
---|---|---|
description | System::String | The entry description. |
outlineLevel | int32_t | The outline level. |
target | System::SharedPtr<XpsModel::XpsHyperlinkTarget> | The entry target. |
See Also
- Class String
- Typedef SharedPtr
- Class XpsHyperlinkTarget
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++