|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpt.moredata.majix.rtf.DumpRtfVisitor
DumpRtfVisitor.java Company MoreData
| Constructor Summary | |
DumpRtfVisitor()
Creates a new instance of DumpRtfVisitor |
|
| Method Summary | |
void |
visitBeginRtfBlock(com.tetrasix.majix.rtf.RtfBlock elem)
Metodo usado para tratar o inicio de um RtfBlock. |
void |
visitBeginRtfCell(com.tetrasix.majix.rtf.RtfCell elem)
Metodo usado para tratar o inicio de um RtfCell. |
void |
visitBeginRtfCompoundObject(com.tetrasix.majix.rtf.RtfCompoundObject elem)
Metodo usado para tratar o inicio de um RtfCompoundObject. |
void |
visitBeginRtfDocument(com.tetrasix.majix.rtf.RtfDocument elem)
Metodo usado para tratar o inicio de um RtfDocument. |
void |
visitBeginRtfParagraph(com.tetrasix.majix.rtf.RtfParagraph elem)
Metodo usado para tratar o inicio de um RtfParagraph. |
void |
visitBeginRtfRow(com.tetrasix.majix.rtf.RtfRow elem)
Metodo usado para tratar o inicio de um RtfRow. |
void |
visitBeginRtfTable(com.tetrasix.majix.rtf.RtfTable elem)
Metodo usado para tratar o inicio de um RtfTable. |
void |
visitEndRtfBlock(com.tetrasix.majix.rtf.RtfBlock elem)
Metodo usado para tratar o fim de um RtfBlock. |
void |
visitEndRtfCell(com.tetrasix.majix.rtf.RtfCell elem)
Metodo usado para tratar o fim de um RtfCell. |
void |
visitEndRtfCompoundObject(com.tetrasix.majix.rtf.RtfCompoundObject elem)
Metodo usado para tratar o fim de um RtfCompoundObject. |
void |
visitEndRtfDocument(com.tetrasix.majix.rtf.RtfDocument elem)
Metodo usado para tratar o fim de um RtfDocument. |
void |
visitEndRtfParagraph(com.tetrasix.majix.rtf.RtfParagraph elem)
Metodo usado para tratar o fim de um RtfParagraph. |
void |
visitEndRtfRow(com.tetrasix.majix.rtf.RtfRow elem)
Metodo usado para tratar o fim de um RtfRow. |
void |
visitEndRtfTable(com.tetrasix.majix.rtf.RtfTable elem)
Metodo usado para tratar o fim de um RtfTable. |
void |
visitRtfFieldInstance(com.tetrasix.majix.rtf.RtfFieldInstance elem)
Metodo usado para tratar um RtfFieldInstance. |
void |
visitRtfHyperLink(com.tetrasix.majix.rtf.RtfHyperLink elem)
Metodo usado para tratar um RtfHyperLink. |
void |
visitRtfLineBreak(com.tetrasix.majix.rtf.RtfLineBreak elem)
Metodo usado para tratar um RtfLineBreak. |
void |
visitRtfObject(com.tetrasix.majix.rtf.RtfObject elem)
Metodo usado para tratar um RtfObject. |
void |
visitRtfPageBreak(com.tetrasix.majix.rtf.RtfPageBreak elem)
Metodo usado para tratar um RtfPageBreak. |
void |
visitRtfPicture(com.tetrasix.majix.rtf.RtfPicture elem)
Metodo usado para tratar um RtfPicture. |
void |
visitRtfSymbol(com.tetrasix.majix.rtf.RtfSymbol elem)
Metodo usado para tratar um RtfSymbol. |
void |
visitRtfTab(com.tetrasix.majix.rtf.RtfTab elem)
Metodo usado para tratar um RtfTab. |
void |
visitRtfText(com.tetrasix.majix.rtf.RtfText elem)
Metodo usado para tratar um RtfText. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DumpRtfVisitor()
| Method Detail |
public void visitBeginRtfBlock(com.tetrasix.majix.rtf.RtfBlock elem)
visitBeginRtfBlock in interface Visitorelem - o elemento de um rtf.public void visitEndRtfBlock(com.tetrasix.majix.rtf.RtfBlock elem)
visitEndRtfBlock in interface Visitorelem - o elemento de um rtf.public void visitBeginRtfCell(com.tetrasix.majix.rtf.RtfCell elem)
visitBeginRtfCell in interface Visitorelem - o elemento de um rtf.public void visitEndRtfCell(com.tetrasix.majix.rtf.RtfCell elem)
visitEndRtfCell in interface Visitorelem - o elemento de um rtf.public void visitBeginRtfCompoundObject(com.tetrasix.majix.rtf.RtfCompoundObject elem)
visitBeginRtfCompoundObject in interface Visitorelem - o elemento de um rtf.public void visitEndRtfCompoundObject(com.tetrasix.majix.rtf.RtfCompoundObject elem)
visitEndRtfCompoundObject in interface Visitorelem - o elemento de um rtf.public void visitBeginRtfDocument(com.tetrasix.majix.rtf.RtfDocument elem)
visitBeginRtfDocument in interface Visitorelem - o elemento de um rtf.public void visitEndRtfDocument(com.tetrasix.majix.rtf.RtfDocument elem)
visitEndRtfDocument in interface Visitorelem - o elemento de um rtf.public void visitRtfFieldInstance(com.tetrasix.majix.rtf.RtfFieldInstance elem)
visitRtfFieldInstance in interface Visitorelem - o elemento de um rtf.public void visitRtfHyperLink(com.tetrasix.majix.rtf.RtfHyperLink elem)
visitRtfHyperLink in interface Visitorelem - o elemento de um rtf.public void visitRtfLineBreak(com.tetrasix.majix.rtf.RtfLineBreak elem)
visitRtfLineBreak in interface Visitorelem - o elemento de um rtf.public void visitRtfObject(com.tetrasix.majix.rtf.RtfObject elem)
visitRtfObject in interface Visitorelem - o elemento de um rtf.public void visitRtfPageBreak(com.tetrasix.majix.rtf.RtfPageBreak elem)
visitRtfPageBreak in interface Visitorelem - o elemento de um rtf.public void visitBeginRtfParagraph(com.tetrasix.majix.rtf.RtfParagraph elem)
visitBeginRtfParagraph in interface Visitorelem - o elemento de um rtf.public void visitEndRtfParagraph(com.tetrasix.majix.rtf.RtfParagraph elem)
visitEndRtfParagraph in interface Visitorelem - o elemento de um rtf.public void visitRtfPicture(com.tetrasix.majix.rtf.RtfPicture elem)
visitRtfPicture in interface Visitorelem - o elemento de um rtf.public void visitBeginRtfRow(com.tetrasix.majix.rtf.RtfRow elem)
visitBeginRtfRow in interface Visitorelem - o elemento de um rtf.public void visitEndRtfRow(com.tetrasix.majix.rtf.RtfRow elem)
visitEndRtfRow in interface Visitorelem - o elemento de um rtf.public void visitRtfSymbol(com.tetrasix.majix.rtf.RtfSymbol elem)
visitRtfSymbol in interface Visitorelem - o elemento de um rtf.public void visitRtfTab(com.tetrasix.majix.rtf.RtfTab elem)
visitRtfTab in interface Visitorelem - o elemento de um rtf.public void visitBeginRtfTable(com.tetrasix.majix.rtf.RtfTable elem)
visitBeginRtfTable in interface Visitorelem - o elemento de um rtf.public void visitEndRtfTable(com.tetrasix.majix.rtf.RtfTable elem)
visitEndRtfTable in interface Visitorelem - o elemento de um rtf.public void visitRtfText(com.tetrasix.majix.rtf.RtfText elem)
visitRtfText in interface Visitorelem - o elemento de um rtf.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||