All
of the formatting features that control the appearance of the third-party
formatted destinations beyond what the LISTING destination can do
are controlled by two mechanisms:
The ODS statement options
control three features:
-
features that are specific
to a given destination, such as style sheets for HTML
-
features that are global
to the document, such as AUTHOR and table of contents generation
-
features that we expect
programmers to change on each document, such as the output filename
The ODS
style attributes control the way that individual elements are created.
Attributes are aspects of a given style, such as type face, weight,
font size, and color. The values of the attributes collectively determine
the appearance of each part of the document to which the style is
applied. With style attributes, it is unnecessary to insert destination-specific
code (such as raw HTML) into the document. Each output destination
will interpret the attributes that are necessary to generate the presentation
of the document. Because not all destinations are the same, not all
attributes can be interpreted by all destinations. Style attributes
that are incompatible with a selected destination are ignored. For
example, PostScript does not support active links, so the URL= attribute
is ignored when producing PostScript output.