WdLetterheadLocation Enumeration
Specifies a location to place letterhead in a letter created by the Letter Wizard.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdLetterheadLocation
'Usage
Dim instance As WdLetterheadLocation
public enum WdLetterheadLocation
Members
Member name | Description | |
---|---|---|
wdLetterTop | At the top of the letter. | |
wdLetterBottom | At the bottom of the letter. | |
wdLetterLeft | To the left of the letter. | |
wdLetterRight | To the right of the letter. |