PathCommand
PathCommand
Overview
PathCommand 是Python的Aspose.Page FOSS中的一个类.
提供可选的路径/填充.
特性: fill, fill_opacity, fill_rule, overprint, path, stroke,另外两个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
path | Path | Read | 找到了路径. |
stroke | `StrokeStyle | None` | Read |
fill | `Paint | None` | Read |
fill_rule | str | Read | 得到充满的规则. |
stroke_paint | `Paint | None` | Read |
overprint | bool | Read | 得到了超印. |
fill_opacity | float | Read | 得到填充的不透明度. |
stroke_opacity | float | Read | 得到了中风的不透明度. |