public interface 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.
|
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.