Section
Overview
Section is a class in Aspose.Words FOSS for Python.
Inherits from: BaseModel.
Section.type is a string indicating the section’s classification or identifier.
Properties: body, headers_footers, page_setup, type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | str | Read | Gets the type. |
page_setup | PageSetup | Read | Gets the page setup. |
body | Body | Read | Gets the body. |
headers_footers | list[HeaderFooter] | Read | Gets the headers footers. |