Previous Page | Next Page

TEMPLATE Procedure: Creating a Style Template (Definition)

Style Syntax: TEMPLATE Procedure


Table of Contents: TEMPLATE Procedure: Creating a Style Template (Definition)

PROC TEMPLATE;
DEFINE STYLE style-path | Base.Template.Style </ STORE=libref.template-store>;
<PARENT=style-path;>
NOTES "text";
CLASS style-element-name(s)<"text">
</ style-attribute-specification(s)>;
STYLE style-element-name(s) <FROM style-element-name | _SELF_ > <"text">
</ style-attribute-specification(s)>;
END;
END;

Previous Page | Next Page | Top of Page