NonVisualShapeDrawingProperties.TextBox プロパティ

定義

テキスト ボックス

スキーマ内の次の属性を表します: txBox

[DocumentFormat.OpenXml.SchemaAttr(0, "txBox")]
public DocumentFormat.OpenXml.BooleanValue TextBox { get; set; }
public DocumentFormat.OpenXml.BooleanValue TextBox { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "txBox")]
public DocumentFormat.OpenXml.BooleanValue? TextBox { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("txBox")]
public DocumentFormat.OpenXml.BooleanValue? TextBox { get; set; }
public DocumentFormat.OpenXml.BooleanValue? TextBox { get; set; }
member this.TextBox : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "txBox")>]
member this.TextBox : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("txBox")>]
member this.TextBox : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property TextBox As BooleanValue

プロパティ値

BooleanValue を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

対応する図形がテキスト ボックスであることを指定します。そのため、生成するアプリケーションでそのように扱う必要があります。 この属性を省略した場合は、対応する図形が特にテキスト ボックスでないと見なされます。

図形がテキスト ボックスとして指定されていないので、テキストを添付できないことを意味するものではありません。 テキスト ボックスは、特定のプロパティを持つ特殊な図形にすぎません。

この属性に使用できる値は、XML スキーマ boolean データ型によって定義されます。

適用対象