|
|||||||||
| 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 | ||||||||