次の方法で共有


FrameProperties.Wrap プロパティ

定義

フレームの周囲のテキストの折り返し

スキーマ内の次の属性を表します。 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)

プロパティ値

EnumValue<T> を返します。

属性

適用対象