TableOverlapValues Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the TableOverlapValues enumeration.
public enum TableOverlapValuespublic readonly struct TableOverlapValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues>type TableOverlapValues = type TableOverlapValues = struct
    interface IEnumValue
    interface IEnumValueFactory<TableOverlapValues>Public Enum TableOverlapValuesPublic Structure TableOverlapValues
Implements IEnumValue, IEnumValueFactory(Of TableOverlapValues), IEquatable(Of TableOverlapValues)- Inheritance
- 
				TableOverlapValues
- Inheritance
- 
				TableOverlapValues
Fields
| Name | Value | Description | 
|---|---|---|
| Never | 0 | Floating Table Cannot Overlap. When the item is serialized out as xml, its value is "never". | 
| Overlap | 1 | Floating Table Can Overlap. When the item is serialized out as xml, its value is "overlap". | 
| Equality(TableOverlapValues, TableOverlapValues) | ||
| Equals(Object) | ||
| Equals(TableOverlapValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<TableOverlapValues>.Create(String) | ||
| Inequality(TableOverlapValues, TableOverlapValues) | ||
| Never | Floating Table Cannot Overlap. When the item is serialized out as xml, its value is "never". | |
| Overlap | Floating Table Can Overlap. When the item is serialized out as xml, its value is "overlap". | |
| TableOverlapValues(String) | Creates a new TableOverlapValues enum instance | |
| ToString() |