TextHorizontalOverflowValues Enum

Definition

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

TextHorizontalOverflowValues(String)

Creates a new TextHorizontalOverflowValues enum instance

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".

Equals(TextHorizontalOverflowValues)
Equals(Object)
GetHashCode()
Equality(TextHorizontalOverflowValues, TextHorizontalOverflowValues)
Inequality(TextHorizontalOverflowValues, TextHorizontalOverflowValues)
Overflow 0

Text Horizontal Overflow Enum ( Overflow ).

When the item is serialized out as xml, its value is "overflow".

Overflow

Text Horizontal Overflow Enum ( Overflow ).

When the item is serialized out as xml, its value is "overflow".

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TextHorizontalOverflowValues>.Create(String)

Applies to