Поделиться через


FrameProperties.Wrap Property

Text Wrapping Around Frame.Represents the attribte in schema: w:wrap

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Декларация
<SchemaAttrAttribute(, "wrap")> _
Public Property Wrap As EnumValue(Of TextWrappingValues)
    Get
    Set
'Применение
Dim instance As FrameProperties
Dim value As EnumValue(Of TextWrappingValues)

value = instance.Wrap

instance.Wrap = value
[SchemaAttrAttribute(, "wrap")]
public EnumValue<TextWrappingValues> Wrap { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<TextWrappingValues>
Returns EnumValue<T>.

See Also

Reference

FrameProperties Class

FrameProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace