CustomLabel Members (Word)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Represents a custom mailing label. The CustomLabel object is a member of the CustomLabels collection. The CustomLabels collection contains all the custom mailing labels listed in the Label Options dialog box.

Methods

Name

Description

Delete

Deletes the specified custom label.

Properties

Name

Description

Application

Returns an 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. Read-only Long.

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. Read-only Boolean.

Height

Returns or sets the height of a specified custom mailing label, in points. Read/write Single.

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. Read/write Single.

Index

Returns a Long that represents the position of an item in a collection. Read-only.

Name

Returns or sets the name of the specified object. Read/write CustomLabel.

NumberAcross

Returns or sets the number of custom mailing labels across a page. Read/write Long.

NumberDown

Returns or sets the number of custom mailing labels down the length of a page. Read/write Long.

PageSize

Returns or sets the page size for the specified custom mailing label. Read/write WdCustomLabelPageSize.

Parent

Returns an Object that represents the parent object of the specified CustomLabel object.

SideMargin

Returns or sets the side margin widths (in points) for the specified custom mailing label. Read/write Single.

TopMargin

Returns or sets the distance (in points) between the top edge of the page and the top boundary of the body text. Read/write Single.

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. Read-only Boolean.

VerticalPitch

Returns or sets the vertical distance between the top of one mailing label and the top of the next mailing label. Read/write Single.

Width

Returns or sets the width of a custom mailing label, in points. Read/write Long.