| Package | Description |
|---|---|
| org.wickedsource.docxstamper.api.commentprocessor | |
| org.wickedsource.docxstamper.processor | |
| org.wickedsource.docxstamper.walk.coordinates |
| Modifier and Type | Method and Description |
|---|---|
void |
ICommentProcessor.setCurrentRunCoordinates(RunCoordinates coordinates)
Passes the run that is currently being processed (i.e. the run that is commented in the
.docx template.
|
| Modifier and Type | Method and Description |
|---|---|
RunCoordinates |
BaseCommentProcessor.getCurrentRunCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseCommentProcessor.setCurrentRunCoordinates(RunCoordinates currentRunCoordinates) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CommentWrapper |
CoordinatesWalker.onRun(RunCoordinates runCoordinates,
ParagraphCoordinates paragraphCoordinates) |
protected CommentWrapper |
BaseCoordinatesWalker.onRun(RunCoordinates runCoordinates,
ParagraphCoordinates paragraphCoordinates) |
Copyright © 2017. All rights reserved.