Envelope.ReturnAddressStyle 属性

定义

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

public:
 property Microsoft::Office::Interop::Word::Style ^ ReturnAddressStyle { Microsoft::Office::Interop::Word::Style ^ get(); };
public Microsoft.Office.Interop.Word.Style ReturnAddressStyle { get; }
member this.ReturnAddressStyle : Microsoft.Office.Interop.Word.Style
Public ReadOnly Property ReturnAddressStyle As Style

属性值

注解

如果为文档添加了一个信封,格式为"寄信人地址"样式的文字将自动更新。

适用于