Section
Overview
Section is a class in Aspose.Words for Python.
Inherits from: BaseModel.
Section.page_setup provides access to the page layout settings for the section.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | str | Read | |
page_setup | PageSetup | Read | Provides access to the page layout settings for the section |
body | Body | Read | Contains the main body content of the section |
headers_footers | list[HeaderFooter] | Read | Holds a list of header and footer objects associated with the section |