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/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>
| 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 PageBoxType |
printArea |
protected PageBoxType |
printClip |
protected String |
printPageRange |
protected PrintScaleType |
printScaling |
protected PrintTraySelectionType |
printTraySelection |
protected TextDirectionType |
textDirection |
protected PageBoxType |
viewArea |
protected PageBoxType |
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.
|
PageBoxType |
getPrintArea()
Gets the value of the printArea property.
|
PageBoxType |
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.
|
PageBoxType |
getViewArea()
Gets the value of the viewArea property.
|
PageBoxType |
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(PageBoxType value)
Sets the value of the printArea property.
|
void |
setPrintClip(PageBoxType 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(PageBoxType value)
Sets the value of the viewArea property.
|
void |
setViewClip(PageBoxType 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 PageBoxType viewArea
protected PageBoxType viewClip
protected PageBoxType printArea
protected PageBoxType 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 PageBoxType getViewArea()
PageBoxTypepublic void setViewArea(PageBoxType value)
value - allowed object is
PageBoxTypepublic boolean isSetViewArea()
public PageBoxType getViewClip()
PageBoxTypepublic void setViewClip(PageBoxType value)
value - allowed object is
PageBoxTypepublic boolean isSetViewClip()
public PageBoxType getPrintArea()
PageBoxTypepublic void setPrintArea(PageBoxType value)
value - allowed object is
PageBoxTypepublic boolean isSetPrintArea()
public PageBoxType getPrintClip()
PageBoxTypepublic void setPrintClip(PageBoxType value)
value - allowed object is
PageBoxTypepublic 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.