CodeMaskLevel Object Members

Project Developer Reference

A CodeMaskLevel object represents a level in the code mask in an outline code definition.

Methods

  Name Description
Bb179370.methods(en-us,office.12).gif Delete Deletes an object from its containing collection.

Properties

  Name Description
Bb179370.properties(en-us,office.12).gif Application Returns an Application object. Read-only Object.
Bb179370.properties(en-us,office.12).gif Index Returns the index of an object in its containing collection. Read-only Long.
Bb179370.properties(en-us,office.12).gif Length Specifies the length for a given level in the code mask. Can be the string "Any" or an integer value between 1 and 255. Read/write Variant.
Bb179370.properties(en-us,office.12).gif Level Returns the level as it appears on the left of the grid in the Define Code Mask dialog box. Read-only Long.
Bb179370.properties(en-us,office.12).gif Parent Returns the parent of the object. Read-only Object.
Bb179370.properties(en-us,office.12).gif Separator The character that separates the level of a code mask from the next code mask. Can be one of the following characters: ".", "-", "+", or "/". Read/write String.
Bb179370.properties(en-us,office.12).gif Sequence Specifies the type of sequence in a code mask. Can be one of the following PjCustomOutlineCodeSequence constants: pjCustomOutlineCodeCharacters, pjCustomOutlineCodeLowercaseLetters, pjCustomOutlineCodeNumbers, or pjCustomOutlineCodeUppercaseLetters. Read/write Long.