Envelope.AddressStyle 属性

定义

返回一个 Style 对象,该对象代表信封的送货地址样式。

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

属性值

注解

如果给文档添加了一个信封,则格式设置为"收信人地址"样式的文本将自动更新。

适用于