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