Uses of Class
org.apache.ecs.xhtml.font

Packages that use font
org.apache.ecs.xhtml   
 

Uses of font in org.apache.ecs.xhtml
 

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



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