共用方式為


TableLayoutValues Enum

Definition

Defines the TableLayoutValues enumeration.

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)
Inheritance
TableLayoutValues
Inheritance
TableLayoutValues

Fields

Name Value Description
Fixed 0

Fixed Width Table Layout.

When the item is serialized out as xml, its value is "fixed".

Autofit 1

AutoFit Table Layout.

When the item is serialized out as xml, its value is "autofit".

Autofit

AutoFit Table Layout.

When the item is serialized out as xml, its value is "autofit".

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

Fixed Width Table Layout.

When the item is serialized out as xml, its value is "fixed".

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

Creates a new TableLayoutValues enum instance

ToString()

Applies to