public class ZoomDestinationType extends DestinationEventType
Java class for ZoomDestinationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ZoomDestinationType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}DestinationEventType">
<attribute name="page" default="1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="leftOffset" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
</restriction>
</simpleType>
</attribute>
<attribute name="topOffset" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
</restriction>
</simpleType>
</attribute>
<attribute name="zoom" default="100">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
<maxInclusive value="6400"/>
</restriction>
</simpleType>
</attribute>
<attribute name="metrics" type="{http://schema.webpdf.de/1.0/operation}MetricsType" default="px" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
leftOffset |
protected MetricsType |
metrics |
protected Integer |
page |
protected Integer |
topOffset |
protected Integer |
zoom |
| Constructor and Description |
|---|
ZoomDestinationType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLeftOffset()
Gets the value of the leftOffset property.
|
MetricsType |
getMetrics()
Gets the value of the metrics property.
|
int |
getPage()
Gets the value of the page property.
|
int |
getTopOffset()
Gets the value of the topOffset property.
|
int |
getZoom()
Gets the value of the zoom property.
|
boolean |
isSetLeftOffset() |
boolean |
isSetMetrics() |
boolean |
isSetPage() |
boolean |
isSetTopOffset() |
boolean |
isSetZoom() |
void |
setLeftOffset(int value)
Sets the value of the leftOffset property.
|
void |
setMetrics(MetricsType value)
Sets the value of the metrics property.
|
void |
setPage(int value)
Sets the value of the page property.
|
void |
setTopOffset(int value)
Sets the value of the topOffset property.
|
void |
setZoom(int value)
Sets the value of the zoom property.
|
void |
unsetLeftOffset() |
void |
unsetPage() |
void |
unsetTopOffset() |
void |
unsetZoom() |
protected Integer page
protected Integer leftOffset
protected Integer topOffset
protected Integer zoom
protected MetricsType metrics
public int getPage()
Integerpublic void setPage(int value)
value - allowed object is
Integerpublic boolean isSetPage()
public void unsetPage()
public int getLeftOffset()
Integerpublic void setLeftOffset(int value)
value - allowed object is
Integerpublic boolean isSetLeftOffset()
public void unsetLeftOffset()
public int getTopOffset()
Integerpublic void setTopOffset(int value)
value - allowed object is
Integerpublic boolean isSetTopOffset()
public void unsetTopOffset()
public int getZoom()
Integerpublic void setZoom(int value)
value - allowed object is
Integerpublic boolean isSetZoom()
public void unsetZoom()
public MetricsType getMetrics()
MetricsTypepublic void setMetrics(MetricsType value)
value - allowed object is
MetricsTypepublic boolean isSetMetrics()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.