Compatibility.AllowSpaceOfSameStyleInTable Property

Allow Contextual Spacing of Paragraphs in Tables.Represents the element tag in schema: w:allowSpaceOfSameStyleInTable

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

Syntax

'Declaration
Public Property AllowSpaceOfSameStyleInTable As AllowSpaceOfSameStyleInTable
    Get
    Set
'Usage
Dim instance As Compatibility
Dim value As AllowSpaceOfSameStyleInTable

value = instance.AllowSpaceOfSameStyleInTable

instance.AllowSpaceOfSameStyleInTable = value
public AllowSpaceOfSameStyleInTable AllowSpaceOfSameStyleInTable { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable
Returns AllowSpaceOfSameStyleInTable.

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace