Excel.Interfaces.LineLoadOptions interface

表示工作表中的一行。 若要获取相应的 Shape 对象,请使用 Line.shape

注解

[ API 集:ExcelApi 1.9 ]

属性

$all

$all为 LoadOptions 指定将加载所有标量属性 (例如:Range.address) 但不加载导航属性 (例如: Range.format.fill.color) 。

beginArrowheadLength

表示指定线条始端的箭头长度。

beginArrowheadStyle

表示指定线条始端的箭头样式。

beginArrowheadWidth

表示指定线条始端的箭头宽度。

beginConnectedShape

表示指定线条始端所附加到的形状。

beginConnectedSite

表示连接线始端所连接的连接站点。 null当线条的开头未附加到任何形状时返回 。

connectorType

表示线条的连接器类型。

endArrowheadLength

表示指定线条末端的箭头长度。

endArrowheadStyle

表示指定线条末端的箭头样式。

endArrowheadWidth

表示指定线条末端的箭头宽度。

endConnectedShape

表示指定线条末端所附加到的形状。

endConnectedSite

表示连接线末端所连接的连接站点。 null当线条的末尾未附加到任何形状时返回 。

id

指定形状标识符。

isBeginConnected

指定指定线条的开头是否连接到形状。

isEndConnected

指定指定线条的末尾是否连接到形状。

shape

返回与 Shape 行关联的 对象。

属性详细信息

$all

$all为 LoadOptions 指定将加载所有标量属性 (例如:Range.address) 但不加载导航属性 (例如: Range.format.fill.color) 。

$all?: boolean;

属性值

boolean

beginArrowheadLength

表示指定线条始端的箭头长度。

beginArrowheadLength?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

beginArrowheadStyle

表示指定线条始端的箭头样式。

beginArrowheadStyle?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

beginArrowheadWidth

表示指定线条始端的箭头宽度。

beginArrowheadWidth?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

beginConnectedShape

表示指定线条始端所附加到的形状。

beginConnectedShape?: Excel.Interfaces.ShapeLoadOptions;

属性值

注解

[ API 集:ExcelApi 1.9 ]

beginConnectedSite

表示连接线始端所连接的连接站点。 null当线条的开头未附加到任何形状时返回 。

beginConnectedSite?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

connectorType

表示线条的连接器类型。

connectorType?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

endArrowheadLength

表示指定线条末端的箭头长度。

endArrowheadLength?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

endArrowheadStyle

表示指定线条末端的箭头样式。

endArrowheadStyle?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

endArrowheadWidth

表示指定线条末端的箭头宽度。

endArrowheadWidth?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

endConnectedShape

表示指定线条末端所附加到的形状。

endConnectedShape?: Excel.Interfaces.ShapeLoadOptions;

属性值

注解

[ API 集:ExcelApi 1.9 ]

endConnectedSite

表示连接线末端所连接的连接站点。 null当线条的末尾未附加到任何形状时返回 。

endConnectedSite?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

id

指定形状标识符。

id?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

isBeginConnected

指定指定线条的开头是否连接到形状。

isBeginConnected?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

isEndConnected

指定指定线条的末尾是否连接到形状。

isEndConnected?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

shape

返回与 Shape 行关联的 对象。

shape?: Excel.Interfaces.ShapeLoadOptions;

属性值

注解

[ API 集:ExcelApi 1.9 ]