Share via


TextProperties.Semicolon Property

Definition

semicolon

Represents the following attribute in the schema: semicolon

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

Property Value

Returns BooleanValue.

Attributes

Applies to