pdfpaddings-ag凯发旗舰厅



com.spire.pdf
class pdfpaddings

java.lang.object
  extended by com.spire.pdf.pdfpaddings

public class pdfpaddings
extends java.lang.object

describes padding of the page.


constructor summary
pdfpaddings()
          initializes a new instance of the class.
pdfpaddings(float left, float right, float top, float bottom)
          initializes a new instance of the class.
 
method summary
 float getbottom()
          gets or sets the bottom.
 float getleft()
          gets or sets the left.
 float getright()
          gets or sets the right.
 float gettop()
          gets or sets the top.
 void setall(float value)
          sets all.
 void setbottom(float value)
           
 void setleft(float value)
           
 void setright(float value)
           
 void settop(float value)
           
 
constructor detail

pdfpaddings

public pdfpaddings()
initializes a new instance of the class.

pdfpaddings

public pdfpaddings(float left,
                   float right,
                   float top,
                   float bottom)
initializes a new instance of the class.
parameters:
left - the left.
right - the right.
top - the top.
bottom - the bottom.
method detail

getleft

public float getleft()
gets or sets the left.

setleft

public void setleft(float value)

getright

public float getright()
gets or sets the right.

setright

public void setright(float value)

gettop

public float gettop()
gets or sets the top.

settop

public void settop(float value)

getbottom

public float getbottom()
gets or sets the bottom.

setbottom

public void setbottom(float value)

setall

public void setall(float value)
sets all.


网站地图