Outlines
Overview
Outlines is a class in Aspose.PDF FOSS for C++.
This class provides 12 methods for working with Outlines objects in C++ programs.
Available methods include: Add, Clear, Contains, Count, Delete, First, IsReadOnly, Last, Remove, VisibleCount.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
Count() → int | Calls Count on this Outlines instance. |
IsReadOnly() → bool | Returns true if read only is set. |
VisibleCount() → int | Calls VisibleCount on this Outlines instance. |
Add(item: OutlineItemCollection) | Calls Add(item) on this Outlines instance. |
Clear() | Calls Clear on this Outlines instance. |
Contains(item: OutlineItemCollection) → bool | Calls Contains(item) on this Outlines instance. |
Remove(item: OutlineItemCollection) → bool | Calls Remove(item) on this Outlines instance. |
Remove(index: int) | Calls Remove(index) on this Outlines instance. |
Delete() | Calls Delete on this Outlines instance. |
Delete(name: std::string) | Calls Delete(name) on this Outlines instance. |
First() → OutlineItemCollection | Calls First on this Outlines instance. |
Last() → OutlineItemCollection | Calls Last on this Outlines instance. |