Excel.Interfaces.LineLoadOptions interface
表示工作表内的线条。 要获取相应 Shape 的对象,请使用 Line.shape。
属性
| $all | 指定加载选项将 |
| begin |
表示指定线条始端的箭头长度。 |
| begin |
表示指定线条始端的箭头样式。 |
| begin |
表示指定线条始端的箭头宽度。 |
| begin |
表示指定线条始端所附加到的形状。 |
| begin |
表示连接线始端所连接的连接站点。 当行的开始未附加到任何形状时返回 |
| connector |
表示线条的连接器类型。 |
| end |
表示指定线条末端的箭头长度。 |
| end |
表示指定线条末端的箭头样式。 |
| end |
表示指定线条末端的箭头宽度。 |
| end |
表示指定线条末端所附加到的形状。 |
| end |
表示连接线末端所连接的连接站点。 线的末尾未附加到任何形状时返回 |
| id | 指定形状标识符。 |
| is |
指定指定线条的起始是否连接到形状。 |
| is |
指定指定线条的末端是否连接到形状。 |
| shape | 返回与行关联的 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
beginArrowheadLength
beginArrowheadStyle
beginArrowheadWidth
beginConnectedShape
表示指定线条始端所附加到的形状。
beginConnectedShape?: Excel.Interfaces.ShapeLoadOptions;
属性值
注解
beginConnectedSite
表示连接线始端所连接的连接站点。 当行的开始未附加到任何形状时返回 null 。
beginConnectedSite?: boolean;
属性值
boolean
注解
connectorType
endArrowheadLength
endArrowheadStyle
endArrowheadWidth
endConnectedShape
表示指定线条末端所附加到的形状。
endConnectedShape?: Excel.Interfaces.ShapeLoadOptions;
属性值
注解
endConnectedSite
表示连接线末端所连接的连接站点。 线的末尾未附加到任何形状时返回 null 。
endConnectedSite?: boolean;
属性值
boolean
注解
id
isBeginConnected
isEndConnected
shape
返回与行关联的 Shape 对象。
shape?: Excel.Interfaces.ShapeLoadOptions;