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