Class GoTo3DViewActionType


  • public class GoTo3DViewActionType
    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">When activated, the goTo3DView action will jump to a specific view of a 3D object (a 3D annotation).</p>
     

    Java class for GoTo3DViewActionType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="GoTo3DViewActionType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}ActionEventType">
           <all>
             <element name="annotation" type="{http://schema.webpdf.de/1.0/operation}AnnotationSelectionType"/>
           </all>
           <attribute name="index">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="0"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="relative" type="{http://schema.webpdf.de/1.0/operation}RelativeThreeDViewOperationType" default="Default" />
         </extension>
       </complexContent>
     </complexType>