@Deprecated public class PptComment extends Object
Represents a comment in PptFormat
.
Constructor and Description |
---|
PptComment()
Deprecated.
Initializes a new instance of the
PptComment class. |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Deprecated.
Gets the author.
|
Date |
getCreatedTime()
Deprecated.
Gets the created time of the comment.
|
long |
getSlideId()
Deprecated.
Gets the slide id.
|
String |
getText()
Deprecated.
Gets text of the comment.
|
void |
setAuthor(String value)
Deprecated.
Sets the author.
|
void |
setCreatedTime(Date value)
Deprecated.
Sets the created time of the comment.
|
void |
setSlideId(long value)
Deprecated.
Sets the slide id.
|
void |
setText(String value)
Deprecated.
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 © 2020. All rights reserved.