Class BaseDocumentWalker
java.lang.Object
org.wickedsource.docxstamper.util.walk.DocumentWalker
org.wickedsource.docxstamper.util.walk.BaseDocumentWalker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidonCommentRangeEnd(org.docx4j.wml.CommentRangeEnd commentRangeEnd) protected voidonCommentRangeStart(org.docx4j.wml.CommentRangeStart commentRangeStart) protected voidonParagraph(org.docx4j.wml.P paragraph) protected voidonTable(org.docx4j.wml.Tbl table) protected voidonTableCell(org.docx4j.wml.Tc tableCell) protected voidonTableRow(org.docx4j.wml.Tr tableRow) Methods inherited from class org.wickedsource.docxstamper.util.walk.DocumentWalker
walk
-
Constructor Details
-
BaseDocumentWalker
public BaseDocumentWalker(org.docx4j.wml.ContentAccessor contentAccessor)
-
-
Method Details
-
onParagraph
protected void onParagraph(org.docx4j.wml.P paragraph) - Specified by:
onParagraphin classDocumentWalker
-
onTable
protected void onTable(org.docx4j.wml.Tbl table) - Specified by:
onTablein classDocumentWalker
-
onTableCell
protected void onTableCell(org.docx4j.wml.Tc tableCell) - Specified by:
onTableCellin classDocumentWalker
-
onTableRow
protected void onTableRow(org.docx4j.wml.Tr tableRow) - Specified by:
onTableRowin classDocumentWalker
-
onCommentRangeStart
protected void onCommentRangeStart(org.docx4j.wml.CommentRangeStart commentRangeStart) - Specified by:
onCommentRangeStartin classDocumentWalker
-
onCommentRangeEnd
protected void onCommentRangeEnd(org.docx4j.wml.CommentRangeEnd commentRangeEnd) - Specified by:
onCommentRangeEndin classDocumentWalker
-