Class ActionEventType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ActionEventType
-
- Direct Known Subclasses:
GoTo3DViewActionType,GoToDestinationActionType,HideActionType,ImportDataActionType,JavaScriptActionType,LaunchApplicationActionType,NamedActionType,ResetFormActionType,SetOCGStateActionType,SoundActionType,SubmitFormActionType,ThreadActionType,TransitionActionType,URIActionType
public class ActionEventType 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 action events, that shall be triggered by selecting the outline entry.</p>
Java class for ActionEventType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActionEventType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> </restriction> </complexContent> </complexType>