WordProcessingComment

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

Methods

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.

getId()

public final int getId()

Gets the comment id.

Returns: int - The comment identifier.

getAuthor()

public final String getAuthor()

Gets the author.

Returns: java.lang.String - The author.

setAuthor(String value)

public final void setAuthor(String value)

Sets the author.

Parameters:

Parameter Type Description
value java.lang.String The author.

getInitials()

public final String getInitials()

Gets the author’s initials.

Returns: java.lang.String - The initials of the author.

setInitials(String value)

public final void setInitials(String value)

Sets the author’s initials.

Parameters:

Parameter Type Description
value java.lang.String The initials of the author.

getText()

public final String getText()

Gets the text of the comment.

Returns: java.lang.String - The text of the comment.

setText(String value)

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.

getCreatedDate()

public final Date getCreatedDate()

Gets the date the comment was created.

Returns: java.util.Date - The date the comment was created.

setCreatedDate(Date value)

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.