public class PptComment extends Object
Represents a comment in PptFormat
.
Constructor and Description |
---|
PptComment()
Initializes a new instance of the
PptComment class. |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets the author.
|
Date |
getCreatedTime()
Gets the created time of the comment.
|
long |
getSlideId()
Gets the slide id.
|
String |
getText()
Gets text of the comment.
|
void |
setAuthor(String value)
Sets the author.
|
void |
setCreatedTime(Date value)
Sets the created time of the comment.
|
void |
setSlideId(long value)
Sets the slide id.
|
void |
setText(String value)
Sets text of the comment.
|
public PptComment()
Initializes a new instance of the PptComment
class.
public final String getAuthor()
Gets the author.
public final void setAuthor(String value)
Sets the author.
value
- The author.public final Date getCreatedTime()
Gets the created time of the comment.
public final void setCreatedTime(Date value)
Sets the created time of the comment.
value
- The created time.public final long getSlideId()
Gets the slide id.
public final void setSlideId(long value)
Sets the slide id.
value
- The slide identifier.public final String getText()
Gets text of the comment.
public final void setText(String value)
Sets text of the comment.
value
- The comment text.Copyright © 2019. All rights reserved.