ILineFormat
内容
[
隐藏
]ILineFormat interface
表示一行的格式。
public interface ILineFormat : ILineParamSource
特性
姓名 | 描述 |
---|---|
Alignment { get; set; } | 返回或设置行对齐。 读/写LineAlignment 。 |
AsILineParamSource { get; } | 允许获取基本 ILineParamSource 接口。 只读ILineParamSource 。 |
BeginArrowheadLength { get; set; } | 返回或设置行首的箭头长度。 读/写LineArrowheadLength 。 |
BeginArrowheadStyle { get; set; } | 返回或设置行首的箭头样式。 读/写LineArrowheadStyle 。 |
BeginArrowheadWidth { get; set; } | 返回或设置行首的箭头宽度。 读/写LineArrowheadWidth 。 |
CapStyle { get; set; } | 返回或设置线帽样式。 读/写LineCapStyle 。 |
CustomDashPattern { get; set; } | 返回或设置自定义破折号模式。 读/写Single[]。 |
DashStyle { get; set; } | 返回或设置划线样式。 读/写LineDashStyle 。 |
EndArrowheadLength { get; set; } | 返回或设置行尾的箭头长度。 读/写LineArrowheadLength 。 |
EndArrowheadStyle { get; set; } | 返回或设置行尾的箭头样式。 读/写LineArrowheadStyle 。 |
EndArrowheadWidth { get; set; } | 返回或设置行尾的箭头宽度。 读/写LineArrowheadWidth 。 |
FillFormat { get; } | 返回一行的填充格式。 只读ILineFillFormat 。 |
IsFormatNotDefined { get; } | 如果未定义行格式(如刚刚创建,默认),则返回 true。 只读Boolean。 |
JoinStyle { get; set; } | 返回或设置线条连接样式。 读/写LineJoinStyle 。 |
MiterLimit { get; set; } | 返回或设置行的斜接限制。 读/写Single。 |
SketchFormat { get; } | 返回线条的草图格式。 只读ISketchFormat 。 |
Style { get; set; } | 返回或设置线型。 读/写LineStyle 。 |
Width { get; set; } | 返回或设置线条的宽度。 读/写Double。 |
方法
姓名 | 描述 |
---|---|
Equals(ILineFormat) | 确定两个 LineFormat 实例是否相等。 |
GetEffective() | 获取应用了继承的有效行格式数据。 |
也可以看看
- interface ILineParamSource
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides