public abstract class BaseCommentProcessor extends Object implements ICommentProcessor
| Constructor and Description |
|---|
BaseCommentProcessor() |
| Modifier and Type | Method and Description |
|---|---|
ParagraphCoordinates |
getCurrentParagraphCoordinates() |
RunCoordinates |
getCurrentRunCoordinates() |
void |
setCurrentParagraphCoordinates(ParagraphCoordinates coordinates)
Passes the paragraph that is currently being processed (i.e. the paragraph that is commented in the
.docx template.
|
void |
setCurrentRunCoordinates(RunCoordinates currentRunCoordinates)
Passes the run that is currently being processed (i.e. the run that is commented in the
.docx template.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcommitChanges, resetpublic RunCoordinates getCurrentRunCoordinates()
public void setCurrentRunCoordinates(RunCoordinates currentRunCoordinates)
ICommentProcessorsetCurrentRunCoordinates in interface ICommentProcessorcurrentRunCoordinates - coordinates of the currently processed run within the template.public 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.