|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.pdfpaddings
public class pdfpaddings
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 |
---|
public pdfpaddings()
public pdfpaddings(float left, float right, float top, float bottom)
left
- the left.right
- the right.top
- the top.bottom
- the bottom.method detail |
---|
public float getleft()
public void setleft(float value)
public float getright()
public void setright(float value)
public float gettop()
public void settop(float value)
public float getbottom()
public void setbottom(float value)
public void setall(float value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |