public class AdhocPage extends Object implements Cloneable, Serializable
AdhocPage class.
| Constructor and Description |
|---|
AdhocPage() |
| Modifier and Type | Method and Description |
|---|---|
AdhocPage |
clone() |
boolean |
equals(Object obj) |
Integer |
getBottomMargin()
Getter for the field
bottomMargin. |
Integer |
getHeight()
Getter for the field
height. |
Boolean |
getIgnorePageWidth()
Getter for the field
ignorePageWidth. |
Integer |
getLeftMargin()
Getter for the field
leftMargin. |
AdhocPageOrientation |
getOrientation()
Getter for the field
orientation. |
Integer |
getRightMargin()
Getter for the field
rightMargin. |
Integer |
getTopMargin()
Getter for the field
topMargin. |
Integer |
getWidth()
Getter for the field
width. |
void |
setBottomMargin(Integer bottomMargin)
Setter for the field
bottomMargin. |
void |
setHeight(Integer height)
Setter for the field
height. |
void |
setIgnorePageWidth(Boolean ignorePageWidth)
Setter for the field
ignorePageWidth. |
void |
setLeftMargin(Integer leftMargin)
Setter for the field
leftMargin. |
void |
setOrientation(AdhocPageOrientation orientation)
Setter for the field
orientation. |
void |
setRightMargin(Integer rightMargin)
Setter for the field
rightMargin. |
void |
setTopMargin(Integer topMargin)
Setter for the field
topMargin. |
void |
setWidth(Integer width)
Setter for the field
width. |
public void setWidth(Integer width)
Setter for the field width.
width - a Integer object.public void setHeight(Integer height)
Setter for the field height.
height - a Integer object.public AdhocPageOrientation getOrientation()
Getter for the field orientation.
AdhocPageOrientation object.public void setOrientation(AdhocPageOrientation orientation)
Setter for the field orientation.
orientation - a AdhocPageOrientation object.public Integer getTopMargin()
Getter for the field topMargin.
Integer object.public void setTopMargin(Integer topMargin)
Setter for the field topMargin.
topMargin - a Integer object.public Integer getBottomMargin()
Getter for the field bottomMargin.
Integer object.public void setBottomMargin(Integer bottomMargin)
Setter for the field bottomMargin.
bottomMargin - a Integer object.public Integer getLeftMargin()
Getter for the field leftMargin.
Integer object.public void setLeftMargin(Integer leftMargin)
Setter for the field leftMargin.
leftMargin - a Integer object.public Integer getRightMargin()
Getter for the field rightMargin.
Integer object.public void setRightMargin(Integer rightMargin)
Setter for the field rightMargin.
rightMargin - a Integer object.public Boolean getIgnorePageWidth()
Getter for the field ignorePageWidth.
Boolean object.public void setIgnorePageWidth(Boolean ignorePageWidth)
Setter for the field ignorePageWidth.
ignorePageWidth - a Boolean object.Copyright © 2010–2021. All rights reserved.