ACTIVELINKCOLOR |
Color for active links |
Any valid SAS color |
ASIS |
How leading spaces and line breaks are handled |
ON or OFF. If OFF then leading spaces are trimmed, line breaks ignored. |
BACKGROUND |
Background color |
Any valid SAS color |
BACKGROUNDIMAGE |
Background image |
‘string’ where string is the name of a GIF or JPEG file identified with a simple file name, a complete path, or a URL. Easiest approach: use a simple filename and place all image files in the local directory. |
BODYSCROLLBAR |
Scroll bar in the body file frame |
YES | NO | AUTO, where AUTO specifies “only if needed”. |
BODYSIZE |
Frame width for body file in HTML |
nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT) --OR-- integer% of entire display |
BORDERCOLOR |
Single border color |
Any valid SAS color. |
BORDERCOLORDARK |
Darker color used in a 3-D 2-color border. |
Any valid SAS color. |
BORDERCOLORLIGHT |
Lighter color used in a 3-D 2-color border. |
Any valid SAS color. |
BORDERWIDTH |
Table border width |
nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT) |
BOTTOMMARGIN |
Bottom margin for a document |
nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT) |
BULLET |
Bullet string in the contents file |
Bullets=’string’ where string = ‘circle’, ‘decimal’, ‘disc’, lower-alpha, lower-roman, ‘none’, ‘square’, upper-alpha, or upper-roman (I, II, III) |
CELLHEIGHT |
Cell Height |
nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT) --OR-- integer% of table height |
CELLPADDING |
Amount of white space surrounding text in a cell |
nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT) --OR-- integer% of table |
CELLSPACING |
Space between cells |
nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT) |
CELLWIDTH |
Cell width |
nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT) --OR-- integer% of table width |
CONTENTPOSITION |
HTML contents frame location |
LEFT | RIGHT | TOP | BOTTOM Alias(L,R,T,B) |
CONTENTSCROLLBAR |
Scroll bar in the contents and page files |
YES | NO |AUTO (AUTO means only when necessary) |
CONTENTSIZE |
Frame width for contents frame in HTML |
nonnegative number ( in pixels) --OR-- integer% of entire display |
FILLRULEWIDTH |
Overlay a rule onto the white space surrounding text in a cell |
nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT) |
FLYOVER |
Text shown in a tool tip for the cell |
‘string’ |
FONT |
FONT= [face(s), size, keywords]. Keywords= font weight and font style. The destination device uses the first installed font |
Syntax: "font-face-1 <... , font-face-n>", font-size, keyword-list myfont=("arial, helvetica", 4, bold roman) myfont=(Arial, 2pt, medium italic) |
FONT_FACE |
Font Face |
font-face-1 <... , font-face-n> |
FONT_SIZE |
Font size |
A nonnegative number + a unit of measurement OR relative size (range=1-7) |
FONT_STYLE |
Font style |
ITALIC | ROMAN |SLANT |
FONT_WEIGHT |
Font weight |
MEDIUM | BOLD most popular. Other choices exist. |
FONT_WIDTH |
Font width |
Few fonts honor font widths (e.g. compressed, narrow). |
FOREGROUND |
Foreground color |
Any valid SAS color |
FRAME |
Frame definitions for an HTML table |
ABOVE= BELOW= a border at top OR bottom. BOX =borders all around. HSIDES= VSIDES borders at top and bottom OR left and right side. LHS = RHS=a border at the left side OR right side. VOID= no borders. |
FRAMEBORDER |
Border for an HTML frame |
ON | OFF |
FRAMEBORDERWIDTH |
Border width for an HTML frame |
nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT) |
FRAMESPACING |
Space between HTML frames |
Integer only (no units of measurement defined) |
HREFTARGET |
Target window of link |
_BLANK for new window. _PARENT for source window. _SEARCH for browser's search pane. _SELF for current window (default). _TOP for the topmost window. 'name' for a specified window or frame. |
HTMLCLASS |
Stylesheet class for table or cell |
‘string’ |
HTMLCONTENTTYPE |
Content type for pages sent directly to a web server rather than to a file |
‘string’ |
HTMLDOCTYPE |
Doctype declaration for an HTML document = opening "<!DOCTYPE" and the closing ">" |
‘string’ |
HTMLID |
ID for table or cell |
‘string’ |
HTMLSTYLE |
Individual attributes and values for table or cell |
‘string’ |
INDENT |
Indention depth |
n=number of spaces. Default: 2 for XML, 0 everything else |
JUST |
Justification |
CENTER | DEC | LEFT | RIGHT (DEC means at decimal points) |
LEFTMARGIN |
Document left margin |
nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT) |
LINKCOLOR |
Unvisited link color |
Any valid SAS color |
LISTENTRYANCHOR |
Turn link to a table of contents entry on or off. |
ON|OFF |
LISTENTRYDBLSPACE |
Double space between entries in the table of contents |
ON|OFF |
NOBREAKSPACE |
How spaces are handled. |
ON: SAS won’t break a line at a space character. OFF: SAS will break a line at a space character. |
OUTPUTHEIGHT |
Graphics Height in a document |
n(in pixels) |
OUTPUTWIDTH |
Table Width |
n(pixels) OR n% (of window) |
OVERHANGFACTOR |
Upper limit for column width extension |
n (a factor). A value between 1 and 2 is typical. |
PAGEBREAKHTML |
HTML placed at page breaks |
‘string’ |
POSTHTML |
HTML code that goes after table or cell |
‘string’ |
POSTIMAGE |
Image after table or cell |
'string' | fileref names a GIF or JPEG file. ‘string’ includes a simple filename, complete path, or URL. |
POSTTEXT |
Text after cell or table |
‘string’ |
PREHTML |
HTML code before HTML table or cell |
‘string’ |
PREIMAGE |
Image before table or cell |
'string' | fileref names a GIF or JPEG file. ‘string’ includes a simple filename, complete path, or URL. |
PRETEXT |
Text before table or cell |
‘string’ |
PROTECTSPECIALCHARS |
Interpret less-than signs (<), greater-than signs (>), and ampersands (&) |
ON | OFF | AUTO ON means characters not part of HTML. OFF means they are. |
RIGHTMARGIN |
Right margin for a document |
nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT) |
RULES |
Lines within a table |
ALL=between all rows and columns. COLS between all columns. GROUPS between the table header and the table and between the table and the table footer, if there is one. NONE no rules anywhere. ROWS between all rows |
TAGATTR |
Text inserted in the HTML code |
‘string’ |
TOPMARGIN |
Top margin for a document |
nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT) |
URL |
Specify target URL |
‘Uniform-Resource-Locator’ |
VISITEDLINKCOLOR |
Visited link color |
Any valid SAS color |
VJUST |
Vertical justification |
BOTTOM | MIDDLE | TOP |
WATERMARK |
Translate the target for BACKGROUNDIMAGE into a "watermark. A watermark appears in a fixed position as the window is scrolled |
ON|OFF |