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
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Returns the name of the heading pair. |
count | int | Read | Returns the count of parts in this group. |
Methods
| Signature | Description |
|---|---|
getName() → String | Returns the name of the heading pair. |
getCount() → int | Returns the count of parts in this group. |