|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.pdfpagesettings
public class pdfpagesettings
represent class with setting of page.
constructor summary | |
---|---|
pdfpagesettings()
initializes a new instance of the class. |
|
pdfpagesettings(java.awt.geom.dimension2d size)
initializes a new instance of the class. |
|
pdfpagesettings(java.awt.geom.dimension2d size,
float margins)
initializes a new instance of the class. |
|
pdfpagesettings(java.awt.geom.dimension2d size,
float leftmargin,
float topmargin,
float rightmargin,
float bottommargin)
initializes a new instance of the class. |
|
pdfpagesettings(java.awt.geom.dimension2d size,
pdfpageorientation pageorientation)
initializes a new instance of the class. |
|
pdfpagesettings(java.awt.geom.dimension2d size,
pdfpageorientation pageorientation,
float margins)
initializes a new instance of the class. |
|
pdfpagesettings(java.awt.geom.dimension2d size,
pdfpageorientation pageorientation,
float leftmargin,
float topmargin,
float rightmargin,
float bottommargin)
initializes a new instance of the class. |
|
pdfpagesettings(float margins)
initializes a new instance of the class. |
|
pdfpagesettings(float leftmargin,
float topmargin,
float rightmargin,
float bottommargin)
initializes a new instance of the class. |
|
pdfpagesettings(pdfpageorientation pageorientation)
initializes a new instance of the class. |
method summary | |
---|---|
float |
getheight()
gets the height of the page. |
pdfmargins |
getmargins()
gets the margins of the page. |
pdfpageorientation |
getorientation()
gets the page orientation. |
pdfpagerotateangle |
getrotate()
gets the number of degrees by which the page should be rotated clockwise when displayed or printed. |
java.awt.geom.dimension2d |
getsize()
gets the size of the page. |
pdfpagetransition |
gettransition()
gets the transition. |
float |
getwidth()
gets or sets the width of the page. |
void |
setheight(float value)
sets the height of the page. |
void |
setmargins(float margins)
sets the margins. |
void |
setmargins(float leftright,
float topbottom)
sets the margins. |
void |
setmargins(float left,
float top,
float right,
float bottom)
sets the margins. |
void |
setmargins(pdfmargins value)
sets the margins of the page. |
void |
setorientation(pdfpageorientation value)
sets the page orientation. |
void |
setrotate(pdfpagerotateangle value)
sets the number of degrees by which the page should be rotated clockwise when displayed or printed. |
void |
setsize(java.awt.geom.dimension2d value)
sets the size of the page. |
void |
settransition(pdfpagetransition value)
sets the transition. |
void |
setwidth(float value)
|
constructor detail |
---|
public pdfpagesettings()
public pdfpagesettings(java.awt.geom.dimension2d size)
size
- the size.public pdfpagesettings(pdfpageorientation pageorientation)
pageorientation
- the page orientation.public pdfpagesettings(java.awt.geom.dimension2d size, pdfpageorientation pageorientation)
size
- the size.pageorientation
- the page orientation.public pdfpagesettings(float margins)
margins
- the margins.public pdfpagesettings(float leftmargin, float topmargin, float rightmargin, float bottommargin)
leftmargin
- the left margin.topmargin
- the top margin.rightmargin
- the right margin.bottommargin
- the bottom margin.public pdfpagesettings(java.awt.geom.dimension2d size, float margins)
size
- the size.margins
- the margins.public pdfpagesettings(java.awt.geom.dimension2d size, float leftmargin, float topmargin, float rightmargin, float bottommargin)
size
- the size.leftmargin
- the left margin.topmargin
- the top margin.rightmargin
- the right margin.bottommargin
- the bottom margin.public pdfpagesettings(java.awt.geom.dimension2d size, pdfpageorientation pageorientation, float margins)
size
- the size.pageorientation
- the page orientation.margins
- the margins.public pdfpagesettings(java.awt.geom.dimension2d size, pdfpageorientation pageorientation, float leftmargin, float topmargin, float rightmargin, float bottommargin)
size
- the size.pageorientation
- the page orientation.leftmargin
- the left margin.topmargin
- the top margin.rightmargin
- the right margin.bottommargin
- the bottom margin.method detail |
---|
public pdfpageorientation getorientation()
public void setorientation(pdfpageorientation value)
public java.awt.geom.dimension2d getsize()
public void setsize(java.awt.geom.dimension2d value)
public float getwidth()
public void setwidth(float value)
public float getheight()
public void setheight(float value)
value
- public pdfmargins getmargins()
public void setmargins(pdfmargins value)
public pdfpagerotateangle getrotate()
public void setrotate(pdfpagerotateangle value)
public pdfpagetransition gettransition()
public void settransition(pdfpagetransition value)
public void setmargins(float margins)
margins
- the margins.public void setmargins(float leftright, float topbottom)
leftright
- the left right.topbottom
- the top bottom.public void setmargins(float left, float top, float right, float bottom)
left
- the left.top
- the top.right
- the right.bottom
- the bottom.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |