TextWrappingValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the TextWrappingValues enumeration.
public enum TextWrappingValues
public readonly struct TextWrappingValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues>
type TextWrappingValues =
type TextWrappingValues = struct
interface IEnumValue
interface IEnumValueFactory<TextWrappingValues>
Public Enum TextWrappingValues
Public Structure TextWrappingValues
Implements IEnumValue, IEnumValueFactory(Of TextWrappingValues), IEquatable(Of TextWrappingValues)
- Inheritance
-
TextWrappingValues
- Inheritance
-
TextWrappingValues
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | Default Text Wrapping Around Frame. When the item is serialized out as xml, its value is "auto". |
NotBeside | 1 | No Text Wrapping Beside Frame. When the item is serialized out as xml, its value is "notBeside". |
Around | 2 | Allow Text Wrapping Around Frame. When the item is serialized out as xml, its value is "around". |
Tight | 3 | Tight Text Wrapping Around Frame. When the item is serialized out as xml, its value is "tight". |
Through | 4 | Through Text Wrapping Around Frame. When the item is serialized out as xml, its value is "through". |
None | 5 | No Text Wrapping Around Frame. When the item is serialized out as xml, its value is "none". |
Around | Allow Text Wrapping Around Frame. When the item is serialized out as xml, its value is "around". |
|
Auto | Default Text Wrapping Around Frame. When the item is serialized out as xml, its value is "auto". |
|
Equality(TextWrappingValues, TextWrappingValues) | ||
Equals(Object) | ||
Equals(TextWrappingValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TextWrappingValues>.Create(String) | ||
Inequality(TextWrappingValues, TextWrappingValues) | ||
None | No Text Wrapping Around Frame. When the item is serialized out as xml, its value is "none". |
|
NotBeside | No Text Wrapping Beside Frame. When the item is serialized out as xml, its value is "notBeside". |
|
TextWrappingValues(String) | Creates a new TextWrappingValues enum instance |
|
Through | Through Text Wrapping Around Frame. When the item is serialized out as xml, its value is "through". |
|
Tight | Tight Text Wrapping Around Frame. When the item is serialized out as xml, its value is "tight". |
|
ToString() |