Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 744 Bytes

File metadata and controls

32 lines (25 loc) · 744 Bytes

title: export_page_headers property second_title: Aspose.Cells for Python via .NET API References description: type: docs weight: 400 url: /aspose.cells.saving/ebooksaveoptions/export_page_headers/ is_root: false

export_page_headers property

Indicates whether exporting page headers.

Remarks

Only works when HtmlSaveOptions.save_as_single_file is True.

Definition:

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

See Also