public abstract class BaseDocumentWalker extends DocumentWalker
| Constructor and Description |
|---|
BaseDocumentWalker(org.docx4j.wml.ContentAccessor contentAccessor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onParagraph(org.docx4j.wml.P paragraph) |
protected void |
onTable(org.docx4j.wml.Tbl table) |
protected void |
onTableCell(org.docx4j.wml.Tc tableCell) |
protected void |
onTableRow(org.docx4j.wml.Tr tableRow) |
walkpublic BaseDocumentWalker(org.docx4j.wml.ContentAccessor contentAccessor)
protected void onParagraph(org.docx4j.wml.P paragraph)
onParagraph in class DocumentWalkerprotected void onTable(org.docx4j.wml.Tbl table)
onTable in class DocumentWalkerprotected void onTableCell(org.docx4j.wml.Tc tableCell)
onTableCell in class DocumentWalkerprotected void onTableRow(org.docx4j.wml.Tr tableRow)
onTableRow in class DocumentWalkerCopyright © 2016. All rights reserved.