public final class HeadingPair extends java.lang.Object implements IHeadingPair
Represents a 'Heading pair' property of the document. It indicates the group name of document parts and the number of parts in group.
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Returns the number of parts in group.
|
java.lang.String |
getName()
Returns the group name of document parts.
|
public final java.lang.String getName()
Returns the group name of document parts. Read-only String.
getName in interface IHeadingPairpublic final int getCount()
Returns the number of parts in group. Read-only int.
getCount in interface IHeadingPairCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.