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, waitcommitChanges
public void setCurrentParagraphCoordinates(ParagraphCoordinates coordinates)
ICommentProcessor
setCurrentParagraphCoordinates in
interface ICommentProcessor
coordinates - coordinates of the currently processed paragraph
within the template.
public ParagraphCoordinates getCurrentParagraphCoordinates()
Copyright © 2016. All rights reserved.