TextHorizontalOverflowValues Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Horizontale Textüberlauftypen
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)
- Vererbung
-
TextHorizontalOverflowValues
- Vererbung
-
TextHorizontalOverflowValues
Felder
Name | Wert | Beschreibung |
---|---|---|
Overflow | 0 | Text Horizontal overflow Enum ( Overflow ). Wenn das Element als xml serialisiert wird, ist sein Wert "overflow". |
Clip | 1 | Text Horizontal overflow Enum ( Clip ). Wenn das Element als XML serialisiert wird, lautet sein Wert "clip". |
Clip | Text Horizontal overflow Enum ( Clip ). Wenn das Element als XML serialisiert wird, lautet sein Wert "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 ). Wenn das Element als xml serialisiert wird, ist sein Wert "overflow". |
|
TextHorizontalOverflowValues(String) | Erstellt eine neue TextHorizontalOverflowValues-Enumeration instance |
|
ToString() |