pdffreetextannotationwidget-ag凯发旗舰厅



com.spire.pdf.annotations
class pdffreetextannotationwidget

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.pdffreetextannotationwidget
all implemented interfaces:
ipdfwrapper

public class pdffreetextannotationwidget
extends pdfstyledannotationwidget

represents the free text annotation widget.


constructor summary
pdffreetextannotationwidget( dic,  ct)
           
 
method summary
 pdfrgbcolor getbordercolor()
          gets the border color
 pdfborderstyle getborderstyle()
          gets the border style
 float getborderwidth()
          gets the border width.
 java.awt.geom.point2d[] getcalloutlines()
          get the callout line
 java.util.date getcreationdate()
          gets the date and time when the annotation was created.
 pdfannotationintent getintent()
          gets a name describing the intent of the free text annotation.
 pdflineendingstyle getlineendingstyle()
          get the line ending style
 java.util.date getmodifieddate()
          gets the date and time when the annotation was most recently modified.
 float getopacity()
          gets the opcity value to be used.
 float[] getrectangulardifferencearray()
          gets the rectangular diffecences array
 void setcreationdate(java.util.date value)
          sets the date and time when the annotation was created.
 void setmodifieddate(java.util.date value)
          sets the date and time when the annotation was most recently modified.
 void setrectangulardifferencearray(float[] value)
          sets the rectangular diffecences array
 
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
getauthor, getdictionary, getflags, getname, getpage, getrectangle, getsubject, setauthor, setdictionary, setflags, setname, setrectangle, setsubject
 
constructor detail

pdffreetextannotationwidget

public pdffreetextannotationwidget( dic,
                                    ct)
method detail

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.

getmodifieddate

public java.util.date getmodifieddate()
gets the date and time when the annotation was most recently modified.
overrides:
getmodifieddate in class pdfannotation

setmodifieddate

public void setmodifieddate(java.util.date value)
sets the date and time when the annotation was most recently modified.
overrides:
setmodifieddate in class pdfannotation

getrectangulardifferencearray

public float[] getrectangulardifferencearray()
gets the rectangular diffecences array

setrectangulardifferencearray

public void setrectangulardifferencearray(float[] value)
sets the rectangular diffecences array

getintent

public pdfannotationintent getintent()
gets a name describing the intent of the free text annotation.

getopacity

public float getopacity()
gets the opcity value to be used.

getlineendingstyle

public pdflineendingstyle getlineendingstyle()
get the line ending style

getcalloutlines

public java.awt.geom.point2d[] getcalloutlines()
get the callout line

getborderwidth

public float getborderwidth()
gets the border width.

getbordercolor

public pdfrgbcolor getbordercolor()
gets the border color

getborderstyle

public pdfborderstyle getborderstyle()
gets the border style


网站地图