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;