lineborder-ag凯发旗舰厅



com.spire.pdf.annotations
class lineborder

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

public class lineborder
extends java.lang.object
implements ipdfwrapper

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

lineborder

public lineborder()
initializes a new instance of the class.
method detail

getborderwidth

public int getborderwidth()
gets the width.

setborderwidth

public void setborderwidth(int value)
sets the width.

getborderstyle

public pdfborderstyle getborderstyle()
gets the border style.

setborderstyle

public void setborderstyle(pdfborderstyle value)
sets the border style.

getdasharray

public int getdasharray()
gets the line dash

setdasharray

public void setdasharray(int value)
sets the line dash


网站地图