LineFormat
LineFormat
概述
LineFormat 是Python的Aspose.Slides FOSS中的一个类. 继承人: PVIObject, ISlideComponent, IPresentationComponent.
表示线的格式.
特性: alignment, as_i_presentation_component, begin_arrowhead_length, begin_arrowhead_style, begin_arrowhead_width, cap_style,另外还有13个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
is_format_not_defined | bool | 阅读 | 如果行格式未定义 (刚创建,默认) 返回true. |
fill_format | ILineFillFormat | 阅读 | 返回一个行的填写格式. |
width | float | 阅读/写作 | 返回或设置线的宽度. |
dash_style | LineDashStyle | 阅读/写作 | 返回或设置线框式. |
custom_dash_pattern | list[float] | 阅读/写作 | 返回或设置自定义的表盘模式. |
cap_style | LineCapStyle | 阅读/写作 | 返回或设置线顶式. |
style | LineStyle | 阅读/写作 | 返回或设置线条风格. |
alignment | LineAlignment | 阅读/写作 | 返回或设置线对齐. |
join_style | LineJoinStyle | 阅读/写作 | 返回或设置线接式. |
miter_limit | float | 阅读/写作 | 返回或设置线的尺寸限制. |
begin_arrowhead_style | LineArrowheadStyle | 阅读/写作 | 返回或设置箭头样式在线的开始. |
end_arrowhead_style | LineArrowheadStyle | 阅读/写作 | 返回或设置箭头样式在一行末尾. |
begin_arrowhead_width | LineArrowheadWidth | 阅读/写作 | 返回或设置箭头宽度在线的开始. |
end_arrowhead_width | LineArrowheadWidth | 阅读/写作 | 返回或设置箭头宽度在线的最后. |
begin_arrowhead_length | LineArrowheadLength | 阅读/写作 | 返回或设置箭头长度在线的开始. |
end_arrowhead_length | LineArrowheadLength | 阅读/写作 | 返回或设置箭头长度在一行末尾. |
as_i_presentation_component | IPresentationComponent | 阅读 | 允许获得基本的 IPresentationComponent 接口. |
slide | IBaseSlide | 阅读 | 获取幻灯片。. |
presentation | IPresentation | 阅读 | 获取表示。. |