Chapter Contents |
Previous |
Next |
Row/Column Data Vector Class: _getAlignment |
Syntax | |
Details |
Syntax |
CALL SEND (data-vector-id, '_getAlignment', align<, unit>); |
Argument | Type | Description |
---|---|---|
align |
N | returns the baseline or alignment value |
unit |
C | returns the baseline or alignment unit of measure. |
Details |
The _getAlignment method is valid only if the viewer is a table editor. If the Row/Column Data Vector instance is used in conjunction with the _getRowInfo or _setRowInfo method, the value returned by the _getAlignment method is interpreted as the row's base line. This is the distance from the top of the row to start the text.
If you use the row/column data vector in conjunction with the _getColumnInfo or _setColumnInfo method, the value returned by the _getAlignment method is interpreted as the row's alignment. This is the distance from the left of the column to start the text.
The following conditions also are true when you use a row/column data vector 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.