TextHorizontalOverflowValues 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.
Text Horizontal Overflow Types
public enum TextHorizontalOverflowValues
public readonly struct TextHorizontalOverflowValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues>, IEquatable<DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues>
type TextHorizontalOverflowValues =
type TextHorizontalOverflowValues = struct
interface IEnumValue
interface IEnumValueFactory<TextHorizontalOverflowValues>
Public Enum TextHorizontalOverflowValues
Public Structure TextHorizontalOverflowValues
Implements IEnumValue, IEnumValueFactory(Of TextHorizontalOverflowValues), IEquatable(Of TextHorizontalOverflowValues)
- Inheritance
-
TextHorizontalOverflowValues
- Inheritance
-
TextHorizontalOverflowValues
Fields
Name | Value | Description |
---|---|---|
Overflow | 0 | Text Horizontal Overflow Enum ( Overflow ). When the item is serialized out as xml, its value is "overflow". |
Clip | 1 | Text Horizontal Overflow Enum ( Clip ). When the item is serialized out as xml, its value is "clip". |
Clip | Text Horizontal Overflow Enum ( Clip ). When the item is serialized out as xml, its value is "clip". |
|
Equality(TextHorizontalOverflowValues, TextHorizontalOverflowValues) | ||
Equals(Object) | ||
Equals(TextHorizontalOverflowValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TextHorizontalOverflowValues>.Create(String) | ||
Inequality(TextHorizontalOverflowValues, TextHorizontalOverflowValues) | ||
Overflow | Text Horizontal Overflow Enum ( Overflow ). When the item is serialized out as xml, its value is "overflow". |
|
TextHorizontalOverflowValues(String) | Creates a new TextHorizontalOverflowValues enum instance |
|
ToString() |