Share via


PropertySet.TextChanged Property

Definition

Text Changed

Represents the following attribute in the schema: custT

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

Property Value

Returns BooleanValue.

Attributes

Applies to