<sasads:iText>
This tag is used for creating an iText for use with a variety of markup languages (including WML,HDML, and HTML). The user can use this class to write an iText without having to know the markup language that is to reference the page.
Syntax
<sasads:iText
[alignment="java.lang.String"]
[customAttributes="java.lang.String"]
[epilog="java.lang.String"]
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[name="java.lang.String"]
[prolog="java.lang.String"]
[ref="java.lang.String"]
[render="true|false"]
[scope="java.lang.String"]
[styleClass="java.lang.String"]
[style="java.lang.String"]
[title="java.lang.String"]>
[One or more lines of output text to be set on this tag]
</sasads:iText>
Attributes
alignment | The horizontal alignment of the text ("Left"(default), "Right", or "Center"). |
|---|---|
customAttributes | |
epilog | |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
locale | |
name | |
prolog | |
ref | |
render | |
scope | |
styleClass | |
style | |
title | The title of the bean. |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.beans.wireless.iText.
If you need to subclass the tag handler class for the sasads:iText tag, extend com.sas.taglib.servlet.beans.iTextTag.