CodeMaskLevel Object Members
Project Developer Reference |
A CodeMaskLevel object represents a level in the code mask in an outline code definition.
Methods
Name | Description | |
---|---|---|
Delete | Deletes an object from its containing collection. |
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object. Read-only Object. | |
Index | Returns the index of an object in its containing collection. Read-only Long. | |
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. | |
Level | Returns the level as it appears on the left of the grid in the Define Code Mask dialog box. Read-only Long. | |
Parent | Returns the parent of the object. Read-only Object. | |
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. | |
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. |