be.lassi.pdf.tags
Class H
java.lang.Object
be.lassi.pdf.tags.Tag
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 |
H
public H(State state)
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)