item_print_titles property

item_print_titles property

Indicates whether PivotItem names should be repeated at the top of each printed page.

Remarks

NOTE: This property is now obsolete. Instead, please use PivotTable.RepeatItemsOnEachPrintedPage property. This method will be removed 12 months later since October 2024. Aspose apologizes for any inconvenience you may have experienced.

Definition:

@property
def item_print_titles(self):
    ...
@item_print_titles.setter
def item_print_titles(self, value):
    ...

See Also