Excel.Interfaces.LineLoadOptions interface

表示工作表内的线条。 要获取相应 Shape 的对象,请使用 Line.shape

属性

$all

指定加载选项将 $all 加载所有标量属性 ((如 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 加载所有标量属性 ((如 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