public class OptionsType extends BaseToolboxType
Java class for OptionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OptionsType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
<attribute name="pageLayout" type="{http://schema.webpdf.de/1.0/operation}PageLayoutType" default="singlePage" />
<attribute name="initialView" type="{http://schema.webpdf.de/1.0/operation}InitialViewType" default="none" />
<attribute name="magnification" type="{http://schema.webpdf.de/1.0/operation}MagnificationType" default="fitWidth" />
<attribute name="magnificationZoom" default="100">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
<maxInclusive value="6400"/>
</restriction>
</simpleType>
</attribute>
<attribute name="initialPage" default="1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
</restriction>
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
initialPage |
protected InitialViewType |
initialView |
protected MagnificationType |
magnification |
protected Integer |
magnificationZoom |
protected PageLayoutType |
pageLayout |
| Constructor and Description |
|---|
OptionsType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getInitialPage()
Gets the value of the initialPage property.
|
InitialViewType |
getInitialView()
Gets the value of the initialView property.
|
MagnificationType |
getMagnification()
Gets the value of the magnification property.
|
int |
getMagnificationZoom()
Gets the value of the magnificationZoom property.
|
PageLayoutType |
getPageLayout()
Gets the value of the pageLayout property.
|
boolean |
isSetInitialPage() |
boolean |
isSetInitialView() |
boolean |
isSetMagnification() |
boolean |
isSetMagnificationZoom() |
boolean |
isSetPageLayout() |
void |
setInitialPage(int value)
Sets the value of the initialPage property.
|
void |
setInitialView(InitialViewType value)
Sets the value of the initialView property.
|
void |
setMagnification(MagnificationType value)
Sets the value of the magnification property.
|
void |
setMagnificationZoom(int value)
Sets the value of the magnificationZoom property.
|
void |
setPageLayout(PageLayoutType value)
Sets the value of the pageLayout property.
|
void |
unsetInitialPage() |
void |
unsetMagnificationZoom() |
protected PageLayoutType pageLayout
protected InitialViewType initialView
protected MagnificationType magnification
protected Integer magnificationZoom
protected Integer initialPage
public PageLayoutType getPageLayout()
PageLayoutTypepublic void setPageLayout(PageLayoutType value)
value - allowed object is
PageLayoutTypepublic boolean isSetPageLayout()
public InitialViewType getInitialView()
InitialViewTypepublic void setInitialView(InitialViewType value)
value - allowed object is
InitialViewTypepublic boolean isSetInitialView()
public MagnificationType getMagnification()
MagnificationTypepublic void setMagnification(MagnificationType value)
value - allowed object is
MagnificationTypepublic boolean isSetMagnification()
public int getMagnificationZoom()
Integerpublic void setMagnificationZoom(int value)
value - allowed object is
Integerpublic boolean isSetMagnificationZoom()
public void unsetMagnificationZoom()
public int getInitialPage()
Integerpublic void setInitialPage(int value)
value - allowed object is
Integerpublic boolean isSetInitialPage()
public void unsetInitialPage()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.