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

SignatureDescription
Count()intCalls Count on this Outlines instance.
IsReadOnly()boolReturns true if read only is set.
VisibleCount()intCalls 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)boolCalls Contains(item) on this Outlines instance.
Remove(item: OutlineItemCollection)boolCalls 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()OutlineItemCollectionCalls First on this Outlines instance.
Last()OutlineItemCollectionCalls Last on this Outlines instance.

See Also