Section
Overview
Section 是Python的Aspose.Words FOSS中的一个类. 继承人: BaseModel.
Section.type is a string indicating the section’s classification or identifier.
特性: body, headers_footers, page_setup, type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | str | Read | 得到了类型. |
page_setup | PageSetup | Read | 设置页面. |
body | Body | Read | 得到了尸体. |
headers_footers | list[HeaderFooter] | Read | 得到了标题的脚本. |