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.

Properties

NameTypeAccessDescription
nameStringReadStores the heading name
countintReadStores the heading count

Methods

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

See Also