WordProcessingComment
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public final class WordProcessingComment extends CustomPackage
Represents a comment in a word processing document.
Learn more
| Method | Description |
|---|---|
| getId() | Gets the comment id. |
| getAuthor() | Gets the author. |
| setAuthor(String value) | Sets the author. |
| getInitials() | Gets the author’s initials. |
| setInitials(String value) | Sets the author’s initials. |
| getText() | Gets the text of the comment. |
| setText(String value) | Sets the text of the comment. |
| getCreatedDate() | Gets the date the comment was created. |
| setCreatedDate(Date value) | Sets the date the comment was created. |
public final int getId()
Gets the comment id.
Returns: int - The comment identifier.
public final String getAuthor()
Gets the author.
Returns: java.lang.String - The author.
public final void setAuthor(String value)
Sets the author.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The author. |
public final String getInitials()
Gets the author’s initials.
Returns: java.lang.String - The initials of the author.
public final void setInitials(String value)
Sets the author’s initials.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The initials of the author. |
public final String getText()
Gets the text of the comment.
Returns: java.lang.String - The text of the comment.
public final void setText(String value)
Sets the text of the comment.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The text of the comment. |
public final Date getCreatedDate()
Gets the date the comment was created.
Returns: java.util.Date - The date the comment was created.
public final void setCreatedDate(Date value)
Sets the date the comment was created.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.util.Date | The date the comment was created. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.