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