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

Packages that use HR
org.apache.ecs.html   
 

Uses of HR in org.apache.ecs.html
 

Methods in org.apache.ecs.html that return HR
 HR HR.setWidth(java.lang.String width)
          Sets the WIDTH="" attribute
 HR HR.setWidth(int width)
          Sets the WIDTH="" attribute
 HR HR.setAlign(java.lang.String align)
          Sets the ALIGN="" attribute
 HR HR.setSize(java.lang.String size)
          Sets the SIZE="" attribute
 HR HR.setSize(int size)
          Sets the SIZE="" attribute
 HR HR.setNoShade(boolean shade)
          Sets the noshade
 HR HR.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 HR HR.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 HR HR.addElement(Element element)
          Adds an Element to the element.
 HR HR.addElement(java.lang.String element)
          Adds an Element to the element.
 HR HR.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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