Features: |
GOPTIONS statement options: BORDER
|
Sample library member: | GTIENTI1 |
goptions reset=all border;
title1 "This is TITLE1" height=4;
title3 underlin=1 "TITLE3 Is" color=red " Underlined";
title5 color=red angle=-90 "TITLE5 is Angled -90";
title7 height=4 color=red rotate=25 "TITLE7 is Rotated";
title8 color=green box=1 "TITLE8 is Boxed";
title9 color=red box=3 blank=yes bcolor=red color=blue move=(70,20) angle=-25 "TITLE9 is Angled in a Red Box";
title10 color=red box=1 bcolor=blue move=(60,20) font=script "TITLE10 is in Script and " move=(60,15) height=2 "is Partially Boxed, Positioned" move=(60,10) height=2 "with Explicit Moves, and Overlaid by TITLE9" ;
footnote justify=right "GTIENTI1 ";
proc gslide; run; quit;
title9 color=red box=3 blank=yes bcolor=red color=blue move=(70,20) angle=-25 "TITLE9 is Angled in a Red Box";
title10 color=red box=1 bcolor=blue move=(60,20) font=script "TITLE10 is in Script and " move=(60,15) height=2 "is Partially Boxed, Positioned" move=(60,10) height=2 "with Explicit Moves, and Overlaid by TITLE9" ;