AutoCaption.Name 属性

定义

要自动设置标题的对象标识符

表示架构中的以下属性:w:name

[DocumentFormat.OpenXml.SchemaAttr(23, "name")]
public DocumentFormat.OpenXml.StringValue Name { get; set; }
public DocumentFormat.OpenXml.StringValue Name { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "name")]
public DocumentFormat.OpenXml.StringValue? Name { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:name")]
public DocumentFormat.OpenXml.StringValue? Name { get; set; }
public DocumentFormat.OpenXml.StringValue? Name { get; set; }
member this.Name : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "name")>]
member this.Name : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:name")>]
member this.Name : DocumentFormat.OpenXml.StringValue with get, set
Public Property Name As StringValue

属性值

返回 StringValue

属性

注解

使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。

指定一个唯一标识符,该标识符可用于关联插入到文档中的对象,这些对象在插入到 WordprocessingML 文档中时会用描述文字自动标记。

请考虑以下 WordprocessingML,指定应使用custom描述文字标记 WordprocessingML 表:

<w:autoCaption w:name="wfwTables" w:caption="custom" />  

特性name的值wfwTables指定 WordprocessingML 表应使用custom描述文字进行标记。

此属性的可能值由 ST_String 简单类型定义。

适用于