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

TableLayoutValues(String)

Creates a new TableLayoutValues enum instance

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".

Equals(TableLayoutValues)
Equals(Object)
Fixed 0

Fixed Width Table Layout.

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

Fixed

Fixed Width Table Layout.

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

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

Applies to