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
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Stores the heading name |
count | int | Read | Stores the heading count |
Methods
| Signature | Description |
|---|---|
initInternal(name: String, count: int) | Initializes internal state. |
getName() → String | Returns the heading name string |
getCount() → int | Returns the heading count integer |
toString() → String | Returns a string representation of the HeadingPair |