次の方法で共有


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

フィールド

TableApplyValues(String)

新しい TableApplyValues 列挙型インスタンスを作成します

Absolute 0

絶対。

項目を xml としてシリアル化されるときに、その値は "absolute" です。

Absolute

絶対。

項目を xml としてシリアル化されるときに、その値は "absolute" です。

Equals(TableApplyValues)
Equals(Object)
GetHashCode()
Equality(TableApplyValues, TableApplyValues)
Inequality(TableApplyValues, TableApplyValues)
Relative 1

相対。

項目を xml としてシリアル化されるときに、その値は "relative" です。

Relative

相対。

項目を xml としてシリアル化されるときに、その値は "relative" です。

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TableApplyValues>.Create(String)

適用対象