Overview
Run 是Python的Aspose.Words FOSS中的一个类. 继承人: BaseModel.
Run.text holds the literal text content of the run.
特性: font, text, type.
Properties
| Name | Type | Access | Description |
|---|
type | str | Read | 得到了类型. |
text | str | Read | 得到了短信. |
font | Font | Read | 得到字体. |
See Also