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