be.lassi.pdf.tags
Class OL
java.lang.Object
be.lassi.pdf.tags.Tag
be.lassi.pdf.tags.OL
public class OL
- extends Tag
Support html to pdf translation of the ordered list tag.
Constructor Summary |
OL(State state)
|
Method Summary |
void |
end()
Supports translation of closing tag. |
void |
start()
Supports translation of opening tag. |
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 |
OL
public OL(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
start
public void start()
- Supports translation of opening tag.
- Overrides:
start
in class Tag