HeadingPair
Overview
HeadingPair is a class in Aspose.Slides FOSS for C++.
Represents a ‘Heading pair’ property of the document. It indicates the group name of document parts and the number of parts in group.
This class provides 4 methods for working with HeadingPair objects in C++ programs.
Available methods include: HeadingPair, count, name.
All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
HeadingPair() | |
HeadingPair(name: std::string, count: int) | |
name() → std::string | Returns the group name of document parts. Read-only. |
count() → int | Returns the number of parts in group. Read-only. |