Overview  Package   Class  Tree  Index 

be.lassi.pdf.tags
Class H

java.lang.Object
  extended by be.lassi.pdf.tags.Tag
      extended by be.lassi.pdf.tags.H
Direct Known Subclasses:
H1, H2, H3, H4, H5

public abstract class H
extends Tag

Support html to pdf translation of the header tags.


Constructor Summary
H(State state)
           
 
Method Summary
 void end()
          Supports translation of closing tag.
protected abstract  java.lang.String getLevel()
           
protected  void initAttributes(com.lowagie.text.Paragraph paragraph)
           
protected  void initTopLeftHeader()
           
 void start()
          Supports translation of opening tag.
protected  void updateTopLeftHeader(java.lang.String label, java.lang.String chapter)
           
 
Methods inherited from class be.lassi.pdf.tags.Tag
getState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

H

public H(State state)
Method Detail

end

public void end()
         throws com.lowagie.text.DocumentException
Supports translation of closing tag.

Overrides:
end in class Tag
Throws:
com.lowagie.text.DocumentException

getLevel

protected abstract java.lang.String getLevel()

initAttributes

protected void initAttributes(com.lowagie.text.Paragraph paragraph)

initTopLeftHeader

protected void initTopLeftHeader()
                          throws com.lowagie.text.DocumentException
Throws:
com.lowagie.text.DocumentException

start

public void start()
Supports translation of opening tag.

Overrides:
start in class Tag

updateTopLeftHeader

protected void updateTopLeftHeader(java.lang.String label,
                                   java.lang.String chapter)

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2