TableApplyValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 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() |