TextAnchoringTypeValues Enum

Definition

Text Anchoring Types

public enum TextAnchoringTypeValues
public readonly struct TextAnchoringTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues>, IEquatable<DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues>
type TextAnchoringTypeValues = 
type TextAnchoringTypeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<TextAnchoringTypeValues>
Public Enum TextAnchoringTypeValues
Public Structure TextAnchoringTypeValues
Implements IEnumValue, IEnumValueFactory(Of TextAnchoringTypeValues), IEquatable(Of TextAnchoringTypeValues)
Inheritance
TextAnchoringTypeValues
Inheritance
TextAnchoringTypeValues

Fields

TextAnchoringTypeValues(String)

Creates a new TextAnchoringTypeValues enum instance

Bottom 2

Text Anchor Enum ( Bottom ).

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

Bottom

Text Anchor Enum ( Bottom ).

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

Center 1

Text Anchor Enum ( Center ).

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

Center

Text Anchor Enum ( Center ).

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

Equals(TextAnchoringTypeValues)
Equals(Object)
GetHashCode()
Equality(TextAnchoringTypeValues, TextAnchoringTypeValues)
Inequality(TextAnchoringTypeValues, TextAnchoringTypeValues)
Top 0

Text Anchoring Type Enum ( Top ).

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

Top

Text Anchoring Type Enum ( Top ).

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

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

Applies to