HeaderFooter
Overview
HeaderFooter is a class in Aspose.Words for Python.
Inherits from: BaseModel.
HeaderFooter.type returns the header/footer’s type as a string.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | str | Read | Holds the header or footer’s textual identifier |
header_footer_type | int | None | Read | Returns the numeric identifier of the header/footer type, or None |
paragraphs | list[Paragraph] | Read | Returns a list of Paragraph objects contained in the header/footer |
tables | list[Table] | Read | Provides a list of Table objects contained in the header/footer |