WrapValues Enumeration

Text Wrapping Type

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

Syntax

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

Members

Member name Description
TopAndBottom Top and bottom wrapping. When the item is serialized out as xml, its value is "topAndBottom".
Square Square wrapping. When the item is serialized out as xml, its value is "square".
None No wrapping. When the item is serialized out as xml, its value is "none".
Tight Tight wrapping. When the item is serialized out as xml, its value is "tight".
Through Through wrapping. When the item is serialized out as xml, its value is "through".

See Also

Reference

DocumentFormat.OpenXml.Vml.Wordprocessing Namespace