HeaderFooter

Overview

HeaderFooter is a class in Aspose.Words FOSS for Python. Inherits from: BaseModel.

HeaderFooter.type is a string representing the header/footer content type.

Properties: children, header_footer_type, paragraphs, tables, type.

Properties

NameTypeAccessDescription
paragraphslist[Paragraph]ReadGets the paragraphs.
tableslist[Table]ReadGets the tables.
typestrReadGets the type.
header_footer_typeint | NoneReadGets the header footer type.
childrenlist[BodyChild]ReadGets the children.

See Also