|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.annotations.pdfannotation
com.spire.pdf.annotations.pdfannotationwidget
com.spire.pdf.annotations.pdfstyledannotationwidget
com.spire.pdf.annotations.pdfmarkupannotationwidget
public class pdfmarkupannotationwidget
constructor summary | |
---|---|
pdfmarkupannotationwidget( dictionary,
crosstable)
|
method summary | |
---|---|
java.lang.string |
getauthor()
gets the annotation's author. |
java.util.date |
getcreationdate()
gets the date and time when the annotation was created. |
java.lang.string |
getintent()
gets the intent |
pdfpopupannotationwidget |
getpopupannotation()
gets the popup annotation |
pdfmarkupannotationwidget |
getprimarymarkupannotation()
gets the primary markup annotation |
pdfmarkupannotationrelytype |
getrelytype()
gets or set the rely type |
java.lang.string |
getrichcontent()
gets the rich content |
void |
setauthor(java.lang.string value)
sets the annotation's author. |
void |
setcreationdate(java.util.date value)
sets the date and time when the annotation was created. |
void |
setintent(java.lang.string value)
sets the intent |
void |
setpopupannotation(pdfpopupannotationwidget value)
sets the popup annotation |
void |
setprimarymarkupannotation(pdfmarkupannotationwidget value)
sets the primary markup annotation |
void |
setrelytype(pdfmarkupannotationrelytype value)
sets the rely type |
void |
setrichcontent(java.lang.string value)
sets the rich content |
void |
settitletext(java.lang.string text)
sets the name of the annotation,the entry is deleted by default when the input value is an empty string |
methods inherited from class com.spire.pdf.annotations.pdfstyledannotationwidget |
---|
getborder, getbounds, getcolor, getlocation, getsize, gettext, setannotationflags, setborder, setbounds, setcolor, setlocation, setsize, settext |
methods inherited from class com.spire.pdf.annotations.pdfannotationwidget |
---|
getchanged, getcrosstable, getpagewidget, searchinparents, setchanged, setcrosstable, setpagewidget |
methods inherited from class com.spire.pdf.annotations.pdfannotation |
---|
getdictionary, getflags, getmodifieddate, getname, getpage, getrectangle, getsubject, setdictionary, setflags, setmodifieddate, setname, setrectangle, setsubject |
constructor detail |
---|
public pdfmarkupannotationwidget( dictionary, crosstable)
method detail |
---|
public pdfmarkupannotationwidget getprimarymarkupannotation()
public void setprimarymarkupannotation(pdfmarkupannotationwidget value)
public pdfmarkupannotationrelytype getrelytype()
public void setrelytype(pdfmarkupannotationrelytype value)
public java.lang.string getintent()
public void setintent(java.lang.string value)
public java.lang.string getrichcontent()
public void setrichcontent(java.lang.string value)
public pdfpopupannotationwidget getpopupannotation()
public void setpopupannotation(pdfpopupannotationwidget value)
public java.lang.string getauthor()
getauthor
in class pdfannotation
public void setauthor(java.lang.string value)
setauthor
in class pdfannotation
public java.util.date getcreationdate()
public void setcreationdate(java.util.date value)
public void settitletext(java.lang.string text)
text
- new name of the annotation.<
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |