Chapter Contents |
Previous |
Next |
Row/Column Data Vector Class: _getFont |
Syntax | |
Details |
Syntax |
CALL SEND (data-vector-id, '_getFont', font-list-id); |
Argument | Type | Description |
---|---|---|
font-list-id |
N | returns the identifier of an SCL list that contains the font information |
Details |
The _getFont method is valid if the viewer is either a form editor or a table editor.
The list returned by the _getFont method should not be modified directly, but can be sent to other objects that take font lists. Changing items in this list and then sending the changed list to the _setFont method may produce unreliable results.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.