|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.annotations.lineborder
public class lineborder
represents the border style of the line annotation.
constructor summary | |
---|---|
lineborder()
initializes a new instance of the class. |
method summary | |
---|---|
pdfborderstyle |
getborderstyle()
gets the border style. |
int |
getborderwidth()
gets the width. |
int |
getdasharray()
gets the line dash |
void |
setborderstyle(pdfborderstyle value)
sets the border style. |
void |
setborderwidth(int value)
sets the width. |
void |
setdasharray(int value)
sets the line dash |
constructor detail |
---|
public lineborder()
method detail |
---|
public int getborderwidth()
public void setborderwidth(int value)
public pdfborderstyle getborderstyle()
public void setborderstyle(pdfborderstyle value)
public int getdasharray()
public void setdasharray(int value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |