Skip to content

Explanation#

Principles of Numbering#

1.Numbering can be applied to alphanumeric characters.
Uppercase letters are increased from A to Z, lowercase letters are increased from a to z, and numbers are increased from 0 to 9.

Example: When Numbering is applied to the text “099”
If the Numbering count is set to “2”,
Numbering will increase as shown below.

Numbering applied to First label Second label
Last digit「9」 099 090
Last two digits「99」 099 000
All「099」 099 100

2.Various patterns can be created depending on the combination of the objects with Numbering applied, merged objects, and the specified number of copies.

<Numbering object and number of copies>
Example: The layout contains a numbering object with "001".
In the print dialog box, the numbering count is set to “2”, and the number of copies is set to “3”.

        ↓

A total of six labels will be printed, three with “001” and three with “002”.

<Numbering object and merged object>
Example 1
The layout contains a numbering object with "001" and a merged object.
A name field with three records - “Yamada”, “Tanaka” and “Nakamura” - is linked with the merged object.
In the print dialog box, the numbering count is set to “2”, the number of copies is set to “1”, the [Restart from Each Record] checkbox is cleared, and “All Records” is selected as the print range.

        ↓

A total of six labels will be printed.
“001 Yamada”, “002 Yamada”,
“003 Tanaka”, “004 Tanaka”,
“005 Nakamura”, “006 Nakamura”

Example 2
The same parameters as in Example 1, except for the [Restart from Each Record] checkbox - it is selected this time.

        ↓

A total of six labels will be printed.
“001 Yamada”, “002 Yamada”,
“001 Tanaka”, “002 Tanaka”,
“001 Nakamura”, “002 Nakamura”
If the number of copies is increased, the specified number of copies of the above six labels will be printed.