Class FitPageDestinationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.DestinationEventType
-
- net.webpdf.wsclient.schema.operation.FitPageDestinationType
-
public class FitPageDestinationType 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 fitPage element is used to specify a location within the document. It will jump to a page in the document and set a zoom factor that will ensure that the entire page area is displayed.</p>
Java class for FitPageDestinationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FitPageDestinationType"> <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> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description FitPageDestinationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPage()Gets the value of the page property.booleanisSetPage()voidsetPage(int value)Sets the value of the page property.voidunsetPage()
-
-
-
Field Detail
-
page
protected Integer page
-
-
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()
-
-