HeadingPair

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IHeadingPair

public final class HeadingPair 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.

Methods

MethodDescription
getName()Returns the group name of document parts.
getCount()Returns the number of parts in group.

getName()

public final String getName()

Returns the group name of document parts. Read-only String.

Returns: java.lang.String

getCount()

public final int getCount()

Returns the number of parts in group. Read-only int.

Returns: int