ILineFormat
内容
[
隐藏
]ILineFormat 接口
表示直线的格式。
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() | 获取应用了继承的有效线条格式数据。 |
参见
- 接口 ILineParamSource
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides