Class ZoomDestinationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.DestinationEventType
-
- net.webpdf.wsclient.schema.operation.ZoomDestinationType
-
public class ZoomDestinationType extends DestinationEventType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The zoomPage element is used to specify a location within the document. It will jump to a page in the document, select an area, and set a zoom factor for display.</p>
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegerleftOffsetprotected MetricsTypemetricsprotected Integerpageprotected IntegertopOffsetprotected Integerzoom
-
Constructor Summary
Constructors Constructor Description ZoomDestinationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLeftOffset()Gets the value of the leftOffset property.MetricsTypegetMetrics()Gets the value of the metrics property.intgetPage()Gets the value of the page property.intgetTopOffset()Gets the value of the topOffset property.intgetZoom()Gets the value of the zoom property.booleanisSetLeftOffset()booleanisSetMetrics()booleanisSetPage()booleanisSetTopOffset()booleanisSetZoom()voidsetLeftOffset(int value)Sets the value of the leftOffset property.voidsetMetrics(MetricsType value)Sets the value of the metrics property.voidsetPage(int value)Sets the value of the page property.voidsetTopOffset(int value)Sets the value of the topOffset property.voidsetZoom(int value)Sets the value of the zoom property.voidunsetLeftOffset()voidunsetPage()voidunsetTopOffset()voidunsetZoom()
-
-
-
Field Detail
-
page
protected Integer page
-
leftOffset
protected Integer leftOffset
-
topOffset
protected Integer topOffset
-
zoom
protected Integer zoom
-
metrics
protected MetricsType metrics
-
-
Method Detail
-
getPage
public int getPage()
Gets the value of the page property.- Returns:
- possible object is
Integer
-
setPage
public void setPage(int value)
Sets the value of the page property.- Parameters:
value- allowed object isInteger
-
isSetPage
public boolean isSetPage()
-
unsetPage
public void unsetPage()
-
getLeftOffset
public int getLeftOffset()
Gets the value of the leftOffset property.- Returns:
- possible object is
Integer
-
setLeftOffset
public void setLeftOffset(int value)
Sets the value of the leftOffset property.- Parameters:
value- allowed object isInteger
-
isSetLeftOffset
public boolean isSetLeftOffset()
-
unsetLeftOffset
public void unsetLeftOffset()
-
getTopOffset
public int getTopOffset()
Gets the value of the topOffset property.- Returns:
- possible object is
Integer
-
setTopOffset
public void setTopOffset(int value)
Sets the value of the topOffset property.- Parameters:
value- allowed object isInteger
-
isSetTopOffset
public boolean isSetTopOffset()
-
unsetTopOffset
public void unsetTopOffset()
-
getZoom
public int getZoom()
Gets the value of the zoom property.- Returns:
- possible object is
Integer
-
setZoom
public void setZoom(int value)
Sets the value of the zoom property.- Parameters:
value- allowed object isInteger
-
isSetZoom
public boolean isSetZoom()
-
unsetZoom
public void unsetZoom()
-
getMetrics
public MetricsType getMetrics()
Gets the value of the metrics property.- Returns:
- possible object is
MetricsType
-
setMetrics
public void setMetrics(MetricsType value)
Sets the value of the metrics property.- Parameters:
value- allowed object isMetricsType
-
isSetMetrics
public boolean isSetMetrics()
-
-