AutoCaption.Caption プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
自動キャプションに使用されるキャプション
スキーマ内の次の属性を表します: w:キャプション
[DocumentFormat.OpenXml.SchemaAttr(23, "caption")]
public DocumentFormat.OpenXml.StringValue Caption { get; set; }
public DocumentFormat.OpenXml.StringValue Caption { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "caption")]
public DocumentFormat.OpenXml.StringValue? Caption { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:caption")]
public DocumentFormat.OpenXml.StringValue? Caption { get; set; }
public DocumentFormat.OpenXml.StringValue? Caption { get; set; }
member this.Caption : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "caption")>]
member this.Caption : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:caption")>]
member this.Caption : DocumentFormat.OpenXml.StringValue with get, set
Public Property Caption As StringValue
プロパティ値
StringValue を返します。
- 属性
注釈
ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。
WordprocessingML ドキュメントに挿入された特定の種類のオブジェクトに自動的にラベルを付けるために使用する 要素の使用caption
で定義されているキャプションを指定します。 キャプション設定は、この属性の値を対応するcaption
要素の属性とname
照合することでリンクされます。
次の WordprocessingML について考えてみましょう。
<w:captions>
<w:caption w:name="table" w:pos="below" w:chapNum="1" w:heading="0" w:noLabel="1" w:numFmt="upperRoman" />
<w:autoCaptions>
<w:autoCaption w:name="Paint.Picture" w:caption="table" />
</w:autoCaptions>
</w:captions>
要素はautoCaption
、 と等しく設定されている属性をname
使用して、name 属性が とwfwTable
等しいキャプションでテーブルに自動的にTable
ラベルが付けられます (値Table
を持つ要素のname
属性によってcaption
指定されます)。
この属性に使用できる値は、単純型によって ST_String
定義されます。