HeaderFooter
Overview
HeaderFooter 是Python的Aspose.Words FOSS中的一个类. 继承人: BaseModel.
HeaderFooter.type is a string representing the header/footer content type.
特性: children, header_footer_type, paragraphs, tables, type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
paragraphs | list[Paragraph] | Read | 得到了段落. |
tables | list[Table] | Read | 拿走桌子. |
type | str | Read | 得到了类型. |
header_footer_type | `int | None` | Read |
children | list[BodyChild] | Read | 带着孩子们. |