be.lassi.pdf.tags
Class UL
java.lang.Object
be.lassi.pdf.tags.Tag
be.lassi.pdf.tags.UL
public class UL
- extends Tag
Support html to pdf translation of the unordered list tag.
Constructor Summary |
UL(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 |
UL
public UL(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