Class FormsType

  • All Implemented Interfaces:
    ParameterInterface

    public class FormsType
    extends BaseToolboxType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p138113_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p193621_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The forms operation element can be used to import and export PDF forms.</p>
     

    Java class for FormsType complex type.

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

    
     <complexType name="FormsType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
           <choice>
             <element name="import" type="{http://schema.webpdf.de/1.0/operation}FormsImportType" minOccurs="0"/>
             <element name="export" type="{http://schema.webpdf.de/1.0/operation}FormsExportType" minOccurs="0"/>
             <element name="flatten" type="{http://schema.webpdf.de/1.0/operation}FormsFlattenType" minOccurs="0"/>
           </choice>
         </extension>
       </complexContent>
     </complexType>