public class DRDesignPage extends Object implements DRIDesignPage
DRDesignPage class.
Constructor and Description |
---|
DRDesignPage() |
Modifier and Type | Method and Description |
---|---|
int |
getColumnSpace()
getColumnSpace.
|
int |
getColumnsPerPage()
getColumnsPerPage.
|
int |
getColumnWidth()
getColumnWidth.
|
int |
getHeight()
getHeight.
|
DRDesignMargin |
getMargin()
getMargin.
|
PageOrientation |
getOrientation()
getOrientation.
|
int |
getWidth()
getWidth.
|
void |
setColumnSpace(int columnSpace)
Setter for the field
columnSpace . |
void |
setColumnsPerPage(int columnsPerPage)
Setter for the field
columnsPerPage . |
void |
setColumnWidth(int columnWidth)
Setter for the field
columnWidth . |
void |
setHeight(int height)
Setter for the field
height . |
void |
setMargin(DRDesignMargin margin)
Setter for the field
margin . |
void |
setOrientation(PageOrientation orientation)
Setter for the field
orientation . |
void |
setWidth(int width)
Setter for the field
width . |
public int getWidth()
getWidth.
getWidth
in interface DRIDesignPage
public void setWidth(int width)
Setter for the field width
.
width
- a int.public int getHeight()
getHeight.
getHeight
in interface DRIDesignPage
public void setHeight(int height)
Setter for the field height
.
height
- a int.public PageOrientation getOrientation()
getOrientation.
getOrientation
in interface DRIDesignPage
PageOrientation
object.public void setOrientation(PageOrientation orientation)
Setter for the field orientation
.
orientation
- a PageOrientation
object.public DRDesignMargin getMargin()
getMargin.
getMargin
in interface DRIDesignPage
DRIDesignMargin
object.public void setMargin(DRDesignMargin margin)
Setter for the field margin
.
margin
- a DRDesignMargin
object.public int getColumnsPerPage()
getColumnsPerPage.
getColumnsPerPage
in interface DRIDesignPage
public void setColumnsPerPage(int columnsPerPage)
Setter for the field columnsPerPage
.
columnsPerPage
- a int.public int getColumnSpace()
getColumnSpace.
getColumnSpace
in interface DRIDesignPage
public void setColumnSpace(int columnSpace)
Setter for the field columnSpace
.
columnSpace
- a int.public int getColumnWidth()
getColumnWidth.
getColumnWidth
in interface DRIDesignPage
public void setColumnWidth(int columnWidth)
Setter for the field columnWidth
.
columnWidth
- a int.Copyright © 2010–2021. All rights reserved.