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)
|
walk
public BaseDocumentWalker(org.docx4j.wml.ContentAccessor contentAccessor)
protected void onParagraph(org.docx4j.wml.P paragraph)
onParagraph in
class DocumentWalker
protected void onTable(org.docx4j.wml.Tbl table)
onTable in
class DocumentWalker
protected void onTableCell(org.docx4j.wml.Tc tableCell)
onTableCell in
class DocumentWalker
protected void onTableRow(org.docx4j.wml.Tr tableRow)
onTableRow in
class DocumentWalker
Copyright © 2016. All rights reserved.