TextWrappingValues Enumeration

Defines the TextWrappingValues enumeration.

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

Syntax

'Declaration
Public Enumeration TextWrappingValues
'Usage
Dim instance As TextWrappingValues
public enum TextWrappingValues

Members

Member name Description
Auto Default Text Wrapping Around Frame. When the item is serialized out as xml, its value is "auto".
NotBeside No Text Wrapping Beside Frame. When the item is serialized out as xml, its value is "notBeside".
Around Allow Text Wrapping Around Frame. When the item is serialized out as xml, its value is "around".
Tight Tight Text Wrapping Around Frame. When the item is serialized out as xml, its value is "tight".
Through Through Text Wrapping Around Frame. When the item is serialized out as xml, its value is "through".
None No Text Wrapping Around Frame. When the item is serialized out as xml, its value is "none".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace