TextBodyProperties.Wrap Property

Definition

Text Wrapping Type

Represents the following attribute in the schema: wrap

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

Property Value

Attributes

Applies to