public final class WordProcessingComment extends CustomPackage
Represents a comment in a word processing document.
Learn more
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets the author.
|
Date |
getCreatedDate()
Gets the date the comment was created.
|
int |
getId()
Gets the comment id.
|
String |
getInitials()
Gets the author's initials.
|
String |
getText()
Gets the text of the comment.
|
void |
setAuthor(String value)
Sets the author.
|
void |
setCreatedDate(Date value)
Sets the date the comment was created.
|
void |
setInitials(String value)
Sets the author's initials.
|
void |
setText(String value)
Sets the text of the comment.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final int getId()
Gets the comment id.
public final String getAuthor()
Gets the author.
public final void setAuthor(String value)
Sets the author.
value
- The author.public final String getInitials()
Gets the author's initials.
public final void setInitials(String value)
Sets the author's initials.
value
- The initials of the author.public final String getText()
Gets the text of the comment.
public final void setText(String value)
Sets the text of the comment.
value
- The text of the comment.public final Date getCreatedDate()
Gets the date the comment was created.
public final void setCreatedDate(Date value)
Sets the date the comment was created.
value
- The date the comment was created.