Share via


WrapTight.WrapText Property

Definition

Text Wrapping Location

Represents the following attribute in the schema: wrapText

[DocumentFormat.OpenXml.SchemaAttr(0, "wrapText")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues> WrapText { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues> WrapText { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "wrapText")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues>? WrapText { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("wrapText")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues>? WrapText { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues>? WrapText { get; set; }
member this.WrapText : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "wrapText")>]
member this.WrapText : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("wrapText")>]
member this.WrapText : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues> with get, set
Public Property WrapText As EnumValue(Of WrapTextValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to