次の方法で共有


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 テーブルにキャプションでラベルを付ける必要があることを指定する次の WordprocessingML をcustom検討してください。

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

属性の 値wfwTablesname、WordprocessingML テーブルにキャプションでラベルを付customける必要があることを指定します。

この属性に使用できる値は、単純型によって ST_String 定義されます。

適用対象