Share via


NonVisualShapeDrawingProperties.TextBox Property

Definition

Text Box

Represents the following attribute in the schema: 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

Property Value

Returns BooleanValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies that the corresponding shape is a text box and thus should be treated as such by the generating application. If this attribute is omitted then it is assumed that the corresponding shape is not specifically a text box.

Because a shape is not specified to be a text box does not mean that it cannot have text attached to it. A text box is merely a specialized shape with specific properties.

The possible values for this attribute are defined by the XML Schema boolean data type.

Applies to