Chapter Contents

Previous

Next
Row/Column Data Vector Class: _getAlignJust

Row/Column Data Vector Class: _getAlignJust



Returns the alignment justification


Syntax
Details

Syntax

CALL SEND (data-vector-id, '_getAlignJust', just);

Argument Type Description
just
C returns the alignment justification:
'RIGHT'
'LEFT'
'CENTER'


Details

The _getAlignJust method is valid only if the viewer is a table editor.

The _getAlignJust method can only be used for a Row/Column Data Vector instance being passed to the model's _getColumnInfo or _setColumnInfo method. Its values are not meaningful for row settings.

The alignment value specified by the _setAlignment method specifies how much space is available in which to align the text from the left of the column. The alignment justification specified by the _setAlignJust method tells how to horizontally justify the text in the width given by the _setAlignment method. The alignment character specified by the _setAlignmentChar method is the character on which you want the data in the column to be aligned. The number of decimals specified by the _setDecimals method is the number of characters allowed to the right of the alignment character specified by the _setAlignmentChar method if the alignment justification specified by the _setAlignJust method is RIGHT. Use either the _setDecimals or the _setAlignment method, but not both.


Chapter Contents

Previous

Next

Top of Page

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