Поделиться через


TableOverlap.Val Property

Floating Table Overlap Setting.Represents the attribte in schema: w:val

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Декларация
<SchemaAttrAttribute(, "val")> _
Public Property Val As EnumValue(Of TableOverlapValues)
    Get
    Set
'Применение
Dim instance As TableOverlap
Dim value As EnumValue(Of TableOverlapValues)

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<TableOverlapValues> Val { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<TableOverlapValues>
Returns EnumValue<T>.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies whether a floating table shall allow other floating tables in the document to overlap its extents when displayed.

The following WordprocessingML specifies that the table is not allowed to overlap:

<w:tblOverlap w:val="never" />

The possible values for this attribute are defined by the ST_TblOverlap simple type.

See Also

Reference

TableOverlap Class

TableOverlap Members

DocumentFormat.OpenXml.Wordprocessing Namespace