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