Modifier and Type | Method and Description |
---|---|
DocComment[] |
DocFormat.extractComments()
Extract an array of
DocComment presented in the document. |
DocComment[] |
DocFormat.extractComments(String author)
Extracts an array of
DocComment presented in the document filtered by a specific author. |
DocComment[] |
DocInspectionResult.getComments()
Gets array of
DocComment presented in Word document. |
DocComment[] |
DocMetadata.getDocumentComments()
Gets an array of
DocComment presented in the 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 a specific comment by its id.
|
Copyright © 2019. All rights reserved.