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
Member
Membername | Beschreibung | |
---|---|---|
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". |