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