OutlineItemCollection

OutlineItemCollection

Overview

OutlineItemCollection is a class in Aspose.PDF FOSS for C++.

This class provides 18 methods for working with OutlineItemCollection objects in C++ programs. Available methods include: Action, Bold, Destination, HasNext, Insert, Italic, Level, Next, Open, Parent, Prev, Title. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
Title()std::stringCalls Title on this OutlineItemCollection instance.
Title(value: std::string)Calls Title(value) on this OutlineItemCollection instance.
Bold()boolCalls Bold on this OutlineItemCollection instance.
Bold(value: bool)Calls Bold(value) on this OutlineItemCollection instance.
Italic()boolCalls Italic on this OutlineItemCollection instance.
Italic(value: bool)Calls Italic(value) on this OutlineItemCollection instance.
Open()boolCalls Open on this OutlineItemCollection instance.
Open(value: bool)Calls Open(value) on this OutlineItemCollection instance.
Destination()Aspose::Pdf::Annotations::IAppointmentCalls Destination on this OutlineItemCollection instance.
Destination(value: Aspose::Pdf::Annotations::IAppointment)Calls Destination(value) on this OutlineItemCollection instance.
Action()Aspose::Pdf::Annotations::PdfActionCalls Action on this OutlineItemCollection instance.
Action(value: Aspose::Pdf::Annotations::PdfAction)Calls Action(value) on this OutlineItemCollection instance.
Insert(index: int, item: OutlineItemCollection)Calls Insert(index, item) on this OutlineItemCollection instance.
Next()OutlineItemCollectionCalls Next on this OutlineItemCollection instance.
Prev()OutlineItemCollectionCalls Prev on this OutlineItemCollection instance.
HasNext()boolReturns true if next is present.
Parent()OutlinesCalls Parent on this OutlineItemCollection instance.
Level()intCalls Level on this OutlineItemCollection instance.

See Also