次の方法で共有


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 としてシリアル化されるときに、その値は "relative" です。

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 としてシリアル化されるときに、その値は "relative" です。

TableApplyValues(String)

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

ToString()

適用対象