Compatibility.SuppressSpacingAtTopOfPage Property

Ignore Minimum Line Height for First Line on Page.Represents the element tag in schema: w:suppressSpacingAtTopOfPage

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

Syntax

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

value = instance.SuppressSpacingAtTopOfPage

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage
Returns SuppressSpacingAtTopOfPage.

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace