public class FitBoundingBoxDestinationType extends DestinationEventType
Java class for FitBoundingBoxDestinationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FitBoundingBoxDestinationType">
<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 and Description |
|---|
FitBoundingBoxDestinationType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPage()
Gets the value of the page property.
|
boolean |
isSetPage() |
void |
setPage(int value)
Sets the value of the page property.
|
void |
unsetPage() |
protected Integer page
public int getPage()
Integerpublic void setPage(int value)
value - allowed object is
Integerpublic boolean isSetPage()
public void unsetPage()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.