Usage Note 23330: What options are available for the TITLE and FOOTNOTE statements in ODS?
Below are the available options beginning with Release 8.1 for the HTML, PDF, and RTF destinations. These are similar to the SAS/GRAPH options for titles and footnotes.
- BOLD
- specifies bold.
- COLOR=
- specifies the text color.
- BCOLOR=
- specifies the background color.
- FONT=
- specifies the font name.
- HEIGHT=
- specifies the point size.
- ITALIC=
- specifies itilic style.
- JUSTIFY=
- specifies left, right, or center.
- LINK=
- specifies the hyperlink.
- UNDERLIN=
- specifies an underline.
Note: Although it looks like a typographical error,
UNDERLIN= is the correct spelling. UNDERLIN= is not supported in ODS PDF until SAS 9.2.
title bold "this is a bold title";
title2 color=red "h" color=blue "e" color=blue "l"
color=blue "l" color=blue "o";
title3 font=arial "this font uses an arial font";
title4 height=10 "this title has a large point size";
title5 italic "this title is italicized";
title6 justify=l "this title is left justified";
title7 link="http://www.sas.com" "this is my hyperlink";
title8 underlin=1 "this title is underlined";
See 23208 for more information about titles and footnotes.
See also the full PROC TEMPLATE FAQ and Concepts.
Operating System and Release Information
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | low |
| Topic: | SAS Reference ==> ODS (Output Delivery System) Third Party ==> Output ==> HTML Third Party ==> Output ==> PDF Third Party ==> Output ==> RTF
|
| Date Modified: | 2007-10-01 16:31:24 |
| Date Created: | 2003-08-07 15:34:55 |