Aspose::Pdf::LogicalStructure::TOCElement::LinkTocPageTitleToHeaderElement method
TOCElement::LinkTocPageTitleToHeaderElement method
Links the Table of Contents (TOC) page title to a header element for document structure.
void Aspose::Pdf::LogicalStructure::TOCElement::LinkTocPageTitleToHeaderElement(const System::SharedPtr<Aspose::Pdf::Page> &tocPage, const System::SharedPtr<HeaderElement> &tocTitleHeader)
| Parameter | Type | Description |
|---|---|---|
| tocPage | const System::SharedPtr<Aspose::Pdf::Page>& | The TOC page containing the title to which the header will be linked. |
| tocTitleHeader | const System::SharedPtr<HeaderElement>& | The header element that will be linked to the title of the TOC page. |
See Also
- Typedef SharedPtr
- Class Page
- Class HeaderElement
- Class TOCElement
- Namespace Aspose::Pdf::LogicalStructure
- Library Aspose.PDF for C++