public class ViewerPreferencesType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
centerWindow |
protected Boolean |
displayDocTitle |
protected DuplexType |
duplex |
protected Boolean |
fitWindow |
protected Boolean |
hideMenuBar |
protected Boolean |
hideToolbar |
protected Boolean |
hideWindowUI |
protected NonFullScreenPageModeType |
nonFullScreenPageMode |
protected Integer |
numCopies |
protected BoxSelectionType |
printArea |
protected BoxSelectionType |
printClip |
protected String |
printPageRange |
protected PrintScaleType |
printScaling |
protected PrintTraySelectionType |
printTraySelection |
protected TextDirectionType |
textDirection |
protected BoxSelectionType |
viewArea |
protected BoxSelectionType |
viewClip |
| Constructor and Description |
|---|
ViewerPreferencesType() |
| Modifier and Type | Method and Description |
|---|---|
DuplexType |
getDuplex()
Gets the value of the duplex property.
|
NonFullScreenPageModeType |
getNonFullScreenPageMode()
Gets the value of the nonFullScreenPageMode property.
|
int |
getNumCopies()
Gets the value of the numCopies property.
|
BoxSelectionType |
getPrintArea()
Gets the value of the printArea property.
|
BoxSelectionType |
getPrintClip()
Gets the value of the printClip property.
|
String |
getPrintPageRange()
Gets the value of the printPageRange property.
|
PrintScaleType |
getPrintScaling()
Gets the value of the printScaling property.
|
PrintTraySelectionType |
getPrintTraySelection()
Gets the value of the printTraySelection property.
|
TextDirectionType |
getTextDirection()
Gets the value of the textDirection property.
|
BoxSelectionType |
getViewArea()
Gets the value of the viewArea property.
|
BoxSelectionType |
getViewClip()
Gets the value of the viewClip property.
|
boolean |
isCenterWindow()
Gets the value of the centerWindow property.
|
boolean |
isDisplayDocTitle()
Gets the value of the displayDocTitle property.
|
boolean |
isFitWindow()
Gets the value of the fitWindow property.
|
boolean |
isHideMenuBar()
Gets the value of the hideMenuBar property.
|
boolean |
isHideToolbar()
Gets the value of the hideToolbar property.
|
boolean |
isHideWindowUI()
Gets the value of the hideWindowUI property.
|
boolean |
isSetCenterWindow() |
boolean |
isSetDisplayDocTitle() |
boolean |
isSetDuplex() |
boolean |
isSetFitWindow() |
boolean |
isSetHideMenuBar() |
boolean |
isSetHideToolbar() |
boolean |
isSetHideWindowUI() |
boolean |
isSetNonFullScreenPageMode() |
boolean |
isSetNumCopies() |
boolean |
isSetPrintArea() |
boolean |
isSetPrintClip() |
boolean |
isSetPrintPageRange() |
boolean |
isSetPrintScaling() |
boolean |
isSetPrintTraySelection() |
boolean |
isSetTextDirection() |
boolean |
isSetViewArea() |
boolean |
isSetViewClip() |
void |
setCenterWindow(boolean value)
Sets the value of the centerWindow property.
|
void |
setDisplayDocTitle(boolean value)
Sets the value of the displayDocTitle property.
|
void |
setDuplex(DuplexType value)
Sets the value of the duplex property.
|
void |
setFitWindow(boolean value)
Sets the value of the fitWindow property.
|
void |
setHideMenuBar(boolean value)
Sets the value of the hideMenuBar property.
|
void |
setHideToolbar(boolean value)
Sets the value of the hideToolbar property.
|
void |
setHideWindowUI(boolean value)
Sets the value of the hideWindowUI property.
|
void |
setNonFullScreenPageMode(NonFullScreenPageModeType value)
Sets the value of the nonFullScreenPageMode property.
|
void |
setNumCopies(int value)
Sets the value of the numCopies property.
|
void |
setPrintArea(BoxSelectionType value)
Sets the value of the printArea property.
|
void |
setPrintClip(BoxSelectionType value)
Sets the value of the printClip property.
|
void |
setPrintPageRange(String value)
Sets the value of the printPageRange property.
|
void |
setPrintScaling(PrintScaleType value)
Sets the value of the printScaling property.
|
void |
setPrintTraySelection(PrintTraySelectionType value)
Sets the value of the printTraySelection property.
|
void |
setTextDirection(TextDirectionType value)
Sets the value of the textDirection property.
|
void |
setViewArea(BoxSelectionType value)
Sets the value of the viewArea property.
|
void |
setViewClip(BoxSelectionType value)
Sets the value of the viewClip property.
|
void |
unsetCenterWindow() |
void |
unsetDisplayDocTitle() |
void |
unsetFitWindow() |
void |
unsetHideMenuBar() |
void |
unsetHideToolbar() |
void |
unsetHideWindowUI() |
void |
unsetNumCopies() |
protected Boolean hideToolbar
protected Boolean hideMenuBar
protected Boolean hideWindowUI
protected Boolean fitWindow
protected Boolean centerWindow
protected Boolean displayDocTitle
protected NonFullScreenPageModeType nonFullScreenPageMode
protected TextDirectionType textDirection
protected BoxSelectionType viewArea
protected BoxSelectionType viewClip
protected BoxSelectionType printArea
protected BoxSelectionType printClip
protected PrintScaleType printScaling
protected DuplexType duplex
protected PrintTraySelectionType printTraySelection
protected String printPageRange
protected Integer numCopies
public boolean isHideToolbar()
Booleanpublic void setHideToolbar(boolean value)
value - allowed object is
Booleanpublic boolean isSetHideToolbar()
public void unsetHideToolbar()
public boolean isHideMenuBar()
Booleanpublic void setHideMenuBar(boolean value)
value - allowed object is
Booleanpublic boolean isSetHideMenuBar()
public void unsetHideMenuBar()
public boolean isHideWindowUI()
Booleanpublic void setHideWindowUI(boolean value)
value - allowed object is
Booleanpublic boolean isSetHideWindowUI()
public void unsetHideWindowUI()
public boolean isFitWindow()
Booleanpublic void setFitWindow(boolean value)
value - allowed object is
Booleanpublic boolean isSetFitWindow()
public void unsetFitWindow()
public boolean isCenterWindow()
Booleanpublic void setCenterWindow(boolean value)
value - allowed object is
Booleanpublic boolean isSetCenterWindow()
public void unsetCenterWindow()
public boolean isDisplayDocTitle()
Booleanpublic void setDisplayDocTitle(boolean value)
value - allowed object is
Booleanpublic boolean isSetDisplayDocTitle()
public void unsetDisplayDocTitle()
public NonFullScreenPageModeType getNonFullScreenPageMode()
NonFullScreenPageModeTypepublic void setNonFullScreenPageMode(NonFullScreenPageModeType value)
value - allowed object is
NonFullScreenPageModeTypepublic boolean isSetNonFullScreenPageMode()
public TextDirectionType getTextDirection()
TextDirectionTypepublic void setTextDirection(TextDirectionType value)
value - allowed object is
TextDirectionTypepublic boolean isSetTextDirection()
public BoxSelectionType getViewArea()
BoxSelectionTypepublic void setViewArea(BoxSelectionType value)
value - allowed object is
BoxSelectionTypepublic boolean isSetViewArea()
public BoxSelectionType getViewClip()
BoxSelectionTypepublic void setViewClip(BoxSelectionType value)
value - allowed object is
BoxSelectionTypepublic boolean isSetViewClip()
public BoxSelectionType getPrintArea()
BoxSelectionTypepublic void setPrintArea(BoxSelectionType value)
value - allowed object is
BoxSelectionTypepublic boolean isSetPrintArea()
public BoxSelectionType getPrintClip()
BoxSelectionTypepublic void setPrintClip(BoxSelectionType value)
value - allowed object is
BoxSelectionTypepublic boolean isSetPrintClip()
public PrintScaleType getPrintScaling()
PrintScaleTypepublic void setPrintScaling(PrintScaleType value)
value - allowed object is
PrintScaleTypepublic boolean isSetPrintScaling()
public DuplexType getDuplex()
DuplexTypepublic void setDuplex(DuplexType value)
value - allowed object is
DuplexTypepublic boolean isSetDuplex()
public PrintTraySelectionType getPrintTraySelection()
PrintTraySelectionTypepublic void setPrintTraySelection(PrintTraySelectionType value)
value - allowed object is
PrintTraySelectionTypepublic boolean isSetPrintTraySelection()
public String getPrintPageRange()
Stringpublic void setPrintPageRange(String value)
value - allowed object is
Stringpublic boolean isSetPrintPageRange()
public int getNumCopies()
Integerpublic void setNumCopies(int value)
value - allowed object is
Integerpublic boolean isSetNumCopies()
public void unsetNumCopies()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.