Uses of Class
org.apache.ecs.html.BaseFont

Packages that use BaseFont
org.apache.ecs.html   
 

Uses of BaseFont in org.apache.ecs.html
 

Methods in org.apache.ecs.html that return BaseFont
 BaseFont BaseFont.setFace(java.lang.String face)
          sets the FACE="" attribute.
 BaseFont BaseFont.setColor(java.lang.String color)
          sets the COLOR="" attribute.
 BaseFont BaseFont.setSize(int size)
          sets the SIZE="" attribute.
 BaseFont BaseFont.setSize(java.lang.String size)
          sets the SIZE="" attribute.
 BaseFont BaseFont.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 BaseFont BaseFont.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 BaseFont BaseFont.addElement(Element element)
          Adds an Element to the element.
 BaseFont BaseFont.addElement(java.lang.String element)
          Adds an Element to the element.
 BaseFont BaseFont.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.