Compatibility.DoNotVerticallyAlignInTextBox Property
Ignore Vertical Alignment in Textboxes.Represents the element tag in schema: w:doNotVertAlignInTxbx
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property DoNotVerticallyAlignInTextBox As DoNotVerticallyAlignInTextBox
Get
Set
'Usage
Dim instance As Compatibility
Dim value As DoNotVerticallyAlignInTextBox
value = instance.DoNotVerticallyAlignInTextBox
instance.DoNotVerticallyAlignInTextBox = value
public DoNotVerticallyAlignInTextBox DoNotVerticallyAlignInTextBox { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox