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
| Signature | Description |
|---|---|
Title() → std::string | Calls Title on this OutlineItemCollection instance. |
Title(value: std::string) | Calls Title(value) on this OutlineItemCollection instance. |
Bold() → bool | Calls Bold on this OutlineItemCollection instance. |
Bold(value: bool) | Calls Bold(value) on this OutlineItemCollection instance. |
Italic() → bool | Calls Italic on this OutlineItemCollection instance. |
Italic(value: bool) | Calls Italic(value) on this OutlineItemCollection instance. |
Open() → bool | Calls Open on this OutlineItemCollection instance. |
Open(value: bool) | Calls Open(value) on this OutlineItemCollection instance. |
Destination() → Aspose::Pdf::Annotations::IAppointment | Calls Destination on this OutlineItemCollection instance. |
Destination(value: Aspose::Pdf::Annotations::IAppointment) | Calls Destination(value) on this OutlineItemCollection instance. |
Action() → Aspose::Pdf::Annotations::PdfAction | Calls 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() → OutlineItemCollection | Calls Next on this OutlineItemCollection instance. |
Prev() → OutlineItemCollection | Calls Prev on this OutlineItemCollection instance. |
HasNext() → bool | Returns true if next is present. |
Parent() → Outlines | Calls Parent on this OutlineItemCollection instance. |
Level() → int | Calls Level on this OutlineItemCollection instance. |