Non-Graphics Attributes from the 9.2 ODS User's Guide
(Blue Attributes are New for the 9.2 Release of SAS Software)

Attribute (9.2) Alias (9.1.3) Attribute Defintion Legitimate Values
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.
BACKGROUNDCOLOR 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.
BACKGROUNDREPEAT   Background Image repeat NO_REPEAT, REPEAT (horizontally & vertically), REPEAT_X (horizontal), REPEAT_Y (vertical)
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
BORDERBOTTOMCOLOR   Bottom border color of a table Any valid SAS color
BORDERBOTTOMSTYLE   Bottom border line style of a table A named line style (DASHED DOTTED DOUBLE GROOVE HIDDEN INSET OUTSET RIDGE SOLID)
BORDERBOTTOMWIDTH   Bottom border line width of a table nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT)
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.
BORDERLEFTCOLOR   Left border color of a table Any valid SAS color.
BORDERLEFTSTYLE   Left border line style of a table A named line style (DASHED DOTTED DOUBLE GROOVE HIDDEN INSET OUTSET RIDGE SOLID)
BORDERLEFTWIDTH   Left border line width of a table nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT)
BORDERRIGHTCOLOR   Right border color of a table Any valid SAS color.
BORDERRIGHTSTYLE   Right border line style of a table A named line style (DASHED DOTTED DOUBLE GROOVE HIDDEN INSET OUTSET RIDGE SOLID)
BORDERRIGHTWIDTH   Right border line width of a table nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT)
BORDERSPACING CELLSPACING Space between cells nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT)
BORDERTOPCOLOR   Top border color of a table Any valid SAS color.
BORDERTOPSTYLE   Top border line style of a table A named line style (DASHED DOTTED DOUBLE GROOVE HIDDEN INSET OUTSET RIDGE SOLID)
BORDERTOPWIDTH   Top border line width of a table nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT)
BORDERWIDTH   Table border width nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT)
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
CLASS HTMLCLASS Name of Style Sheet class ‘string’
COLOR FOREGROUND Foreground color (typically text) Any valid SAS color
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
CONTENTTYPE HTMLCONTENTTYPE Content Type for HTML pages sent to a web server STRING'
CONTRASTCOLOR   Contrast color for maps Any valid SAS color
DOCTYPE HTMLDOCTYPE Doctype declaration for an HTML document = opening "<!DOCTYPE" and the closing ">" ‘string’
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)
FONTFAMILY FONT_FACE Font Face font-face-1 <... , font-face-n>
FONTSIZE FONT_SIZE Font size A nonnegative number + a unit of measurement OR relative size (range=1-7)
FONTSTYLE FONT_STYLE Font style ITALIC | ROMAN |SLANT
FONTWEIGHT FONT_WEIGHT Font weight MEDIUM | BOLD |DEMI_BOLD|EXTRA_BOLD|LIGHT|DEMI_LIGHT|EXTRA_LIGHT
FONTWIDTH FONT_WIDTH Font width Relative Width: NORMAL|COMPRESSED|EXTRA_COMPRESSED| NARROW|WIDE|EXPANDED
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)
HEIGHT CELLHEIGHT OUTPUTHEIGHT Cell or graphics height nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT,PX) --OR-- integer% of table height
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.
HTMLID   ID for table or cell ‘string’
HTMLSTYLE   Individual attributes and values for table or cell ‘string’
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
LISTSTYLETYPE BULLET Bullet string in the contents file LISTSTYLETYPE=’string’ where string = ‘circle’, ‘decimal’, ‘disc’, lower-alpha, lower-roman, ‘none’, ‘square’, upper-alpha, or upper-roman (I, II, III)
MARGINBOTTOM BOTTOMMARGIN Bottom margin for a document nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT)
MARGINLEFT LEFTMARGIN Document left margin nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT)
MARGINRIGHT RIGHTMARGIN Right margin for a document nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT)
MARGINTOP TOPMARGIN Top margin for a document nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT)
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.
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.
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’
TEXTALIGN JUST Justification in tables, cells, graphs CENTER | DEC | LEFT | RIGHT (DEC means at decimal points)
TEXTDECORATION   Change visual presentation of text BLINK|LINE_THROUGH|OVERLINE|UNDERLINE
TEXTINDENT INDENT Number of spaces to indent first line of text output n=number of spaces. Default: 2 for XML, 0 everything else
URL   Specify target URL ‘Uniform-Resource-Locator’
VERTICALALIGN VJUST Vertical justification BOTTOM | MIDDLE | TOP
VISITEDLINKCOLOR   Visited link color Any valid SAS color
WATERMARK   Translate the target for BACKGROUNDIMAGE into a "watermark. A watermark appears in a fixed position as the window is scrolled ON|OFF
WIDTH CELLWIDTH OUTPUTWIDTH Width of a cell, table, line or graph nonnegative number + a unit of measurement (e.g. IN, CM, MM, PT,PX) --OR-- integer% of table width