sharin.doc.builder.xhtml1
Class FontElem

java.lang.Object
  extended by sharin.doc.builder.Elem
      extended by sharin.doc.builder.GenericXmlElem<E>
          extended by sharin.doc.builder.xhtml1.GenericCoreElem<FontElem>
              extended by sharin.doc.builder.xhtml1.FontElem

public class FontElem
extends GenericCoreElem<FontElem>


Constructor Summary
FontElem(Object... nodes)
           
 
Method Summary
 FontElem color(Object value)
           
 FontElem dir(Object value)
           
 FontElem face(Object value)
           
 FontElem lang(Object value)
           
 FontElem size(Object value)
           
 FontElem xmllang(Object value)
           
 
Methods inherited from class sharin.doc.builder.xhtml1.GenericCoreElem
clas, id, style, title
 
Methods inherited from class sharin.doc.builder.GenericXmlElem
_, attr, toString
 
Methods inherited from class sharin.doc.builder.Elem
getAttrList, getName, getNodeList, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FontElem

public FontElem(Object... nodes)
Method Detail

color

public FontElem color(Object value)

dir

public FontElem dir(Object value)

face

public FontElem face(Object value)

lang

public FontElem lang(Object value)

size

public FontElem size(Object value)

xmllang

public FontElem xmllang(Object value)


Copyright © 2009 SHU. All Rights Reserved.