public class PageType extends MarginType
Java class for PageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PageType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}MarginType">
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}int" default="210" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}int" default="297" />
<attribute name="metrics" default="mm">
<simpleType>
<restriction base="{http://schema.webpdf.de/1.0/operation}MetricsType">
<enumeration value="mm"/>
</restriction>
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
height |
protected MetricsType |
metrics |
protected Integer |
width |
bottom, left, right, top| Constructor and Description |
|---|
PageType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Gets the value of the height property.
|
MetricsType |
getMetrics()
Gets the value of the metrics property.
|
int |
getWidth()
Gets the value of the width property.
|
boolean |
isSetHeight() |
boolean |
isSetMetrics() |
boolean |
isSetWidth() |
void |
setHeight(int value)
Sets the value of the height property.
|
void |
setMetrics(MetricsType value)
Sets the value of the metrics property.
|
void |
setWidth(int value)
Sets the value of the width property.
|
void |
unsetHeight() |
void |
unsetWidth() |
getBottom, getLeft, getRight, getTop, isSetBottom, isSetLeft, isSetRight, isSetTop, setBottom, setLeft, setRight, setTop, unsetBottom, unsetLeft, unsetRight, unsetTopprotected Integer width
protected Integer height
protected MetricsType metrics
public int getWidth()
Integerpublic void setWidth(int value)
value - allowed object is
Integerpublic boolean isSetWidth()
public void unsetWidth()
public int getHeight()
Integerpublic void setHeight(int value)
value - allowed object is
Integerpublic boolean isSetHeight()
public void unsetHeight()
public MetricsType getMetrics()
MetricsTypepublic void setMetrics(MetricsType value)
value - allowed object is
MetricsTypepublic boolean isSetMetrics()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.