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_definedbool阅读如果行格式未定义 (刚创建,默认) 返回true.
fill_formatILineFillFormat阅读返回一个行的填写格式.
widthfloat阅读/写作返回或设置线的宽度.
dash_styleLineDashStyle阅读/写作返回或设置线框式.
custom_dash_patternlist[float]阅读/写作返回或设置自定义的表盘模式.
cap_styleLineCapStyle阅读/写作返回或设置线顶式.
styleLineStyle阅读/写作返回或设置线条风格.
alignmentLineAlignment阅读/写作返回或设置线对齐.
join_styleLineJoinStyle阅读/写作返回或设置线接式.
miter_limitfloat阅读/写作返回或设置线的尺寸限制.
begin_arrowhead_styleLineArrowheadStyle阅读/写作返回或设置箭头样式在线的开始.
end_arrowhead_styleLineArrowheadStyle阅读/写作返回或设置箭头样式在一行末尾.
begin_arrowhead_widthLineArrowheadWidth阅读/写作返回或设置箭头宽度在线的开始.
end_arrowhead_widthLineArrowheadWidth阅读/写作返回或设置箭头宽度在线的最后.
begin_arrowhead_lengthLineArrowheadLength阅读/写作返回或设置箭头长度在线的开始.
end_arrowhead_lengthLineArrowheadLength阅读/写作返回或设置箭头长度在一行末尾.
as_i_presentation_componentIPresentationComponent阅读允许获得基本的 IPresentationComponent 接口.
slideIBaseSlide阅读获取幻灯片。.
presentationIPresentation阅读获取表示。.

查看更多

 中文