Envelope.Vertical Property

Vertically orients text on Asian envelopes and mailing labels.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Vertical As Boolean
    Get
    Set
'Usage
Dim instance As Envelope
Dim value As Boolean

value = instance.Vertical

instance.Vertical = value
bool Vertical { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns True if text on Asian envelopes and mailing labels is vertically oriented, and False if not.

This property works only with mailing labels or envelopes that are set up for a mail merge and applies only to Asian languages.

See Also

Reference

Envelope Interface

Envelope Members

Microsoft.Office.Interop.Word Namespace