Modifier and Type | Method and Description |
---|---|
DocComment[] |
DocFormat.extractComments()
Extract array of
DocComment presented in Word document. |
DocComment[] |
DocFormat.extractComments(String author)
Extracts array of
DocComment presented in Word document by specific author. |
DocComment[] |
DocInspectionResult.getComments()
Gets array of
DocComment presented in Word document. |
DocComment[] |
InspectionResult.getComments()
Deprecated.
Gets array of
DocComment presented in Word document. |
DocComment[] |
DocMetadata.getDocumentComments()
Gets array of
DocComment presented in Word document. |
Modifier and Type | Method and Description |
---|---|
boolean |
DocComment.equals(DocComment other)
Indicates whether the current object is equal to another object of the same type.
|
void |
DocFormat.updateComment(int updatingCommentId,
DocComment comment)
Updates the specific comment by id.
|
Copyright © 2017. All rights reserved.