Class ViewerPreferencesType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.ViewerPreferencesType
-
public class ViewerPreferencesType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Lists a set of further settings and definitions, that a Reader may honor, when displaying the document.</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/extraction/info}NonFullScreenPageModeType" default="none" /> <attribute name="textDirection" type="{http://schema.webpdf.de/1.0/extraction/info}TextDirectionType" default="leftToRight" /> <attribute name="viewArea" type="{http://schema.webpdf.de/1.0/extraction/info}BoxSelectionType" default="cropBox" /> <attribute name="viewClip" type="{http://schema.webpdf.de/1.0/extraction/info}BoxSelectionType" default="cropBox" /> <attribute name="printArea" type="{http://schema.webpdf.de/1.0/extraction/info}BoxSelectionType" default="cropBox" /> <attribute name="printClip" type="{http://schema.webpdf.de/1.0/extraction/info}BoxSelectionType" default="cropBox" /> <attribute name="printScaling" type="{http://schema.webpdf.de/1.0/extraction/info}PrintScaleType" default="readerDefault" /> <attribute name="duplex" type="{http://schema.webpdf.de/1.0/extraction/info}DuplexType" default="none" /> <attribute name="printTraySelection" type="{http://schema.webpdf.de/1.0/extraction/info}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 Summary
Fields Modifier and Type Field Description protected BooleancenterWindow<?protected BooleandisplayDocTitle<?protected DuplexTypeduplex<?protected BooleanfitWindow<?protected BooleanhideMenuBar<?protected BooleanhideToolbar<?protected BooleanhideWindowUI<?protected NonFullScreenPageModeTypenonFullScreenPageMode<?protected IntegernumCopies<?protected BoxSelectionTypeprintArea<?protected BoxSelectionTypeprintClip<?protected StringprintPageRange<?protected PrintScaleTypeprintScaling<?protected PrintTraySelectionTypeprintTraySelection<?protected TextDirectionTypetextDirection<?protected BoxSelectionTypeviewArea<?protected BoxSelectionTypeviewClip<?
-
Constructor Summary
Constructors Constructor Description ViewerPreferencesType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DuplexTypegetDuplex()<?NonFullScreenPageModeTypegetNonFullScreenPageMode()<?intgetNumCopies()<?BoxSelectionTypegetPrintArea()<?BoxSelectionTypegetPrintClip()<?StringgetPrintPageRange()<?PrintScaleTypegetPrintScaling()<?PrintTraySelectionTypegetPrintTraySelection()<?TextDirectionTypegetTextDirection()<?BoxSelectionTypegetViewArea()<?BoxSelectionTypegetViewClip()<?booleanisCenterWindow()<?booleanisDisplayDocTitle()<?booleanisFitWindow()<?booleanisHideMenuBar()<?booleanisHideToolbar()<?booleanisHideWindowUI()<?booleanisSetCenterWindow()booleanisSetDisplayDocTitle()booleanisSetDuplex()booleanisSetFitWindow()booleanisSetHideMenuBar()booleanisSetHideToolbar()booleanisSetHideWindowUI()booleanisSetNonFullScreenPageMode()booleanisSetNumCopies()booleanisSetPrintArea()booleanisSetPrintClip()booleanisSetPrintPageRange()booleanisSetPrintScaling()booleanisSetPrintTraySelection()booleanisSetTextDirection()booleanisSetViewArea()booleanisSetViewClip()voidsetCenterWindow(boolean value)Sets the value of the centerWindow property.voidsetDisplayDocTitle(boolean value)Sets the value of the displayDocTitle property.voidsetDuplex(DuplexType value)Sets the value of the duplex property.voidsetFitWindow(boolean value)Sets the value of the fitWindow property.voidsetHideMenuBar(boolean value)Sets the value of the hideMenuBar property.voidsetHideToolbar(boolean value)Sets the value of the hideToolbar property.voidsetHideWindowUI(boolean value)Sets the value of the hideWindowUI property.voidsetNonFullScreenPageMode(NonFullScreenPageModeType value)Sets the value of the nonFullScreenPageMode property.voidsetNumCopies(int value)Sets the value of the numCopies property.voidsetPrintArea(BoxSelectionType value)Sets the value of the printArea property.voidsetPrintClip(BoxSelectionType value)Sets the value of the printClip property.voidsetPrintPageRange(String value)Sets the value of the printPageRange property.voidsetPrintScaling(PrintScaleType value)Sets the value of the printScaling property.voidsetPrintTraySelection(PrintTraySelectionType value)Sets the value of the printTraySelection property.voidsetTextDirection(TextDirectionType value)Sets the value of the textDirection property.voidsetViewArea(BoxSelectionType value)Sets the value of the viewArea property.voidsetViewClip(BoxSelectionType value)Sets the value of the viewClip property.voidunsetCenterWindow()voidunsetDisplayDocTitle()voidunsetFitWindow()voidunsetHideMenuBar()voidunsetHideToolbar()voidunsetHideWindowUI()voidunsetNumCopies()
-
-
-
Field Detail
-
hideToolbar
protected Boolean hideToolbar
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The Reader's toolbars shall be hidden, when opening the document.</p>
-
hideMenuBar
protected Boolean hideMenuBar
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The Reader's menu bar shall be hidden, when opening the document.</p>
-
hideWindowUI
protected Boolean hideWindowUI
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The Reader's navigation controls (such as scrollbars) shall be hidden, when opening the document.</p>
-
fitWindow
protected Boolean fitWindow
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The dimensions of the Reader's window shall adapt to the first displayed page of the document.</p>
-
centerWindow
protected Boolean centerWindow
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The Reader's window shall be positioned at the center of the screen, when opening the document.</p>
-
displayDocTitle
protected Boolean displayDocTitle
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Instead of the file name the reader shall display the title of the document in it's title bar.</p>
-
nonFullScreenPageMode
protected NonFullScreenPageModeType nonFullScreenPageMode
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">When displaying the document in windowed mode, the Reader shall show the selected panel. <ul><li>none = No panel shall be opened.</li><li>outlines = The document's outlines shall be displayed.</li><li>thumbnails = The document's page thumbnails shall be shown.</li><li>optionalContents = document's layers (OCGs - Optional Content Groups) shall be displayed.</li></ul></p>
-
textDirection
protected TextDirectionType textDirection
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the predominant document's text writing/reading direction. <ul><li>leftToRight or</li><li>rightToLeft</li></ul></p>
-
viewArea
protected BoxSelectionType viewArea
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the visible box, when displaying the document. <ul><li>media_box = The page's physical dimensions.</li><li>crop_box = The visible (printable) page area.</li><li>bleed_box = Untrimmed content position on the page (content dimensions plus trim box).</li><li>trim_box = Trimmed content position on the page (final content dimensions).</li><li>art_box = Position for special page content (images).</li></ul></p>
-
viewClip
protected BoxSelectionType viewClip
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the box contents shall be cropped at, when displaying the document. <ul><li>media_box = The page's physical dimensions.</li><li>crop_box = The visible (printable) page area.</li><li>bleed_box = Untrimmed content position on the page (content dimensions plus trim box).</li><li>trim_box = Trimmed content position on the page (final content dimensions).</li><li>art_box = Position for special page content (images).</li></ul></p>
-
printArea
protected BoxSelectionType printArea
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the visible box, when printing the document. <ul><li>media_box = The page's physical dimensions.</li><li>crop_box = The visible (printable) page area.</li><li>bleed_box = Untrimmed content position on the page (content dimensions plus trim box).</li><li>trim_box = Trimmed content position on the page (final content dimensions).</li><li>art_box = Position for special page content (images).</li></ul></p>
-
printClip
protected BoxSelectionType printClip
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the box contents shall be cropped at, when printing the document. <ul><li>media_box = The page's physical dimensions.</li><li>crop_box = The visible (printable) page area.</li><li>bleed_box = Untrimmed content position on the page (content dimensions plus trim box).</li><li>trim_box = Trimmed content position on the page (final content dimensions).</li><li>art_box = Position for special page content (images).</li></ul></p>
-
printScaling
protected PrintScaleType printScaling
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The print scaling initially suggested when opening the Reader's print dialog. <ul><li>readerDefault = The Reader shall use it's default suggestion.</li><li>byPDFSize = The Reader shall suggest to not scale the document during printing.</li></ul></p>
-
duplex
protected DuplexType duplex
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The duplex settings initially suggested when opening the Reader's print dialog. <ul><li>none = The Reader shall use it's default suggestion.</li><li>simplex = The Reader shall suggest simplex printing.</li><li>duplexFlipShortEdge = The Reader shall suggest duplex printing, flipping pages over the shorter edge.</li><li>duplexFlipLongEdge = The Reader shall suggest duplex printing, flipping pages over the longer edge.</li></ul></p>
-
printTraySelection
protected PrintTraySelectionType printTraySelection
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The print tray selection initially suggested when opening the Reader's print dialog. <ul><li>readerDefault = The Reader shall use it's default suggestion.</li><li>byPDFSize = The Reader shall select a print tray, that matches the PDF's page dimensions.</li></ul></p>
-
printPageRange
protected String printPageRange
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the page range, that shall initially be suggested for printing, when opening the Reader's print dialog. The page number can be an individual page, a page range, or a list (separated with commas) (e.g., "1,5-6,9"). To specify "all pages," use an asterisk ("*"). </p>
-
numCopies
protected Integer numCopies
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of copies initially suggested, when opening the Reader's print dialog.</p>
-
-
Method Detail
-
isHideToolbar
public boolean isHideToolbar()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The Reader's toolbars shall be hidden, when opening the document.</p>
- Returns:
- possible object is
Boolean
-
setHideToolbar
public void setHideToolbar(boolean value)
Sets the value of the hideToolbar property.- Parameters:
value- allowed object isBoolean- See Also:
isHideToolbar()
-
isSetHideToolbar
public boolean isSetHideToolbar()
-
unsetHideToolbar
public void unsetHideToolbar()
-
isHideMenuBar
public boolean isHideMenuBar()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The Reader's menu bar shall be hidden, when opening the document.</p>
- Returns:
- possible object is
Boolean
-
setHideMenuBar
public void setHideMenuBar(boolean value)
Sets the value of the hideMenuBar property.- Parameters:
value- allowed object isBoolean- See Also:
isHideMenuBar()
-
isSetHideMenuBar
public boolean isSetHideMenuBar()
-
unsetHideMenuBar
public void unsetHideMenuBar()
-
isHideWindowUI
public boolean isHideWindowUI()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The Reader's navigation controls (such as scrollbars) shall be hidden, when opening the document.</p>
- Returns:
- possible object is
Boolean
-
setHideWindowUI
public void setHideWindowUI(boolean value)
Sets the value of the hideWindowUI property.- Parameters:
value- allowed object isBoolean- See Also:
isHideWindowUI()
-
isSetHideWindowUI
public boolean isSetHideWindowUI()
-
unsetHideWindowUI
public void unsetHideWindowUI()
-
isFitWindow
public boolean isFitWindow()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The dimensions of the Reader's window shall adapt to the first displayed 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 isBoolean- See Also:
isFitWindow()
-
isSetFitWindow
public boolean isSetFitWindow()
-
unsetFitWindow
public void unsetFitWindow()
-
isCenterWindow
public boolean isCenterWindow()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The Reader's window shall be positioned at the center of the screen, when opening the document.</p>
- Returns:
- possible object is
Boolean
-
setCenterWindow
public void setCenterWindow(boolean value)
Sets the value of the centerWindow property.- Parameters:
value- allowed object isBoolean- See Also:
isCenterWindow()
-
isSetCenterWindow
public boolean isSetCenterWindow()
-
unsetCenterWindow
public void unsetCenterWindow()
-
isDisplayDocTitle
public boolean isDisplayDocTitle()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Instead of the file name the reader shall display the title of the document in it's title bar.</p>
- Returns:
- possible object is
Boolean
-
setDisplayDocTitle
public void setDisplayDocTitle(boolean value)
Sets the value of the displayDocTitle property.- Parameters:
value- allowed object isBoolean- See Also:
isDisplayDocTitle()
-
isSetDisplayDocTitle
public boolean isSetDisplayDocTitle()
-
unsetDisplayDocTitle
public void unsetDisplayDocTitle()
-
getNonFullScreenPageMode
public NonFullScreenPageModeType getNonFullScreenPageMode()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">When displaying the document in windowed mode, the Reader shall show the selected panel. <ul><li>none = No panel shall be opened.</li><li>outlines = The document's outlines shall be displayed.</li><li>thumbnails = The document's page thumbnails shall be shown.</li><li>optionalContents = document's layers (OCGs - Optional Content Groups) shall be displayed.</li></ul></p>- Returns:
- possible object is
NonFullScreenPageModeType
-
setNonFullScreenPageMode
public void setNonFullScreenPageMode(NonFullScreenPageModeType value)
Sets the value of the nonFullScreenPageMode property.- Parameters:
value- allowed object isNonFullScreenPageModeType- See Also:
getNonFullScreenPageMode()
-
isSetNonFullScreenPageMode
public boolean isSetNonFullScreenPageMode()
-
getTextDirection
public TextDirectionType getTextDirection()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the predominant document's text writing/reading direction. <ul><li>leftToRight or</li><li>rightToLeft</li></ul></p>- Returns:
- possible object is
TextDirectionType
-
setTextDirection
public void setTextDirection(TextDirectionType value)
Sets the value of the textDirection property.- Parameters:
value- allowed object isTextDirectionType- See Also:
getTextDirection()
-
isSetTextDirection
public boolean isSetTextDirection()
-
getViewArea
public BoxSelectionType getViewArea()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the visible box, when displaying the document. <ul><li>media_box = The page's physical dimensions.</li><li>crop_box = The visible (printable) page area.</li><li>bleed_box = Untrimmed content position on the page (content dimensions plus trim box).</li><li>trim_box = Trimmed content position on the page (final content dimensions).</li><li>art_box = Position for special page content (images).</li></ul></p>- Returns:
- possible object is
BoxSelectionType
-
setViewArea
public void setViewArea(BoxSelectionType value)
Sets the value of the viewArea property.- Parameters:
value- allowed object isBoxSelectionType- See Also:
getViewArea()
-
isSetViewArea
public boolean isSetViewArea()
-
getViewClip
public BoxSelectionType getViewClip()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the box contents shall be cropped at, when displaying the document. <ul><li>media_box = The page's physical dimensions.</li><li>crop_box = The visible (printable) page area.</li><li>bleed_box = Untrimmed content position on the page (content dimensions plus trim box).</li><li>trim_box = Trimmed content position on the page (final content dimensions).</li><li>art_box = Position for special page content (images).</li></ul></p>- Returns:
- possible object is
BoxSelectionType
-
setViewClip
public void setViewClip(BoxSelectionType value)
Sets the value of the viewClip property.- Parameters:
value- allowed object isBoxSelectionType- See Also:
getViewClip()
-
isSetViewClip
public boolean isSetViewClip()
-
getPrintArea
public BoxSelectionType getPrintArea()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the visible box, when printing the document. <ul><li>media_box = The page's physical dimensions.</li><li>crop_box = The visible (printable) page area.</li><li>bleed_box = Untrimmed content position on the page (content dimensions plus trim box).</li><li>trim_box = Trimmed content position on the page (final content dimensions).</li><li>art_box = Position for special page content (images).</li></ul></p>- Returns:
- possible object is
BoxSelectionType
-
setPrintArea
public void setPrintArea(BoxSelectionType value)
Sets the value of the printArea property.- Parameters:
value- allowed object isBoxSelectionType- See Also:
getPrintArea()
-
isSetPrintArea
public boolean isSetPrintArea()
-
getPrintClip
public BoxSelectionType getPrintClip()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the box contents shall be cropped at, when printing the document. <ul><li>media_box = The page's physical dimensions.</li><li>crop_box = The visible (printable) page area.</li><li>bleed_box = Untrimmed content position on the page (content dimensions plus trim box).</li><li>trim_box = Trimmed content position on the page (final content dimensions).</li><li>art_box = Position for special page content (images).</li></ul></p>- Returns:
- possible object is
BoxSelectionType
-
setPrintClip
public void setPrintClip(BoxSelectionType value)
Sets the value of the printClip property.- Parameters:
value- allowed object isBoxSelectionType- See Also:
getPrintClip()
-
isSetPrintClip
public boolean isSetPrintClip()
-
getPrintScaling
public PrintScaleType getPrintScaling()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The print scaling initially suggested when opening the Reader's print dialog. <ul><li>readerDefault = The Reader shall use it's default suggestion.</li><li>byPDFSize = The Reader shall suggest to not scale the document during printing.</li></ul></p>- Returns:
- possible object is
PrintScaleType
-
setPrintScaling
public void setPrintScaling(PrintScaleType value)
Sets the value of the printScaling property.- Parameters:
value- allowed object isPrintScaleType- See Also:
getPrintScaling()
-
isSetPrintScaling
public boolean isSetPrintScaling()
-
getDuplex
public DuplexType getDuplex()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The duplex settings initially suggested when opening the Reader's print dialog. <ul><li>none = The Reader shall use it's default suggestion.</li><li>simplex = The Reader shall suggest simplex printing.</li><li>duplexFlipShortEdge = The Reader shall suggest duplex printing, flipping pages over the shorter edge.</li><li>duplexFlipLongEdge = The Reader shall suggest duplex printing, flipping pages over the longer edge.</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 isDuplexType- See Also:
getDuplex()
-
isSetDuplex
public boolean isSetDuplex()
-
getPrintTraySelection
public PrintTraySelectionType getPrintTraySelection()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The print tray selection initially suggested when opening the Reader's print dialog. <ul><li>readerDefault = The Reader shall use it's default suggestion.</li><li>byPDFSize = The Reader shall select a print tray, that matches the PDF's page dimensions.</li></ul></p>- Returns:
- possible object is
PrintTraySelectionType
-
setPrintTraySelection
public void setPrintTraySelection(PrintTraySelectionType value)
Sets the value of the printTraySelection property.- Parameters:
value- allowed object isPrintTraySelectionType- See Also:
getPrintTraySelection()
-
isSetPrintTraySelection
public boolean isSetPrintTraySelection()
-
getPrintPageRange
public String getPrintPageRange()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the page range, that shall initially be suggested for printing, when opening the Reader's print dialog. The page number can be an individual page, a page range, or a list (separated with commas) (e.g., "1,5-6,9"). To specify "all pages," use an asterisk ("*"). </p>- Returns:
- possible object is
String
-
setPrintPageRange
public void setPrintPageRange(String value)
Sets the value of the printPageRange property.- Parameters:
value- allowed object isString- See Also:
getPrintPageRange()
-
isSetPrintPageRange
public boolean isSetPrintPageRange()
-
getNumCopies
public int getNumCopies()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The number of copies initially suggested, when opening the Reader's print dialog.</p>
- Returns:
- possible object is
Integer
-
setNumCopies
public void setNumCopies(int value)
Sets the value of the numCopies property.- Parameters:
value- allowed object isInteger- See Also:
getNumCopies()
-
isSetNumCopies
public boolean isSetNumCopies()
-
unsetNumCopies
public void unsetNumCopies()
-
-