LinkDirectionValues Enum

Definition

Defines the LinkDirectionValues enumeration.

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

Fields

LinkDirectionValues(String)

Creates a new LinkDirectionValues enum instance

Equals(Object)
Equals(LinkDirectionValues)
From 1

from.

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

From

from.

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

GetHashCode()
Equality(LinkDirectionValues, LinkDirectionValues)
Inequality(LinkDirectionValues, LinkDirectionValues)
To 0

to.

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

To

to.

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

ToString()
With 2

with.

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

With

with.

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

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

Applies to