BodyProperties.Wrap Property
Text Wrapping Type.Represents the attribte in schema: wrap
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "wrap")> _
Public Property Wrap As EnumValue(Of TextWrappingValues)
Get
Set
'Usage
Dim instance As BodyProperties
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>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the wrapping options to be used for this text body. If this attribute is omitted, then a value of square is implied which will wrap the text using the bounding text box.
The possible values for this attribute are defined by the ST_TextWrappingType simple type.