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)

Usage

Dim envelope1 As Envelope

Dim returnValue As Boolean
returnValue = envelope1.Vertical

Dim sampleValue As Boolean
envelope1.Vertical = sampleValue

Syntax

Property Vertical() As Boolean
bool Vertical {get; set;}
property Boolean Vertical{
    Boolean get();
    Void set(Boolean);
}
public boolean get_Vertical();
public void set_Vertical(boolean);
function get Vertical() : Boolean;
function set Vertical(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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Envelope Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Envelope Members