Style
概述
Style 是Python的Aspose.Words FOSS中的一个类. 继承人: BaseModel.
Style.name 是样式的标识字符串.
特性: base_style_name, built_in, font, is_heading, name, next_paragraph_style_name,另外5个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
name | str | 阅读 | 得到了这个名字. |
type | int | 阅读 | 得到了类型. |
is_heading | bool | 阅读 | 得到了方向. |
base_style_name | str | 阅读 | 得到了基本的风格名称. |
next_paragraph_style_name | str | 阅读 | 得到下一段的风格名称. |
paragraph_format | `ParagraphFormat | None` | 阅读 |
font | `Font | None` | 阅读 |
table_style_format | `TableStyleFormat | None` | 阅读 |
style_identifier | int | 阅读 | 得到了风格标识符. |
built_in | bool | 阅读 | 得到了内置的. |
priority | int | 阅读 | 得到优先权. |