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

字段

名称 说明
Floor 0

地板。

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

Middle 1

中间。

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

Ceiling 2

天花板。

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

Linear 3

线性。

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

Cubic 4

四方。

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

Ceiling

天花板。

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

Cubic

四方。

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

Equality(TableInterpolationValues, TableInterpolationValues)
Equals(Object)
Equals(TableInterpolationValues)
Floor

地板。

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

GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TableInterpolationValues>.Create(String)
Inequality(TableInterpolationValues, TableInterpolationValues)
Linear

线性。

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

Middle

中间。

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

TableInterpolationValues(String)

创建新的 TableInterpolationValues 枚举实例

ToString()

适用于