Envelope.AddressStyle Property

Returns a Style object that represents the delivery address style for the envelope.

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

Syntax

'Declaration
ReadOnly Property AddressStyle As Style
    Get
'Usage
Dim instance As Envelope
Dim value As Style

value = instance.AddressStyle
Style AddressStyle { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Style

Remarks

If an envelope is added to the document, text formatted with the Envelope Address style is automatically updated.

See Also

Reference

Envelope Interface

Envelope Members

Microsoft.Office.Interop.Word Namespace