Envelope.AddressStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Style object that represents the delivery address style for the envelope.
public:
property Microsoft::Office::Interop::Word::Style ^ AddressStyle { Microsoft::Office::Interop::Word::Style ^ get(); };
public Microsoft.Office.Interop.Word.Style AddressStyle { get; }
member this.AddressStyle : Microsoft.Office.Interop.Word.Style
Public ReadOnly Property AddressStyle As Style
Property Value
Remarks
If an envelope is added to the document, text formatted with the Envelope Address style is automatically updated.