public class OcrPageType extends Object
Java class for OcrPageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OcrPageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="width" default="210">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="height" default="297">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="metrics" default="mm">
<simpleType>
<restriction base="{http://schema.webpdf.de/1.0/operation}MetricsType">
<enumeration value="mm"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
height |
protected MetricsType |
metrics |
protected Integer |
width |
| Constructor and Description |
|---|
OcrPageType() |
| 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() |
protected 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–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.