HeadingPair

Overview

HeadingPair is a class in Aspose.Slides FOSS for Java. Inherits from: IHeadingPair.

Represents a heading pair indicating a grouping of document parts.

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

Properties

NameTypeAccessDescription
nameStringReadGets the name.
countintReadGets the count.

Methods

SignatureDescription
initInternal(name: String, count: int)Initializes internal state.
getName()StringReturns the name.
getCount()intReturns the count.
toString()StringReturns a string representation of the HeadingPair

See Also