<sas:Title2TextStyle>
The Title2TextStyle tag encapsulates the attributes specific to the text style associated with the second title.
This tag must be nested within a sas:GraphStyle tag.
Syntax
<sas:Title2TextStyle
[color="java.lang.String"]
[id="value"]
[justification="Left|Right|Center"]
[visible="java.lang.Boolean"]>
[<sas:ShadowStyle ...>
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:ShadowStyle>]
[<sas:Font ...>
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:Font>]
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:Title2TextStyle>
Attributes
color | The color to set |
---|---|
id | Case-sensitive name used to identify the object instance. |
justification | The justification to set |
visible | The visible to set |
More Information
To view the documentation for the related InformationBean, see com.sas.graphics.components.TextStyle.
If you need to subclass the tag handler class for the sas:Title2TextStyle tag, extend com.sas.taglib.graphics.components.Title2TextStyleTag.