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 TableOverlapValues
public 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 TableOverlapValues
Public Structure TableOverlapValues
Implements IEnumValue, IEnumValueFactory(Of TableOverlapValues), IEquatable(Of TableOverlapValues)
- Inheritance
-
TableOverlapValues
- Inheritance
-
TableOverlapValues
Fields
TableOverlapValues(String) | Creates a new TableOverlapValues enum instance |
|
Equals(TableOverlapValues) | ||
Equals(Object) | ||
GetHashCode() | ||
Never | 0 | Floating Table Cannot Overlap. When the item is serialized out as xml, its value is "never". |
Never | Floating Table Cannot Overlap. When the item is serialized out as xml, its value is "never". |
|
Equality(TableOverlapValues, TableOverlapValues) | ||
Inequality(TableOverlapValues, TableOverlapValues) | ||
Overlap | 1 | Floating Table Can Overlap. When the item is serialized out as xml, its value is "overlap". |
Overlap | Floating Table Can Overlap. When the item is serialized out as xml, its value is "overlap". |
|
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TableOverlapValues>.Create(String) |