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

SignatureDescription
HeadingPair()
HeadingPair(name: std::string, count: int)
name()std::stringReturns the group name of document parts. Read-only.
count()intReturns the number of parts in group. Read-only.

See Also