MailingLabel Members
Include Protected Members
Include Inherited Members
Represents a mailing label.
The MailingLabel type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateNewDocument | Creates a new label document using either the default label options or ones that you specify. Returns a Document object that represents the new document. | |
CreateNewDocument2000 | Reserved for internal use. | |
CreateNewDocumentByID | Creates a new label document using either the default label options or ones that you specify. Returns a _Document object that represents the new document. | |
LabelOptions | Displays the Label Options dialog box. | |
PrintOut | Prints a label or a page of labels with the same address. | |
PrintOut2000 | Reserved for internal use. | |
PrintOutByID | Prints a label or a page of labels with the same address. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
CustomLabels | Returns a CustomLabels collection that represents the available custom mailing labels. | |
DefaultLabelName | Returns or sets the name for the default mailing label. | |
DefaultLaserTray | Returns or sets the default paper tray that contains sheets of mailing labels. | |
DefaultPrintBarCode | True if a POSTNET bar code is added to envelopes or mailing labels by default. | |
Parent | Returns an object that represents the parent object of the specified object. | |
Vertical | True vertically orients text on Asian envelopes and mailing labels. |
Top