The "Cellular Text" object

Top  Previous  Next

This object can display each character of a text in its individual cell. It is often used to print some forms in financial applications.

 

The object is as follows:

 

cellularText

 

In fact, this object is directly inherited from the "Text" object. You may connect it to data in the same manner. For example, you may invoke the object's editor and type the following text:

 

[Employees.FirstName]

 

The "Cellular Text" object has the following properties:

 

Property

Description

CellWidth, CellHeight

These properties determine the size of a single cell. If both properties are 0 (by default), the cell size will be calculated automatically, depending on the font used.

HorzSpacing, VertSpacing

These properties determine the horizontal and vertical gap between adjacent cells.