public class XmlAdhocPage extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
XmlAdhocPage() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected Integer width
protected Integer height
protected XmlAdhocPageOrientation orientation
protected Integer topMargin
protected Integer bottomMargin
protected Integer leftMargin
protected Integer rightMargin
protected Boolean ignorePageWidth
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()
BooleanCopyright © 2010–2021. All rights reserved.