|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocPage
public class XmlAdhocPage
Java class for Page complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Page">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="orientation" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}PageOrientation" />
<attribute name="topMargin" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="bottomMargin" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="leftMargin" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="rightMargin" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="ignorePageWidth" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Integer |
bottomMargin
|
protected Integer |
height
|
protected Boolean |
ignorePageWidth
|
protected Integer |
leftMargin
|
protected XmlAdhocPageOrientation |
orientation
|
protected Integer |
rightMargin
|
protected Integer |
topMargin
|
protected Integer |
width
|
| Constructor Summary | |
|---|---|
XmlAdhocPage()
|
|
| Method Summary | |
|---|---|
Integer |
getBottomMargin()
Gets the value of the bottomMargin property. |
Integer |
getHeight()
Gets the value of the height property. |
Integer |
getLeftMargin()
Gets the value of the leftMargin property. |
XmlAdhocPageOrientation |
getOrientation()
Gets the value of the orientation property. |
Integer |
getRightMargin()
Gets the value of the rightMargin property. |
Integer |
getTopMargin()
Gets the value of the topMargin property. |
Integer |
getWidth()
Gets the value of the width property. |
Boolean |
isIgnorePageWidth()
Gets the value of the ignorePageWidth property. |
void |
setBottomMargin(Integer value)
Sets the value of the bottomMargin property. |
void |
setHeight(Integer value)
Sets the value of the height property. |
void |
setIgnorePageWidth(Boolean value)
Sets the value of the ignorePageWidth property. |
void |
setLeftMargin(Integer value)
Sets the value of the leftMargin property. |
void |
setOrientation(XmlAdhocPageOrientation value)
Sets the value of the orientation property. |
void |
setRightMargin(Integer value)
Sets the value of the rightMargin property. |
void |
setTopMargin(Integer value)
Sets the value of the topMargin property. |
void |
setWidth(Integer value)
Sets the value of the width property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Integer width
protected Integer height
protected XmlAdhocPageOrientation orientation
protected Integer topMargin
protected Integer bottomMargin
protected Integer leftMargin
protected Integer rightMargin
protected Boolean ignorePageWidth
| Constructor Detail |
|---|
public XmlAdhocPage()
| Method Detail |
|---|
public Integer getWidth()
Integerpublic void setWidth(Integer value)
value - allowed object is
Integerpublic Integer getHeight()
Integerpublic void setHeight(Integer value)
value - allowed object is
Integerpublic XmlAdhocPageOrientation getOrientation()
XmlAdhocPageOrientationpublic void setOrientation(XmlAdhocPageOrientation value)
value - allowed object is
XmlAdhocPageOrientationpublic Integer getTopMargin()
Integerpublic void setTopMargin(Integer value)
value - allowed object is
Integerpublic Integer getBottomMargin()
Integerpublic void setBottomMargin(Integer value)
value - allowed object is
Integerpublic Integer getLeftMargin()
Integerpublic void setLeftMargin(Integer value)
value - allowed object is
Integerpublic Integer getRightMargin()
Integerpublic void setRightMargin(Integer value)
value - allowed object is
Integerpublic Boolean isIgnorePageWidth()
Booleanpublic void setIgnorePageWidth(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||