pdfmarkupannotationwidget-ag凯发旗舰厅



com.spire.pdf.annotations
class pdfmarkupannotationwidget

java.lang.object
  extended by com.spire.pdf.annotations.pdfannotation
      extended by com.spire.pdf.annotations.pdfannotationwidget
          extended by com.spire.pdf.annotations.pdfstyledannotationwidget
              extended by com.spire.pdf.annotations.pdfmarkupannotationwidget
all implemented interfaces:
ipdfwrapper
direct known subclasses:
, pdfrubberstampannotationwidget

public class pdfmarkupannotationwidget
extends pdfstyledannotationwidget

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

pdfmarkupannotationwidget

public pdfmarkupannotationwidget( dictionary,
                                  crosstable)
method detail

getprimarymarkupannotation

public pdfmarkupannotationwidget getprimarymarkupannotation()
gets the primary markup annotation

setprimarymarkupannotation

public void setprimarymarkupannotation(pdfmarkupannotationwidget value)
sets the primary markup annotation

getrelytype

public pdfmarkupannotationrelytype getrelytype()
gets or set the rely type

setrelytype

public void setrelytype(pdfmarkupannotationrelytype value)
sets the rely type

getintent

public java.lang.string getintent()
gets the intent

setintent

public void setintent(java.lang.string value)
sets the intent

getrichcontent

public java.lang.string getrichcontent()
gets the rich content

setrichcontent

public void setrichcontent(java.lang.string value)
sets the rich content

getpopupannotation

public pdfpopupannotationwidget getpopupannotation()
gets the popup annotation

setpopupannotation

public void setpopupannotation(pdfpopupannotationwidget value)
sets the popup annotation

getauthor

public java.lang.string getauthor()
gets the annotation's author.
overrides:
getauthor in class pdfannotation

setauthor

public void setauthor(java.lang.string value)
sets the annotation's author.
overrides:
setauthor in class pdfannotation

getcreationdate

public java.util.date getcreationdate()
gets the date and time when the annotation was created.

setcreationdate

public void setcreationdate(java.util.date value)
sets the date and time when the annotation was created.

settitletext

public 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
parameters:
text - new name of the annotation.<


网站地图