IHeadingPair — Aspose.Slides FOSS Java API Reference

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

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
nameStringRead/Write
countintRead/Write

Methods

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

See Also