Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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". |