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
| Name | Type | Access | Description |
|---|---|---|---|
paragraphs | list[Paragraph] | Read | Gets the paragraphs. |
tables | list[Table] | Read | Gets the tables. |
type | str | Read | Gets the type. |
header_footer_type | int | None | Read | Gets the header footer type. |
children | list[BodyChild] | Read | Gets the children. |