Class GoToDestinationActionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ActionEventType
-
- net.webpdf.wsclient.schema.operation.GoToDestinationActionType
-
public class GoToDestinationActionType extends ActionEventType
<?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 goTo element jumps to a specific place (destination) in the document. The goTo Element represents a triggerable action. There can only be one single subelement. Each one of the specified subelements represents a known destination in the document that can be jumped to.</p>
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected DestinationEventTypedestination
-
Constructor Summary
Constructors Constructor Description GoToDestinationActionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DestinationEventTypegetDestination()Gets the value of the destination property.booleanisSetDestination()voidsetDestination(DestinationEventType value)Sets the value of the destination property.
-
-
-
Field Detail
-
destination
protected DestinationEventType destination
-
-
Method Detail
-
getDestination
public DestinationEventType getDestination()
Gets the value of the destination property.
-
setDestination
public void setDestination(DestinationEventType value)
Sets the value of the destination property.
-
isSetDestination
public boolean isSetDestination()
-
-