TableApplyValues 枚举

定义

定义 TableApplyValues 枚举。

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

字段

名称 说明
Absolute 0

绝对。

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

Relative 1

相对。

将项序列化为 xml 时,其值为“相对”。

Absolute

绝对。

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

Equality(TableApplyValues, TableApplyValues)
Equals(Object)
Equals(TableApplyValues)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TableApplyValues>.Create(String)
Inequality(TableApplyValues, TableApplyValues)
Relative

相对。

将项序列化为 xml 时,其值为“相对”。

TableApplyValues(String)

创建新的 TableApplyValues 枚举实例

ToString()

适用于