|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.pptobject
com.spire.presentation.comment
public final class comment
represents a comment on a slide.
constructor summary | |
---|---|
(icommentauthor author,
java.lang.string text,
islide slide,
com.spire.ms.system.drawing.pointf position,
com.spire.ms.system.datetime datetime)
|
method summary | |
---|---|
java.lang.string |
getauthorinitials()
gets the author's initials as a read-only string for a specified comment object |
java.lang.string |
getauthorname()
gets a string that represents the author as for a specified comment object. |
java.util.date |
getdatetime()
returns the date and time a comment was created. |
float |
getleft()
represents the distance in points from the left edge of the comment to the left edge of the slide. |
islide |
getslide()
gets or sets the parent slide of a comment. |
java.lang.string |
gettext()
returns a string that represents the text in a comment read/write |
float |
gettop()
represents the distance in points from the left edge of the comment to the left edge of the slide. |
void |
setauthorinitials(java.lang.string value)
sets the author's initials as a read-only string for a specified comment object |
void |
setauthorname(java.lang.string value)
sets a string that represents the author as for a specified comment object. |
void |
setdatetime(java.util.date value)
|
void |
setleft(float value)
|
void |
settext(java.lang.string value)
sets a string that represents the text in a comment read/write |
void |
settop(float value)
|
methods inherited from class com.spire.presentation.pptobject |
---|
checkdisposed, getparent |
constructor detail |
---|
public comment(icommentauthor author, java.lang.string text, islide slide, com.spire.ms.system.drawing.pointf position, com.spire.ms.system.datetime datetime)
method detail |
---|
public java.lang.string gettext()
public void settext(java.lang.string value)
public java.util.date getdatetime()
public void setdatetime(java.util.date value)
public islide getslide()
public java.lang.string getauthorname()
public void setauthorname(java.lang.string value)
public java.lang.string getauthorinitials()
public void setauthorinitials(java.lang.string value)
public float getleft()
public void setleft(float value)
public float gettop()
public void settop(float value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |