Aspose::Page::XPS::XpsDocument::AddOutlineEntry 方法

XpsDocument::AddOutlineEntry method

向文档添加大纲条目。

void Aspose::Page::XPS::XpsDocument::AddOutlineEntry(System::String description, int32_t outlineLevel, System::SharedPtr<XpsModel::XpsHyperlinkTarget> target)
ParameterType描述
descriptionSystem::String条目描述。
outlineLevelint32_t大纲级别。
targetSystem::SharedPtr<XpsModel::XpsHyperlinkTarget>该条目的目标。

另见