StrokeStyle
StrokeStyle
Overview
StrokeStyle 是Python的Aspose.Page FOSS中的一个类.
路径呈现的冲动风格设置.
特性: dash, dash_phase, line_cap, line_join, line_width, miter_limit.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
line_width | float | Read | 得到了线宽. |
line_cap | int | Read | 得到了线上帽子. |
line_join | int | Read | 让线连接. |
miter_limit | float | Read | 得到了子的限制. |
dash | list[float] | Read | 得到了仪表盘. |
dash_phase | float | Read | 得到了仪表盘阶段. |