Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the TableOverlapValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration TableOverlapValues
'Usage
Dim instance As TableOverlapValues
public enum TableOverlapValues
Members
Member name | Description | |
---|---|---|
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". |