TableApplyValues Enum

Definition

Defines the TableApplyValues enumeration.

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

Fields

TableApplyValues(String)

Creates a new TableApplyValues enum instance

Absolute 0

absolute.

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

Absolute

absolute.

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

Equals(TableApplyValues)
Equals(Object)
GetHashCode()
Equality(TableApplyValues, TableApplyValues)
Inequality(TableApplyValues, TableApplyValues)
Relative 1

relative.

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

Relative

relative.

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

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

Applies to