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

字段

名称 说明
Fixed 0

固定宽度表布局。

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

Autofit 1

自动调整表格布局。

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

Autofit

自动调整表格布局。

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

Equality(TableLayoutValues, TableLayoutValues)
Equals(Object)
Equals(TableLayoutValues)
Fixed

固定宽度表布局。

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

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

创建新的 TableLayoutValues 枚举实例

ToString()

适用于