StyleRunProperties.VerticalTextAlignment Property
VerticalTextAlignment.Represents the element tag in schema: w:vertAlign
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Property VerticalTextAlignment As VerticalTextAlignment
Get
Set
'Применение
Dim instance As StyleRunProperties
Dim value As VerticalTextAlignment
value = instance.VerticalTextAlignment
instance.VerticalTextAlignment = value
public VerticalTextAlignment VerticalTextAlignment { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment