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