Document.CreateLetterContent 메서드
지정된 편지 요소를 기반으로 LetterContent를 만들고 반환합니다.
네임스페이스: Microsoft.Office.Tools.Word
어셈블리: Microsoft.Office.Tools.Word.v4.0.Utilities(Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
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
편지의 참조줄 텍스트입니다(예: "다음에 대한 회신:").
- MailingInstructions
형식: System.String
편지의 우편 지침 텍스트입니다(예: "인증된 우편물").
- AttentionLine
형식: System.String
편지의 주의 사항 텍스트입니다(예: "주의:").
- 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 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.