Align

The origin point from which to count the rows specified in the lRow parameter. For example, if Align is CONVIEW_CELLALIGN_BOTTOMLEFT and lRow is 4, the application will count 4 rows from the bottom and place the tag on that location. Possible values are:

Value

Meaning

CONVIEW_CELLALIGN_TOPLEFT

[0x0000] Start counting rows from the top of the cell. The tag will be left justified.

CONVIEW_CELLALIGN_TOPRIGHT

[0x0001] Start counting rows from the top of the cell. The tag will be right justified.

CONVIEW_CELLALIGN_BOTTOMLEFT

[0x0002] Start counting rows from the bottom of the cell. The tag will be left justified.

CONVIEW_CELLALIGN_BOTTOMRIGHT

[0x0003] Start counting rows from the bottom of the cell. The tag will be right justified.

CONVIEW_CELLALIGN_LEFTCENTER

[0x0004] The tag is placed in the center, based on the height of the cell, and is left justified.

CONVIEW_CELLALIGN_RIGHTCENTER

[0x0005] The tag is placed in the center, based on the height of the cell, and is right justified.

CONVIEW_CELLALIGN_TOPCENTER

[0x0006] The tag is placed in the center, based on the width of the cell, and is top justified.

CONVIEW_CELLALIGN_BOTTOMCENTER

[0x0007] The tag is placed in the center, based on the width of the cell, and is bottom justified.