CustomLabel Members
Include Protected Members
Include Inherited Members
Represents a custom mailing label.
The CustomLabel type exposes the following members.
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified object. |
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. | |
DotMatrix | True if the printer type for the specified custom label is dot matrix. False if the printer type is either laser or ink jet. | |
Height | Returns or sets the height of the specified custom mailing label, in points. | |
HorizontalPitch | Returns or sets the horizontal distance (in points) between the left edge of one custom mailing label and the left edge of the next mailing label. | |
Index | Returns an Integer that represents the position of an item in a collection. | |
Name | Returns or sets the name of the specified object. | |
NumberAcross | Returns or sets the number of custom mailing labels across a page. | |
NumberDown | Returns or sets the number of custom mailing labels down the length of a page. | |
PageSize | Returns or sets the page size for the specified custom mailing label. | |
Parent | Returns an object that represents the parent object of the specified object. | |
SideMargin | Returns or sets the side margin widths (in points) for the specified custom mailing label. | |
TopMargin | Returns or sets the distance (in points) between the top edge of the page and the top boundary of the body text. | |
Valid | True if the various properties (for example, Height, Width, and NumberDown) for the specified custom label work together to produce a valid mailing label. | |
VerticalPitch | Returns or sets the vertical distance between the top of one mailing label and the top of the next mailing label. | |
Width | Returns or sets the width of the specified object, in points. |
Top