TableOfFigures.Caption 属性

定义

返回或设置标识要包含在图表目录中项目的标签。

public:
 property System::String ^ Caption { System::String ^ get(); void set(System::String ^ value); };
public string Caption { get; set; }
member this.Caption : string with get, set
Public Property Caption As String

属性值

注解

Caption 属性对应于 TOC 字段的 \c 开关。

要将应用程序窗口的题注改为默认文本,请将该属性设置为空字符串("")。

适用于