Class DestinationEventType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.DestinationEventType
-
- Direct Known Subclasses:
FitBoundingBoxDestinationType,FitBoundingBoxWidthDestinationType,FitHeightDestinationType,FitPageDestinationType,FitRectangleDestinationType,FitWidthDestinationType,NamedDestinationType,ZoomDestinationType
public class DestinationEventType extends Object
<?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">A common base type for destination events, that shall target some location or content of the document.</p>
Java class for DestinationEventType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DestinationEventType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> </restriction> </complexContent> </complexType>