NonVisualDrawingProperties.Description プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
descr
スキーマ内の次の属性を表します。 descr
[DocumentFormat.OpenXml.SchemaAttr(0, "descr")]
public DocumentFormat.OpenXml.StringValue Description { get; set; }
public DocumentFormat.OpenXml.StringValue Description { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "descr")]
public DocumentFormat.OpenXml.StringValue? Description { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("descr")]
public DocumentFormat.OpenXml.StringValue? Description { get; set; }
public DocumentFormat.OpenXml.StringValue? Description { get; set; }
member this.Description : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "descr")>]
member this.Description : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("descr")>]
member this.Description : DocumentFormat.OpenXml.StringValue with get, set
Public Property Description As StringValue
プロパティ値
StringValue を返します。
- 属性
注釈
ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。
現在のオブジェクトを表示しない支援テクノロジまたはアプリケーションで使用するために、現在の DrawingML オブジェクトの代替テキストを指定します。
この要素を省略した場合、親オブジェクトの代替テキストは存在しません。
次のように定義されている DrawingML オブジェクトを考えてみましょう。
<… descr="A picture of a bowl of fruit">
属性には descr
、実際の DrawingML オブジェクトの代わりに使用できる代替テキストが含まれています。
この属性に使用できる値は、XML スキーマ string
データ型によって定義されます。