|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Visitor.java Especificacao de um visitor para um objecto do tipo RtfDocument. Company MoreData
| 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. |
| Method Detail |
public void visitRtfObject(com.tetrasix.majix.rtf.RtfObject elem)
elem - o elemento de um rtf.public void visitRtfTab(com.tetrasix.majix.rtf.RtfTab elem)
elem - o elemento de um rtf.public void visitRtfPicture(com.tetrasix.majix.rtf.RtfPicture elem)
elem - o elemento de um rtf.public void visitRtfSymbol(com.tetrasix.majix.rtf.RtfSymbol elem)
elem - o elemento de um rtf.public void visitRtfHyperLink(com.tetrasix.majix.rtf.RtfHyperLink elem)
elem - o elemento de um rtf.public void visitBeginRtfCompoundObject(com.tetrasix.majix.rtf.RtfCompoundObject elem)
elem - o elemento de um rtf.public void visitEndRtfCompoundObject(com.tetrasix.majix.rtf.RtfCompoundObject elem)
elem - o elemento de um rtf.public void visitRtfPageBreak(com.tetrasix.majix.rtf.RtfPageBreak elem)
elem - o elemento de um rtf.public void visitRtfFieldInstance(com.tetrasix.majix.rtf.RtfFieldInstance elem)
elem - o elemento de um rtf.public void visitRtfLineBreak(com.tetrasix.majix.rtf.RtfLineBreak elem)
elem - o elemento de um rtf.public void visitRtfText(com.tetrasix.majix.rtf.RtfText elem)
elem - o elemento de um rtf.public void visitBeginRtfBlock(com.tetrasix.majix.rtf.RtfBlock elem)
elem - o elemento de um rtf.public void visitEndRtfBlock(com.tetrasix.majix.rtf.RtfBlock elem)
elem - o elemento de um rtf.public void visitBeginRtfDocument(com.tetrasix.majix.rtf.RtfDocument elem)
elem - o elemento de um rtf.public void visitEndRtfDocument(com.tetrasix.majix.rtf.RtfDocument elem)
elem - o elemento de um rtf.public void visitBeginRtfCell(com.tetrasix.majix.rtf.RtfCell elem)
elem - o elemento de um rtf.public void visitEndRtfCell(com.tetrasix.majix.rtf.RtfCell elem)
elem - o elemento de um rtf.public void visitBeginRtfTable(com.tetrasix.majix.rtf.RtfTable elem)
elem - o elemento de um rtf.public void visitEndRtfTable(com.tetrasix.majix.rtf.RtfTable elem)
elem - o elemento de um rtf.public void visitBeginRtfRow(com.tetrasix.majix.rtf.RtfRow elem)
elem - o elemento de um rtf.public void visitEndRtfRow(com.tetrasix.majix.rtf.RtfRow elem)
elem - o elemento de um rtf.public void visitBeginRtfParagraph(com.tetrasix.majix.rtf.RtfParagraph elem)
elem - o elemento de um rtf.public void visitEndRtfParagraph(com.tetrasix.majix.rtf.RtfParagraph elem)
elem - o elemento de um rtf.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||