Class ViewerPreferencesType


  • public class ViewerPreferencesType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Allows to change PDF reader specific settings and dialog defaults.
     
                     </p>
     
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><b>Important:</b>
                         Whether these parameters actually have an effect, depends directly on their support in the application used to display the PDF.
     
                     </p>
     
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><b>Important:</b>
                         Only few of those settings are actually "enforced" and most PDF readers will provide the viewer with the means to circumvent or even alter those settings.
                     </p>
     

    Java class for ViewerPreferencesType complex type

    .

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

    
     <complexType name="ViewerPreferencesType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="hideToolbar" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="hideMenuBar" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="hideWindowUI" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="fitWindow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="centerWindow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="displayDocTitle" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="nonFullScreenPageMode" type="{http://schema.webpdf.de/1.0/operation}NonFullScreenPageModeType" default="none" />
           <attribute name="textDirection" type="{http://schema.webpdf.de/1.0/operation}TextDirectionType" default="leftToRight" />
           <attribute name="viewArea" type="{http://schema.webpdf.de/1.0/operation}PageBoxType" default="crop_box" />
           <attribute name="viewClip" type="{http://schema.webpdf.de/1.0/operation}PageBoxType" default="crop_box" />
           <attribute name="printArea" type="{http://schema.webpdf.de/1.0/operation}PageBoxType" default="crop_box" />
           <attribute name="printClip" type="{http://schema.webpdf.de/1.0/operation}PageBoxType" default="crop_box" />
           <attribute name="printScaling" type="{http://schema.webpdf.de/1.0/operation}PrintScaleType" default="readerDefault" />
           <attribute name="duplex" type="{http://schema.webpdf.de/1.0/operation}DuplexType" default="none" />
           <attribute name="printTraySelection" type="{http://schema.webpdf.de/1.0/operation}PrintTraySelectionType" default="readerDefault" />
           <attribute name="printPageRange" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="numCopies" default="1">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="1"/>
               </restriction>
             </simpleType>
           </attribute>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • hideToolbar

        protected Boolean hideToolbar
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If true, the toolbars of the PDF reader are hidden for the display of this document.</p>
         
      • hideMenuBar

        protected Boolean hideMenuBar
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If true, the menu bars of the PDF reader are hidden for the display of this document.</p>
         
      • hideWindowUI

        protected Boolean hideWindowUI
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If true, the scrollbars and other navigation features of the PDF reader are hidden for the display of this document.</p>
         
      • fitWindow

        protected Boolean fitWindow
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If true, the window size of the PDF reader will be tried to fit the first page of the document.</p>
         
      • centerWindow

        protected Boolean centerWindow
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If true, the PDF reader window is moved to the center of the screen.</p>
         
      • displayDocTitle

        protected Boolean displayDocTitle
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If true, the document title of the document is displayed in the title bar of the PDF reader instead of the file name.</p>
         
      • nonFullScreenPageMode

        protected NonFullScreenPageModeType nonFullScreenPageMode
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Configures the display of the document when the document is not viewed in full screen mode. This primarily configures which navigation view should be opened for the viewer.
                                 <ul><li>none = Neither the content overview nor the thumbnail of the pages should be displayed.</li><li>outlines = The content overview of the document should be displayed.</li><li>thumbnails = The thumbnail view of the pages of the document should be displayed.</li><li>optionalContents = The layers (Optional Content Groups) of the document should be displayed.</li></ul></p>
         
      • textDirection

        protected TextDirectionType textDirection
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Specifies the text reading direction for the PDF reader's read aloud.
                                 <ul><li>leftToRight = From left to right.</li><li>rightToLeft = From right to left. (Including vertical fonts, such as: Chinese, Japanese, Korean, etc.).</li></ul></p>
         
      • viewArea

        protected PageBoxType viewArea
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the page frame to be used for this document to determine the displayed area. (Most PDF readers will not take this setting into account).
                                 <ul><li>media_box = The physical dimensions of the page.</li><li>crop_box = The visible (printable) page area.</li><li>bleed_box = Untrimmed content position on the page (content dimensions plus bleed frame).</li><li>trim_box = Trimmed content position on the page (final content dimensions).</li><li>art_box = Special page content position (graphics).</li></ul></p>
         
      • viewClip

        protected PageBoxType viewClip
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the page frame to use for this document to crop the displayed area. (Most PDF readers will not take this setting into account).
                                 <ul><li>media_box = The physical dimensions of the page.</li><li>crop_box = The visible (printable) page area.</li><li>bleed_box = Untrimmed content position on the page (content dimensions plus crop frame).</li><li>trim_box = Trimmed content position on the page (final content dimensions).</li><li>art_box = Special page content position (graphics).</li></ul></p>
         
      • printArea

        protected PageBoxType printArea
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the page frame to be used for this document to determine the printed area. (Most PDF readers will not take this setting into account).
                                 <ul><li>media_box = The physical dimensions of the page.</li><li>crop_box = The visible (printable) page area.</li><li>bleed_box = Untrimmed content position on the page (content dimensions plus bleed frame).</li><li>trim_box = Trimmed content position on the page (final content dimensions).</li><li>art_box = Special page content position (graphics).</li></ul></p>
         
      • printClip

        protected PageBoxType printClip
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the page frame to be used for this document to crop the printed area. (Most PDF readers will not take this setting into account).
                                 <ul><li>media_box = The physical dimensions of the page.</li><li>crop_box = The visible (printable) page area.</li><li>bleed_box = Untrimmed content position on the page (content dimensions plus crop frame).</li><li>trim_box = Trimmed content position on the page (final content dimensions).</li><li>art_box = Special page content position (graphics).</li></ul></p>
         
      • printScaling

        protected PrintScaleType printScaling
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the page
                                 <ul><li>scaling mode for printouts of the document. (This setting is only a dialog default and can be changed by the user at any time).</li><li>readerDefault = Use the scaling functions provided by the display program.</li><li>noPrintScaling = Do no page scaling and print the pages in original size.</li></ul></p>
         
      • duplex

        protected DuplexType duplex
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets whether and how pages are to be printed on both sides. (This setting is only a dialog default and can be changed by the user at any time).
                                 <ul><li>simplex = Print on one side.</li><li>duplexFlipLongEdge = Print on both sides and flip over the longer edge of the page.</li><li>duplexFlipShortEdge = Print on both sides and flip over the shorter side edge.</li><li>none = Use the default settings of the display program.</li></ul></p>
         
      • printTraySelection

        protected PrintTraySelectionType printTraySelection
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the default setting for how print trays should be selected for printing the pages of the document. (This setting is only a dialog default and can be changed by the user at any time).
                                 <ul><li>readerDefault = Use the default settings of the display program.</li><li>byPDFSize = Try to determine the necessary paper size and the used print tray automatically based on the size of the pages of the document.</li></ul></p>
         
      • printPageRange

        protected String printPageRange
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Specifies which page(s) to print. For the page number, either a single page, a range of pages or a list (separated by commas) can be specified (e.g. "1,5-6,9"). The specification of all pages is done with "*". (This setting is only a dialog default and can be changed by the user at any time).</p>
         
      • numCopies

        protected Integer numCopies
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Specifies how many copies of the document are to be printed. (This setting is only a dialog default and can be changed by the user at any time).</p>
         
    • Constructor Detail

      • ViewerPreferencesType

        public ViewerPreferencesType()
    • Method Detail

      • isHideToolbar

        public boolean isHideToolbar()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If true, the toolbars of the PDF reader are hidden for the display of this document.</p>
         
        Returns:
        possible object is Boolean
      • setHideToolbar

        public void setHideToolbar​(boolean value)
        Sets the value of the hideToolbar property.
        Parameters:
        value - allowed object is Boolean
        See Also:
        isHideToolbar()
      • isSetHideToolbar

        public boolean isSetHideToolbar()
      • unsetHideToolbar

        public void unsetHideToolbar()
      • isHideMenuBar

        public boolean isHideMenuBar()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If true, the menu bars of the PDF reader are hidden for the display of this document.</p>
         
        Returns:
        possible object is Boolean
      • setHideMenuBar

        public void setHideMenuBar​(boolean value)
        Sets the value of the hideMenuBar property.
        Parameters:
        value - allowed object is Boolean
        See Also:
        isHideMenuBar()
      • isSetHideMenuBar

        public boolean isSetHideMenuBar()
      • unsetHideMenuBar

        public void unsetHideMenuBar()
      • isHideWindowUI

        public boolean isHideWindowUI()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If true, the scrollbars and other navigation features of the PDF reader are hidden for the display of this document.</p>
         
        Returns:
        possible object is Boolean
      • setHideWindowUI

        public void setHideWindowUI​(boolean value)
        Sets the value of the hideWindowUI property.
        Parameters:
        value - allowed object is Boolean
        See Also:
        isHideWindowUI()
      • isSetHideWindowUI

        public boolean isSetHideWindowUI()
      • unsetHideWindowUI

        public void unsetHideWindowUI()
      • isFitWindow

        public boolean isFitWindow()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If true, the window size of the PDF reader will be tried to fit the first page of the document.</p>
         
        Returns:
        possible object is Boolean
      • setFitWindow

        public void setFitWindow​(boolean value)
        Sets the value of the fitWindow property.
        Parameters:
        value - allowed object is Boolean
        See Also:
        isFitWindow()
      • isSetFitWindow

        public boolean isSetFitWindow()
      • unsetFitWindow

        public void unsetFitWindow()
      • isCenterWindow

        public boolean isCenterWindow()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If true, the PDF reader window is moved to the center of the screen.</p>
         
        Returns:
        possible object is Boolean
      • setCenterWindow

        public void setCenterWindow​(boolean value)
        Sets the value of the centerWindow property.
        Parameters:
        value - allowed object is Boolean
        See Also:
        isCenterWindow()
      • isSetCenterWindow

        public boolean isSetCenterWindow()
      • unsetCenterWindow

        public void unsetCenterWindow()
      • isDisplayDocTitle

        public boolean isDisplayDocTitle()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If true, the document title of the document is displayed in the title bar of the PDF reader instead of the file name.</p>
         
        Returns:
        possible object is Boolean
      • setDisplayDocTitle

        public void setDisplayDocTitle​(boolean value)
        Sets the value of the displayDocTitle property.
        Parameters:
        value - allowed object is Boolean
        See Also:
        isDisplayDocTitle()
      • isSetDisplayDocTitle

        public boolean isSetDisplayDocTitle()
      • unsetDisplayDocTitle

        public void unsetDisplayDocTitle()
      • getNonFullScreenPageMode

        public NonFullScreenPageModeType getNonFullScreenPageMode()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Configures the display of the document when the document is not viewed in full screen mode. This primarily configures which navigation view should be opened for the viewer.
                                 <ul><li>none = Neither the content overview nor the thumbnail of the pages should be displayed.</li><li>outlines = The content overview of the document should be displayed.</li><li>thumbnails = The thumbnail view of the pages of the document should be displayed.</li><li>optionalContents = The layers (Optional Content Groups) of the document should be displayed.</li></ul></p>
         
        Returns:
        possible object is NonFullScreenPageModeType
      • isSetNonFullScreenPageMode

        public boolean isSetNonFullScreenPageMode()
      • getTextDirection

        public TextDirectionType getTextDirection()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Specifies the text reading direction for the PDF reader's read aloud.
                                 <ul><li>leftToRight = From left to right.</li><li>rightToLeft = From right to left. (Including vertical fonts, such as: Chinese, Japanese, Korean, etc.).</li></ul></p>
         
        Returns:
        possible object is TextDirectionType
      • isSetTextDirection

        public boolean isSetTextDirection()
      • getViewArea

        public PageBoxType getViewArea()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the page frame to be used for this document to determine the displayed area. (Most PDF readers will not take this setting into account).
                                 <ul><li>media_box = The physical dimensions of the page.</li><li>crop_box = The visible (printable) page area.</li><li>bleed_box = Untrimmed content position on the page (content dimensions plus bleed frame).</li><li>trim_box = Trimmed content position on the page (final content dimensions).</li><li>art_box = Special page content position (graphics).</li></ul></p>
         
        Returns:
        possible object is PageBoxType
      • setViewArea

        public void setViewArea​(PageBoxType value)
        Sets the value of the viewArea property.
        Parameters:
        value - allowed object is PageBoxType
        See Also:
        getViewArea()
      • isSetViewArea

        public boolean isSetViewArea()
      • getViewClip

        public PageBoxType getViewClip()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the page frame to use for this document to crop the displayed area. (Most PDF readers will not take this setting into account).
                                 <ul><li>media_box = The physical dimensions of the page.</li><li>crop_box = The visible (printable) page area.</li><li>bleed_box = Untrimmed content position on the page (content dimensions plus crop frame).</li><li>trim_box = Trimmed content position on the page (final content dimensions).</li><li>art_box = Special page content position (graphics).</li></ul></p>
         
        Returns:
        possible object is PageBoxType
      • setViewClip

        public void setViewClip​(PageBoxType value)
        Sets the value of the viewClip property.
        Parameters:
        value - allowed object is PageBoxType
        See Also:
        getViewClip()
      • isSetViewClip

        public boolean isSetViewClip()
      • getPrintArea

        public PageBoxType getPrintArea()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the page frame to be used for this document to determine the printed area. (Most PDF readers will not take this setting into account).
                                 <ul><li>media_box = The physical dimensions of the page.</li><li>crop_box = The visible (printable) page area.</li><li>bleed_box = Untrimmed content position on the page (content dimensions plus bleed frame).</li><li>trim_box = Trimmed content position on the page (final content dimensions).</li><li>art_box = Special page content position (graphics).</li></ul></p>
         
        Returns:
        possible object is PageBoxType
      • setPrintArea

        public void setPrintArea​(PageBoxType value)
        Sets the value of the printArea property.
        Parameters:
        value - allowed object is PageBoxType
        See Also:
        getPrintArea()
      • isSetPrintArea

        public boolean isSetPrintArea()
      • getPrintClip

        public PageBoxType getPrintClip()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the page frame to be used for this document to crop the printed area. (Most PDF readers will not take this setting into account).
                                 <ul><li>media_box = The physical dimensions of the page.</li><li>crop_box = The visible (printable) page area.</li><li>bleed_box = Untrimmed content position on the page (content dimensions plus crop frame).</li><li>trim_box = Trimmed content position on the page (final content dimensions).</li><li>art_box = Special page content position (graphics).</li></ul></p>
         
        Returns:
        possible object is PageBoxType
      • setPrintClip

        public void setPrintClip​(PageBoxType value)
        Sets the value of the printClip property.
        Parameters:
        value - allowed object is PageBoxType
        See Also:
        getPrintClip()
      • isSetPrintClip

        public boolean isSetPrintClip()
      • getPrintScaling

        public PrintScaleType getPrintScaling()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the page
                                 <ul><li>scaling mode for printouts of the document. (This setting is only a dialog default and can be changed by the user at any time).</li><li>readerDefault = Use the scaling functions provided by the display program.</li><li>noPrintScaling = Do no page scaling and print the pages in original size.</li></ul></p>
         
        Returns:
        possible object is PrintScaleType
      • isSetPrintScaling

        public boolean isSetPrintScaling()
      • getDuplex

        public DuplexType getDuplex()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets whether and how pages are to be printed on both sides. (This setting is only a dialog default and can be changed by the user at any time).
                                 <ul><li>simplex = Print on one side.</li><li>duplexFlipLongEdge = Print on both sides and flip over the longer edge of the page.</li><li>duplexFlipShortEdge = Print on both sides and flip over the shorter side edge.</li><li>none = Use the default settings of the display program.</li></ul></p>
         
        Returns:
        possible object is DuplexType
      • setDuplex

        public void setDuplex​(DuplexType value)
        Sets the value of the duplex property.
        Parameters:
        value - allowed object is DuplexType
        See Also:
        getDuplex()
      • isSetDuplex

        public boolean isSetDuplex()
      • getPrintTraySelection

        public PrintTraySelectionType getPrintTraySelection()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the default setting for how print trays should be selected for printing the pages of the document. (This setting is only a dialog default and can be changed by the user at any time).
                                 <ul><li>readerDefault = Use the default settings of the display program.</li><li>byPDFSize = Try to determine the necessary paper size and the used print tray automatically based on the size of the pages of the document.</li></ul></p>
         
        Returns:
        possible object is PrintTraySelectionType
      • isSetPrintTraySelection

        public boolean isSetPrintTraySelection()
      • getPrintPageRange

        public String getPrintPageRange()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Specifies which page(s) to print. For the page number, either a single page, a range of pages or a list (separated by commas) can be specified (e.g. "1,5-6,9"). The specification of all pages is done with "*". (This setting is only a dialog default and can be changed by the user at any time).</p>
         
        Returns:
        possible object is String
      • setPrintPageRange

        public void setPrintPageRange​(String value)
        Sets the value of the printPageRange property.
        Parameters:
        value - allowed object is String
        See Also:
        getPrintPageRange()
      • isSetPrintPageRange

        public boolean isSetPrintPageRange()
      • getNumCopies

        public int getNumCopies()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Specifies how many copies of the document are to be printed. (This setting is only a dialog default and can be changed by the user at any time).</p>
         
        Returns:
        possible object is Integer
      • setNumCopies

        public void setNumCopies​(int value)
        Sets the value of the numCopies property.
        Parameters:
        value - allowed object is Integer
        See Also:
        getNumCopies()
      • isSetNumCopies

        public boolean isSetNumCopies()
      • unsetNumCopies

        public void unsetNumCopies()