WrapSideValues-Enumeration
Text Wrapping Side
Namespace: DocumentFormat.OpenXml.Vml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration WrapSideValues
'Usage
Dim instance As WrapSideValues
public enum WrapSideValues
Member
Membername | Beschreibung | |
---|---|---|
Both | Both sides. When the item is serialized out as xml, its value is "both". | |
Left | Left side. When the item is serialized out as xml, its value is "left". | |
Right | Right side. When the item is serialized out as xml, its value is "right". | |
Largest | Largest side. When the item is serialized out as xml, its value is "largest". |