TableInterpolationValues Enum

Definition

Defines the TableInterpolationValues enumeration.

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

Fields

TableInterpolationValues(String)

Creates a new TableInterpolationValues enum instance

Ceiling 2

ceiling.

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

Ceiling

ceiling.

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

Cubic 4

cubic.

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

Cubic

cubic.

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

Equals(TableInterpolationValues)
Equals(Object)
Floor 0

floor.

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

Floor

floor.

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

GetHashCode()
Linear 3

linear.

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

Linear

linear.

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

Middle 1

middle.

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

Middle

middle.

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

Equality(TableInterpolationValues, TableInterpolationValues)
Inequality(TableInterpolationValues, TableInterpolationValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TableInterpolationValues>.Create(String)

Applies to