public class OptionsType extends BaseToolboxType implements ParameterInterface
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">
<all>
<element name="pageTransitions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="add">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="pageTransition" type="{http://schema.webpdf.de/1.0/operation}TransitionType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="remove">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="transitionSelection" type="{http://schema.webpdf.de/1.0/operation}SelectionTransitionType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="background" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="add">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="colorBackground" type="{http://schema.webpdf.de/1.0/operation}ColorBackgroundType"/>
<element name="imageBackground" type="{http://schema.webpdf.de/1.0/operation}ImageBackgroundType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="remove">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="backgroundSelection" type="{http://schema.webpdf.de/1.0/operation}SelectionBackgroundType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="headerFooter" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="add">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="headerFooterContent" type="{http://schema.webpdf.de/1.0/operation}HeaderFooterType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="remove">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="headerFooterSelection" type="{http://schema.webpdf.de/1.0/operation}SelectionHeaderFooterType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="boxes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="resize">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="boxesResize" type="{http://schema.webpdf.de/1.0/operation}BoxesResizeType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="remove">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="boxesRemove" type="{http://schema.webpdf.de/1.0/operation}SelectionBoxType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</all>
<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 | Class and Description |
|---|---|
static class |
OptionsType.Background
Java class for anonymous complex type.
|
static class |
OptionsType.Boxes
Java class for anonymous complex type.
|
static class |
OptionsType.HeaderFooter
Java class for anonymous complex type.
|
static class |
OptionsType.PageTransitions
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected OptionsType.Background |
background |
protected OptionsType.Boxes |
boxes |
protected OptionsType.HeaderFooter |
headerFooter |
protected Integer |
initialPage |
protected InitialViewType |
initialView |
protected MagnificationType |
magnification |
protected Integer |
magnificationZoom |
protected PageLayoutType |
pageLayout |
protected OptionsType.PageTransitions |
pageTransitions |
| Constructor and Description |
|---|
OptionsType() |
| Modifier and Type | Method and Description |
|---|---|
OptionsType.Background |
getBackground()
Gets the value of the background property.
|
OptionsType.Boxes |
getBoxes()
Gets the value of the boxes property.
|
OptionsType.HeaderFooter |
getHeaderFooter()
Gets the value of the headerFooter property.
|
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.
|
OptionsType.PageTransitions |
getPageTransitions()
Gets the value of the pageTransitions property.
|
boolean |
isSetBackground() |
boolean |
isSetBoxes() |
boolean |
isSetHeaderFooter() |
boolean |
isSetInitialPage() |
boolean |
isSetInitialView() |
boolean |
isSetMagnification() |
boolean |
isSetMagnificationZoom() |
boolean |
isSetPageLayout() |
boolean |
isSetPageTransitions() |
void |
setBackground(OptionsType.Background value)
Sets the value of the background property.
|
void |
setBoxes(OptionsType.Boxes value)
Sets the value of the boxes property.
|
void |
setHeaderFooter(OptionsType.HeaderFooter value)
Sets the value of the headerFooter property.
|
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 |
setPageTransitions(OptionsType.PageTransitions value)
Sets the value of the pageTransitions property.
|
void |
unsetInitialPage() |
void |
unsetMagnificationZoom() |
protected OptionsType.PageTransitions pageTransitions
protected OptionsType.Background background
protected OptionsType.HeaderFooter headerFooter
protected OptionsType.Boxes boxes
protected PageLayoutType pageLayout
protected InitialViewType initialView
protected MagnificationType magnification
protected Integer magnificationZoom
protected Integer initialPage
public OptionsType.PageTransitions getPageTransitions()
OptionsType.PageTransitionspublic void setPageTransitions(OptionsType.PageTransitions value)
value - allowed object is
OptionsType.PageTransitionspublic boolean isSetPageTransitions()
public OptionsType.Background getBackground()
OptionsType.Backgroundpublic void setBackground(OptionsType.Background value)
value - allowed object is
OptionsType.Backgroundpublic boolean isSetBackground()
public OptionsType.HeaderFooter getHeaderFooter()
OptionsType.HeaderFooterpublic void setHeaderFooter(OptionsType.HeaderFooter value)
value - allowed object is
OptionsType.HeaderFooterpublic boolean isSetHeaderFooter()
public OptionsType.Boxes getBoxes()
OptionsType.Boxespublic void setBoxes(OptionsType.Boxes value)
value - allowed object is
OptionsType.Boxespublic boolean isSetBoxes()
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–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.