TextBodyProperties.Wrap Property

Text Wrapping Type.Represents the attribte in schema: wrap

Namespace:  DocumentFormat.OpenXml.Office2010.Word.DrawingShape
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "wrap")> _
Public Property Wrap As EnumValue(Of TextWrappingValues)
    Get
    Set
'Usage
Dim instance As TextBodyProperties
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>

See Also

Reference

TextBodyProperties Class

TextBodyProperties Members

DocumentFormat.OpenXml.Office2010.Word.DrawingShape Namespace