PreviousSectionProperties.VerticalTextAlignmentOnPage Property

Vertical Text Alignment on Page.Represents the element tag in schema: w:vAlign

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

Syntax

'Declaration
Public Property VerticalTextAlignmentOnPage As VerticalTextAlignmentOnPage
    Get
    Set
'Usage
Dim instance As PreviousSectionProperties
Dim value As VerticalTextAlignmentOnPage

value = instance.VerticalTextAlignmentOnPage

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage
Returns VerticalTextAlignmentOnPage.

See Also

Reference

PreviousSectionProperties Class

PreviousSectionProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace