Share via


TableInterpolationValues 枚举

定义

定义 TableInterpolationValues 枚举。

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)
继承
TableInterpolationValues
继承
TableInterpolationValues

字段

TableInterpolationValues(String)

创建新的 TableInterpolationValues 枚举实例

Ceiling 2

天花板。

当项序列化为 xml 时,其值为“ceiling”。

Ceiling

天花板。

当项序列化为 xml 时,其值为“ceiling”。

Cubic 4

立方。

当项序列化为 xml 时,其值为“cubic”。

Cubic

立方。

当项序列化为 xml 时,其值为“cubic”。

Equals(TableInterpolationValues)
Equals(Object)
Floor 0

地板。

当项序列化为 xml 时,其值为“floor”。

Floor

地板。

当项序列化为 xml 时,其值为“floor”。

GetHashCode()
Linear 3

线性。

当项序列化为 xml 时,其值为“线性”。

Linear

线性。

当项序列化为 xml 时,其值为“线性”。

Middle 1

中间。

当项序列化为 xml 时,其值为“middle”。

Middle

中间。

当项序列化为 xml 时,其值为“middle”。

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

适用于