CanvasShapes.AddCallout 方法

定义

在绘图画布上添加无框线的标注。

public:
 Microsoft::Office::Interop::Word::Shape ^ AddCallout(Microsoft::Office::Core::MsoCalloutType Type, float Left, float Top, float Width, float Height);
public Microsoft.Office.Interop.Word.Shape AddCallout (Microsoft.Office.Core.MsoCalloutType Type, float Left, float Top, float Width, float Height);
abstract member AddCallout : Microsoft.Office.Core.MsoCalloutType * single * single * single * single -> Microsoft.Office.Interop.Word.Shape
Public Function AddCallout (Type As MsoCalloutType, Left As Single, Top As Single, Width As Single, Height As Single) As Shape

参数

Type
MsoCalloutType

标注的类型。

Left
Single

标注边框左边缘的位置(以磅为单位)。

Top
Single

标注边框上边缘的位置(以磅为单位)。

Width
Single

标注边框的宽度(以磅为单位)。

Height
Single

标注边框的高度(以磅为单位)。

返回

注解

可以使用 方法插入多种标注,例如气球和云 AddShape(Int32, Single, Single, Single, Single)

适用于