Class NamedActionType


  • public class NamedActionType
    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 executeNamed action executes a prepared action that is known to the reader application with a specific name. There are certain standard actions that should be known to any reader application. However, an application can have other defined names as well.
                         The actions' execution and what it does are defined exclusively by the reader application, meaning that the resulting behaviour can vary completely from one application to another.
                     </p>
     

    Java class for NamedActionType complex type

    .

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

    
     <complexType name="NamedActionType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}ActionEventType">
           <attribute name="namedOperation" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • namedOperation

        protected String namedOperation
         <?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 name of the action that should be run. The following are standard names that any reader application should know:
                                         <ul><li>NextPage = Jumps to the next page</li><li>PrevPage = Jumps to the previous page</li><li>FirstPage = Jump to the first page</li><li>LastPage = Jump to the last page</li></ul></p>
         
    • Constructor Detail

      • NamedActionType

        public NamedActionType()
    • Method Detail

      • getNamedOperation

        public String getNamedOperation()
         <?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 name of the action that should be run. The following are standard names that any reader application should know:
                                         <ul><li>NextPage = Jumps to the next page</li><li>PrevPage = Jumps to the previous page</li><li>FirstPage = Jump to the first page</li><li>LastPage = Jump to the last page</li></ul></p>
         
        Returns:
        possible object is String
      • setNamedOperation

        public void setNamedOperation​(String value)
        Sets the value of the namedOperation property.
        Parameters:
        value - allowed object is String
        See Also:
        getNamedOperation()
      • isSetNamedOperation

        public boolean isSetNamedOperation()