ILineFormat
概述
ILineFormat 是一个界面在Aspose.Slides FOSS for .NET.
表示线的格式.
特性: Alignment, BeginArrowheadLength, BeginArrowheadStyle, BeginArrowheadWidth, CapStyle, CustomDashPattern,另外10个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
IsFormatNotDefined | bool | 阅读 | 如果行格式未定义 (刚创建,默认) 返回true. |
FillFormat | ILineFillFormat | 阅读 | 返回一个行的填写格式. |
Width | float | 阅读/写作 | 返回或设置线的宽度. |
DashStyle | LineDashStyle | 阅读/写作 | 返回或设置线框式. |
CapStyle | LineCapStyle | 阅读/写作 | 返回或设置线顶式. |
Alignment | LineAlignment | 阅读/写作 | 返回或设置线对齐. |
BeginArrowheadStyle | LineArrowheadStyle | 阅读/写作 | 返回或设置箭头样式在线的开始. |
EndArrowheadStyle | LineArrowheadStyle | 阅读/写作 | 返回或设置箭头样式在一行末尾. |
BeginArrowheadWidth | LineArrowheadWidth | 阅读/写作 | 返回或设置箭头宽度在线的开始. |
EndArrowheadWidth | LineArrowheadWidth | 阅读/写作 | 返回或设置箭头宽度在线的最后. |
BeginArrowheadLength | LineArrowheadLength | 阅读/写作 | 返回或设置箭头长度在线的开始. |
EndArrowheadLength | LineArrowheadLength | 阅读/写作 | 返回或设置箭头长度在一行末尾. |
CustomDashPattern | IList<float> | 阅读/写作 | 返回或设置自定义的表盘模式. |
Style | LineStyle | 阅读/写作 | 返回或设置线复合式. |
JoinStyle | LineJoinStyle | 阅读/写作 | 返回或设置线连接风格. |
MiterLimit | float | 阅读/写作 | 返回或设置度限制. |