public abstract class BaseCommentProcessor extends Object implements ICommentProcessor
| Constructor and Description |
|---|
BaseCommentProcessor() |
| Modifier and Type | Method and Description |
|---|---|
ParagraphCoordinates |
getCurrentParagraphCoordinates() |
void |
setCurrentParagraphCoordinates(ParagraphCoordinates coordinates)
Passes the paragraph that is currently being processed (i.e. the paragraph that is commented in the
.docx template.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcommitChangespublic void setCurrentParagraphCoordinates(ParagraphCoordinates coordinates)
ICommentProcessorsetCurrentParagraphCoordinates in interface ICommentProcessorcoordinates - coordinates of the currently processed paragraph within the template.public ParagraphCoordinates getCurrentParagraphCoordinates()
Copyright © 2017. All rights reserved.