TextBoxTightWrapValues 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 TextBoxTightWrapValues enumeration.
public enum TextBoxTightWrapValues
public readonly struct TextBoxTightWrapValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues>
type TextBoxTightWrapValues =
type TextBoxTightWrapValues = struct
interface IEnumValue
interface IEnumValueFactory<TextBoxTightWrapValues>
Public Enum TextBoxTightWrapValues
Public Structure TextBoxTightWrapValues
Implements IEnumValue, IEnumValueFactory(Of TextBoxTightWrapValues), IEquatable(Of TextBoxTightWrapValues)
- Inheritance
-
TextBoxTightWrapValues
- Inheritance
-
TextBoxTightWrapValues
Fields
Name | Value | Description |
---|---|---|
None | 0 | Do Not Tight Wrap. When the item is serialized out as xml, its value is "none". |
AllLines | 1 | Tight Wrap All Lines. When the item is serialized out as xml, its value is "allLines". |
FirstAndLastLine | 2 | Tight Wrap First and Last Lines. When the item is serialized out as xml, its value is "firstAndLastLine". |
FirstLineOnly | 3 | Tight Wrap First Line. When the item is serialized out as xml, its value is "firstLineOnly". |
LastLineOnly | 4 | Tight Wrap Last Line. When the item is serialized out as xml, its value is "lastLineOnly". |
AllLines | Tight Wrap All Lines. When the item is serialized out as xml, its value is "allLines". |
|
Equality(TextBoxTightWrapValues, TextBoxTightWrapValues) | ||
Equals(Object) | ||
Equals(TextBoxTightWrapValues) | ||
FirstAndLastLine | Tight Wrap First and Last Lines. When the item is serialized out as xml, its value is "firstAndLastLine". |
|
FirstLineOnly | Tight Wrap First Line. When the item is serialized out as xml, its value is "firstLineOnly". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TextBoxTightWrapValues>.Create(String) | ||
Inequality(TextBoxTightWrapValues, TextBoxTightWrapValues) | ||
LastLineOnly | Tight Wrap Last Line. When the item is serialized out as xml, its value is "lastLineOnly". |
|
None | Do Not Tight Wrap. When the item is serialized out as xml, its value is "none". |
|
TextBoxTightWrapValues(String) | Creates a new TextBoxTightWrapValues enum instance |
|
ToString() |