Class 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>