次の方法で共有


TableLayoutValues 列挙型

定義

TableLayoutValues 列挙型を定義します。

public enum TableLayoutValues
public readonly struct TableLayoutValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues>
type TableLayoutValues = 
type TableLayoutValues = struct
    interface IEnumValue
    interface IEnumValueFactory<TableLayoutValues>
Public Enum TableLayoutValues
Public Structure TableLayoutValues
Implements IEnumValue, IEnumValueFactory(Of TableLayoutValues), IEquatable(Of TableLayoutValues)
継承
TableLayoutValues
継承
TableLayoutValues

フィールド

TableLayoutValues(String)

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

Autofit 1

AutoFit テーブル レイアウト。

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

Autofit

AutoFit テーブル レイアウト。

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

Equals(TableLayoutValues)
Equals(Object)
Fixed 0

固定幅テーブル レイアウト。

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

Fixed

固定幅テーブル レイアウト。

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

GetHashCode()
Equality(TableLayoutValues, TableLayoutValues)
Inequality(TableLayoutValues, TableLayoutValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TableLayoutValues>.Create(String)

適用対象