Chapter Contents

Previous

Next
Row/Column Data Vector Class: _setAlignment

Row/Column Data Vector Class: _setAlignment



Sets the base line or alignment


Syntax
Details

Syntax

CALL SEND (data-vector-id, '_setAlignment', align<, unit>);

Argument Type Description
align
N specifies the base line or alignment value
unit
C specifies the base line or alignment unit of measure.


Details

The _setAlignment method is valid only if the viewer is a table editor. If you use the row/column data vector in conjunction with the _getRowInfo or _setRowInfo method, the value specified by the _setAlignment method is interpreted as the row's base line. This is the distance from the top of the row to the start of the text.

If you use the row/column data vector in conjunction with the _getColumnInfo or _setColumnInfo method, the value returned by the _setAlignment method is interpreted as the row's alignment. This is the distance from the left of the column to the start of the text.

The following conditions also are true when a row/column data vector is used in conjunction with the _getColumnInfo method or the _setColumnInfo method:


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.