TextBodyProperties.Vertical Property
Vertical Text.Represents the attribte in schema: vert
Namespace: DocumentFormat.OpenXml.Office2010.Word.DrawingShape
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "vert")> _
Public Property Vertical As EnumValue(Of TextVerticalValues)
Get
Set
'Usage
Dim instance As TextBodyProperties
Dim value As EnumValue(Of TextVerticalValues)
value = instance.Vertical
instance.Vertical = value
[SchemaAttrAttribute(, "vert")]
public EnumValue<TextVerticalValues> Vertical { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<TextVerticalValues>
See Also
Reference
DocumentFormat.OpenXml.Office2010.Word.DrawingShape Namespace