次の方法で共有


_Document.CreateLetterContent メソッド

定義

指定した文字要素に LetterContent 基づいて オブジェクトを作成し、返します。

public Microsoft.Office.Interop.Word.LetterContent CreateLetterContent (string DateFormat, bool IncludeHeaderFooter, string PageDesign, Microsoft.Office.Interop.Word.WdLetterStyle LetterStyle, bool Letterhead, Microsoft.Office.Interop.Word.WdLetterheadLocation LetterheadLocation, float LetterheadSize, string RecipientName, string RecipientAddress, string Salutation, Microsoft.Office.Interop.Word.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);
abstract member CreateLetterContent : string * bool * string * Microsoft.Office.Interop.Word.WdLetterStyle * bool * Microsoft.Office.Interop.Word.WdLetterheadLocation * single * string * string * string * Microsoft.Office.Interop.Word.WdSalutationType * string * string * string * string * string * string * string * string * string * string * string * int * obj * obj * obj * obj * obj * obj * obj * obj -> Microsoft.Office.Interop.Word.LetterContent
Public 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, Optional ByRef InfoBlock As Object, Optional ByRef RecipientCode As Object, Optional ByRef RecipientGender As Object, Optional ByRef ReturnAddressShortForm As Object, Optional ByRef SenderCity As Object, Optional ByRef SenderCode As Object, Optional ByRef SenderGender As Object, Optional ByRef SenderReference As Object) As LetterContent

パラメーター

DateFormat
String

文字列 が必要です。 レターの日付を指定します。

IncludeHeaderFooter
Boolean

必須 のブール値True を指定 するとヘッダーおよびフッターをページのデザイン テンプレートから。

PageDesign
String

文字列 が必要です。 文書に添付するテンプレートの名前を指定します。

LetterStyle
WdLetterStyle

必須 WdLetterStyle。 文書のレイアウトを指定します。

Letterhead
Boolean

必須 のブール値True の レターヘッド用のスペースを確保します。

LetterheadLocation
WdLetterheadLocation

必須 WdLetterheadLocation。 事前印刷されているレターヘッドの位置を指定します。

LetterheadSize
Single

単精度浮動小数点型 (Single) の値を使用します。 事前印刷されているレターヘッド用に確保する場所の大きさをポイント単位で指定します。

RecipientName
String

文字列 が必要です。 レターの受け取り人の名前を指定します。

RecipientAddress
String

文字列 が必要です。 レターの受け取り人の住所を指定します。

Salutation
String

文字列 が必要です。 レターのあいさつ文を文字列で指定します。

SalutationType
WdSalutationType

必須 WdSalutationType。 レターのあいさつ文の種類を指定します。

RecipientReference
String

文字列 が必要です。 レターの参照行を文字列で指定します ("In reply to:" など)。

MailingInstructions
String

文字列 が必要です。 レターの郵送指示を文字列で指定します ("Certified Mail" など)。

AttentionLine
String

文字列 が必要です。 レターの要件を文字列で指定します ("Attention:" など)。

Subject
String

文字列 が必要です。 指定されたレターの件名を文字列で指定します。

CCList
String

文字列 が必要です。 レターを CC として送る場合の受け取り人の名前を指定します。

ReturnAddress
String

文字列 が必要です。 レターの差出人の住所を文字列で指定します。

SenderName
String

文字列 が必要です。 レターの差出人の名前を指定します。

Closing
String

文字列 が必要です。 レターの結語を文字列で指定します。

SenderCompany
String

文字列 が必要です。 レターの作成者の会社名を指定します。

SenderJobTitle
String

文字列 が必要です。 レターの作成者の役職名を指定します。

SenderInitials
String

文字列 が必要です。 レターの作成者のイニシャルを指定します。

EnclosureNumber
Int32

整数型 (Integer) の値を使用します。 レターの同封数を指定します。

InfoBlock
Object

省略可能 なオブジェクト。 この引数は、選択またはインストールされている言語の設定 (たとえば、日本語) によっては使用できない場合があります。

RecipientCode
Object

省略可能 なオブジェクト。 この引数は、選択またはインストールされている言語の設定 (たとえば、日本語) によっては使用できない場合があります。

RecipientGender
Object

省略可能 なオブジェクト。 この引数は、選択またはインストールされている言語の設定 (たとえば、日本語) によっては使用できない場合があります。

ReturnAddressShortForm
Object

省略可能 なオブジェクト。 この引数は、選択またはインストールされている言語の設定 (たとえば、日本語) によっては使用できない場合があります。

SenderCity
Object

省略可能 なオブジェクト。 この引数は、選択またはインストールされている言語の設定 (たとえば、日本語) によっては使用できない場合があります。

SenderCode
Object

省略可能 なオブジェクト。 この引数は、選択またはインストールされている言語の設定 (たとえば、日本語) によっては使用できない場合があります。

SenderGender
Object

省略可能 なオブジェクト。 この引数は、選択またはインストールされている言語の設定 (たとえば、日本語) によっては使用できない場合があります。

SenderReference
Object

省略可能 なオブジェクト。 この引数は、選択またはインストールされている言語の設定 (たとえば、日本語) によっては使用できない場合があります。

戻り値

適用対象