Uses of Class
com.sapportals.portal.prt.util.html.HtmlBody

Packages that use HtmlBody
com.sapportals.portal.prt.util.html   
 

Uses of HtmlBody in com.sapportals.portal.prt.util.html
 

Methods in com.sapportals.portal.prt.util.html that return HtmlBody
 HtmlBody HtmlBody.setBackgroundColor(java.lang.String color)
           
 HtmlBody HtmlBody.setLinkColor(java.lang.String linkColor)
           
 HtmlBody HtmlBody.setSelectedLinkColor(java.lang.String linkColor)
           
 HtmlBody HtmlBody.setVisitedLinkColor(java.lang.String linkColor)
           
 HtmlBody HtmlBody.setTextColor(java.lang.String textColor)
           
 HtmlBody HtmlBody.setBackground(java.lang.String background)
           
 HtmlBody HtmlDocument.getBody()
          Get the body element for this document container.
 

Methods in com.sapportals.portal.prt.util.html with parameters of type HtmlBody
 HtmlDocument HtmlDocument.setBody(HtmlBody body)
          Set the Body element for this document container.