Chapter Contents |
Previous |
Next |
Row/Column Data Vector Class: _setFont |
Syntax | |
Details |
Syntax |
CALL SEND (data-vector-id, '_setFont', font-list-id); |
Argument | Type | Description |
---|---|---|
font-list-id |
N | specifies the identifier of an SCL list that contains the font information |
Details |
The _setFont method is valid if the viewer is either a form editor or a table editor.
The list sent to the _setFont method should come from a method call to retrieve the font from any other object that saves its font in a list format or from a call to the SCL FONTSEL function. For example, you can call _getFont on one row/column data vector to save the font and then call _setFont to set that font on another row/column data vector.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.