pdfannotationborder-ag凯发旗舰厅



com.spire.pdf.annotations
class pdfannotationborder

java.lang.object
  extended by com.spire.pdf.annotations.pdfannotationborder
all implemented interfaces:
ipdfwrapper

public class pdfannotationborder
extends java.lang.object
implements ipdfwrapper

represents the appearance of an annotation's border.


constructor summary
pdfannotationborder()
          initializes a new instance of the class.
pdfannotationborder(float borderwidth)
          initializes a new instance of the class.
pdfannotationborder(float borderwidth, float horizontalradius, float verticalradius)
          initializes a new instance of the class.
 
method summary
 float gethorizontalradius()
          gets a horizontal corner radius.
 float getverticalradius()
          gets a vertical corner radius.
 float getwidth()
          gets the width of annotation's border.
 void sethorizontalradius(float value)
          sets a horizontal corner radius.
 void setverticalradius(float value)
          sets a vertical corner radius.
 void setwidth(float value)
          sets the width of annotation's border.
 
constructor detail

pdfannotationborder

public pdfannotationborder()
initializes a new instance of the class.

pdfannotationborder

public pdfannotationborder(float borderwidth)
initializes a new instance of the class.
parameters:
borderwidth - a float value specifying the width of the annotation's border.

pdfannotationborder

public pdfannotationborder(float borderwidth,
                           float horizontalradius,
                           float verticalradius)
initializes a new instance of the class.
parameters:
borderwidth - a float value specifying the width of the annotation's border.
horizontalradius - a float value specifying the horizontal corner radius value.
verticalradius - a float value specifying the vertical corner radius value.
method detail

gethorizontalradius

public float gethorizontalradius()
gets a horizontal corner radius.

sethorizontalradius

public void sethorizontalradius(float value)
sets a horizontal corner radius.

getverticalradius

public float getverticalradius()
gets a vertical corner radius.

setverticalradius

public void setverticalradius(float value)
sets a vertical corner radius.

getwidth

public float getwidth()
gets the width of annotation's border.

setwidth

public void setwidth(float value)
sets the width of annotation's border.


网站地图