|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.annotations.pdfannotationborder
public class pdfannotationborder
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 |
---|
public pdfannotationborder()
public pdfannotationborder(float borderwidth)
borderwidth
- a float value specifying the width of the annotation's border.public pdfannotationborder(float borderwidth, float horizontalradius, float verticalradius)
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 |
---|
public float gethorizontalradius()
public void sethorizontalradius(float value)
public float getverticalradius()
public void setverticalradius(float value)
public float getwidth()
public void setwidth(float value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |