Class ScaleType

  • All Implemented Interfaces:
    ParameterInterface

    public class ScaleType
    extends BaseToolboxType
     <?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 scale operation element can be used to scale pages in the document. In the following passage, terms such as the "media box", the "bleed box" and similar are used. This assumes, therefore, that you are familiar with the contexts described in the chapter "Display options".</p>
     

    Java class for ScaleType complex type.

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

    
     <complexType name="ScaleType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
           <choice>
             <element name="scalePages" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice>
                       <element name="dimensions" type="{http://schema.webpdf.de/1.0/operation}PaddedRectangleType" minOccurs="0"/>
                     </choice>
                     <attGroup ref="{http://schema.webpdf.de/1.0/operation}AlignmentGroup"/>
                     <attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
                     <attribute name="scaleBoxes" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
                     <attribute name="preserveAspectRatio" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </choice>
         </extension>
       </complexContent>
     </complexType>