heading_pairs property

BuiltInDocumentProperties.heading_pairs property

Specifies document headings and their names.

@property
def heading_pairs(self) -> List[object]:
    ...

@heading_pairs.setter
def heading_pairs(self, value: List[object]):
    ...

Remarks

Every heading pair occupies two elements in this array.

The first element of the pair is a string and specifies the heading name. The second element of the pair is an int and specifies the count of document parts for this heading in the BuiltInDocumentProperties.titles_of_parts property.

The total sum of counts for all heading pairs in this property must be equal to the number of elements in the BuiltInDocumentProperties.titles_of_parts property.

Aspose.Words does not update this property.

See Also