Class ConverterPageType


  • public class ConverterPageType
    extends PageType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p383362_="https://jakarta.ee/xml/ns/jaxb" xmlns:p837822_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets the page size, margins, and headers and footers for the converted document in the PDF document.</p>
     
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p383362_="https://jakarta.ee/xml/ns/jaxb" xmlns:p837822_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><b>Important:</b>
                         The settings may override the default values for a format that itself has page settings.
                         In addition, not all settings can be applied to all formats (see, for example, the description of headers and footers).</p>
     

    Java class for ConverterPageType complex type.

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

    
     <complexType name="ConverterPageType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}PageType">
           <all>
             <element name="header" type="{http://schema.webpdf.de/1.0/operation}ConverterHeaderType" minOccurs="0"/>
             <element name="footer" type="{http://schema.webpdf.de/1.0/operation}ConverterFooterType" minOccurs="0"/>
           </all>
         </extension>
       </complexContent>
     </complexType>