Document.CreateLetterContent 方法
创建并返回基于指定的信函元素的 LetterContent 对象。
命名空间: Microsoft.Office.Tools.Word
程序集: Microsoft.Office.Tools.Word(在 Microsoft.Office.Tools.Word.dll 中)
语法
声明
Function CreateLetterContent ( _
DateFormat As String, _
IncludeHeaderFooter As Boolean, _
PageDesign As String, _
LetterStyle As WdLetterStyle, _
Letterhead As Boolean, _
LetterheadLocation As WdLetterheadLocation, _
LetterheadSize As Single, _
RecipientName As String, _
RecipientAddress As String, _
Salutation As String, _
SalutationType As WdSalutationType, _
RecipientReference As String, _
MailingInstructions As String, _
AttentionLine As String, _
Subject As String, _
CCList As String, _
ReturnAddress As String, _
SenderName As String, _
Closing As String, _
SenderCompany As String, _
SenderJobTitle As String, _
SenderInitials As String, _
EnclosureNumber As Integer, _
ByRef InfoBlock As Object, _
ByRef RecipientCode As Object, _
ByRef RecipientGender As Object, _
ByRef ReturnAddressShortForm As Object, _
ByRef SenderCity As Object, _
ByRef SenderCode As Object, _
ByRef SenderGender As Object, _
ByRef SenderReference As Object _
) As LetterContent
LetterContent CreateLetterContent(
string DateFormat,
bool IncludeHeaderFooter,
string PageDesign,
WdLetterStyle LetterStyle,
bool Letterhead,
WdLetterheadLocation LetterheadLocation,
float LetterheadSize,
string RecipientName,
string RecipientAddress,
string Salutation,
WdSalutationType SalutationType,
string RecipientReference,
string MailingInstructions,
string AttentionLine,
string Subject,
string CCList,
string ReturnAddress,
string SenderName,
string Closing,
string SenderCompany,
string SenderJobTitle,
string SenderInitials,
int EnclosureNumber,
ref Object InfoBlock,
ref Object RecipientCode,
ref Object RecipientGender,
ref Object ReturnAddressShortForm,
ref Object SenderCity,
ref Object SenderCode,
ref Object SenderGender,
ref Object SenderReference
)
参数
- DateFormat
类型:System.String
信函的日期。
- IncludeHeaderFooter
类型:System.Boolean
如果为 true,则包括页面设计模板中的页眉和页脚。
- PageDesign
类型:System.String
附加到文档的模板的名称。
- LetterStyle
类型:Microsoft.Office.Interop.Word.WdLetterStyle
WdLetterStyle 。文档的布局。
- Letterhead
类型:System.Boolean
如果为 true,则为预先打印好的信头保留空间。
- LetterheadLocation
类型:Microsoft.Office.Interop.Word.WdLetterheadLocation
WdLetterheadLocation 。预先打印好的信头所在的位置。
- LetterheadSize
类型:System.Single
要为预先打印好的信头保留的空间量(以磅计)。
- RecipientName
类型:System.String
收信人的姓名。
- RecipientAddress
类型:System.String
收信人的邮件地址。
- Salutation
类型:System.String
信函的问候文本。
- SalutationType
类型:Microsoft.Office.Interop.Word.WdSalutationType
WdSalutationType 。信函的问候类型。
- RecipientReference
类型:System.String
信函的参考行文本(例如,“In reply to:”)。
- MailingInstructions
类型:System.String
信函的邮件说明文本(例如,“Certified Mail”)。
- AttentionLine
类型:System.String
信函的提示行文本(例如,“Attention:”)。
- Subject
类型:System.String
所指定信函的主题文本。
- CCList
类型:System.String
信函的抄送 (CC) 收件人的姓名。
- ReturnAddress
类型:System.String
信函的回复邮件地址的文本。
- SenderName
类型:System.String
发信人的姓名。
- Closing
类型:System.String
信函的结束语文本。
- SenderCompany
类型:System.String
信函创建人所在公司的名称。
- SenderJobTitle
类型:System.String
信函创建人的职务。
- SenderInitials
类型:System.String
信函创建人的缩写。
- EnclosureNumber
类型:System.Int32
信函的附件数目。
- InfoBlock
类型:System.Object%
您可能无法使用此参数,具体取决于您选择或安装的语言支持(例如,美国英语)。
- RecipientCode
类型:System.Object%
您可能无法使用此参数,具体取决于您选择或安装的语言支持(例如,美国英语)。
- RecipientGender
类型:System.Object%
您可能无法使用此参数,具体取决于您选择或安装的语言支持(例如,美国英语)。
- ReturnAddressShortForm
类型:System.Object%
您可能无法使用此参数,具体取决于您选择或安装的语言支持(例如,美国英语)。
- SenderCity
类型:System.Object%
您可能无法使用此参数,具体取决于您选择或安装的语言支持(例如,美国英语)。
- SenderCode
类型:System.Object%
您可能无法使用此参数,具体取决于您选择或安装的语言支持(例如,美国英语)。
- SenderGender
类型:System.Object%
您可能无法使用此参数,具体取决于您选择或安装的语言支持(例如,美国英语)。
- SenderReference
类型:System.Object%
您可能无法使用此参数,具体取决于您选择或安装的语言支持(例如,美国英语)。
返回值
类型:Microsoft.Office.Interop.Word.LetterContent
一个基于指定信函元素的 LetterContent。
备注
可选参数
有关可选参数的信息,请参见Office 解决方案中的可选参数。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。