ILineFormat — Aspose.Slides FOSS Python API Reference

概述

ILineFormat 定义了i行的格式化选项.浏览下面表中的属性和方法,以了解此类型的完整公共API表面.这里列出的所有成员都是稳定的公开API的一部分,可能用于针对FOSS版本的生产代码.请参阅包文档获得安装说明以及相关类别的全清单.

Package: aspose.slides_foss


描述情况

ILineFormat 是Python的Aspose.Slides FOSS库中的一个类,它暴露了 0 个方法和 16 种属性用于编程使用. 它扩展到 ILineParamSource 和工具 ABC, 继承了其母型的共享功能.

核心能力包括: bool; ilinefillformat; float.这些操作使开发人员能够直接将 ilineformat 功能集成到 Python 应用程序中.

属性

Property类型Access描述情况
is_format_not_definedbool仅读取设置了_format_not_defined标志.
fill_formatILineFillFormat仅读取填写_格式值.
widthfloat阅读/写作宽值.
dash_styleLineDashStyle阅读/写作字符串_样式值.
custom_dash_patternlist[float]阅读/写作定制_dash_模式值.
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阅读/写作终点_箭头_长度值.

查看更多

 中文