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.

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