![]() Chapter Contents |
![]() Previous |
![]() Next |
| Container Box: _snugFit |
| Syntax | |
| Example |
Syntax |
| CALL NOTIFY (container-name, '_snugFit', clearance<, units>); |
| Argument | Type | Description | |
| N | specifies the number of units to leave between the container box and the objects it contains | ||
| C | specifies the clearance units. Valid values are | ||
| 'CHARACTERS' |'C' | character cells based on the current SAS font (1 based) | ||
| 'CM' | centimeters | ||
| 'FONTS' | 'F' | character cells based on the current SAS font (0 based) | ||
| 'INCHES' | 'I' | inches | ||
| 'MM' | millimeters | ||
| 'PIXELS' | 'P' | pixels (the default) | ||
| See also the _new method in the Class class. | |||
| Example |
This example resizes CONTAINR and leaves two centimeters between the container box and the objects it contains:
call notify('containr', '_snug_fit_', 2, 'cm');
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.