sharin.doc.builder.xhtml1
Class CaptionElem

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

public class CaptionElem
extends GenericCommonElem<CaptionElem>


Constructor Summary
CaptionElem(Object... nodes)
           
 
Method Summary
 CaptionElem align(Object value)
           
 CaptionElem alignBottom()
           
 CaptionElem alignLeft()
           
 CaptionElem alignRight()
           
 CaptionElem alignTop()
           
 
Methods inherited from class sharin.doc.builder.xhtml1.GenericCommonElem
dir, lang, onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, xmllang
 
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

CaptionElem

public CaptionElem(Object... nodes)
Method Detail

align

public CaptionElem align(Object value)

alignBottom

public CaptionElem alignBottom()

alignLeft

public CaptionElem alignLeft()

alignRight

public CaptionElem alignRight()

alignTop

public CaptionElem alignTop()


Copyright © 2009 SHU. All Rights Reserved.