共用方式為


FrameProperties.Wrap Property

Definition

Text Wrapping Around Frame

Represents the following attribute in the schema: w:wrap

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to