public class GoToDestinationActionType extends ActionEventType
Java class for GoToDestinationActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GoToDestinationActionType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}ActionEventType">
<choice>
<element name="zoomPage" type="{http://schema.webpdf.de/1.0/operation}ZoomDestinationType"/>
<element name="fitPage" type="{http://schema.webpdf.de/1.0/operation}FitPageDestinationType"/>
<element name="fitWidth" type="{http://schema.webpdf.de/1.0/operation}FitWidthDestinationType"/>
<element name="fitHeight" type="{http://schema.webpdf.de/1.0/operation}FitHeightDestinationType"/>
<element name="fitRectangle" type="{http://schema.webpdf.de/1.0/operation}FitRectangleDestinationType"/>
<element name="fitBoundingBox" type="{http://schema.webpdf.de/1.0/operation}FitBoundingBoxDestinationType"/>
<element name="fitBoundingBoxWidth" type="{http://schema.webpdf.de/1.0/operation}FitBoundingBoxWidthDestinationType"/>
<element name="goToNamed" type="{http://schema.webpdf.de/1.0/operation}NamedDestinationType"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DestinationEventType |
destination |
| Constructor and Description |
|---|
GoToDestinationActionType() |
| Modifier and Type | Method and Description |
|---|---|
DestinationEventType |
getDestination()
Gets the value of the destination property.
|
boolean |
isSetDestination() |
void |
setDestination(DestinationEventType value)
Sets the value of the destination property.
|
protected DestinationEventType destination
public DestinationEventType getDestination()
public void setDestination(DestinationEventType value)
public boolean isSetDestination()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.