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

NameTypeAccessDescription
typestrReadGets the type.
page_setupPageSetupReadGets the page setup.
bodyBodyReadGets the body.
headers_footerslist[HeaderFooter]ReadGets the headers footers.

See Also