IHeadingPair

Overview

IHeadingPair is a interface in Aspose.Slides FOSS for Java.

Represents a heading pair that indicates a grouping of document parts and the number of parts in each group.

This interface provides 2 methods for working with IHeadingPair objects in Java programs. Available methods include: getCount, getName. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: count, name.

Properties

NameTypeAccessDescription
nameStringReadReturns the name of the heading pair.
countintReadReturns the count of parts in this group.

Methods

SignatureDescription
getName()StringReturns the name of the heading pair.
getCount()intReturns the count of parts in this group.

See Also