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