public class TransitionType extends Object
Java class for TransitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransitionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="page" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="autoScroll" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="flyScale" type="{http://www.w3.org/2001/XMLSchema}float" default="1" />
<attribute name="flyAreaOpaque" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="duration" default="1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="style" type="{http://schema.webpdf.de/1.0/extraction/info}TransitionStyleType" default="none" />
<attribute name="direction" type="{http://schema.webpdf.de/1.0/extraction/info}TransitionDirection" default="none" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
autoScroll |
protected TransitionDirection |
direction |
protected Float |
duration |
protected Boolean |
flyAreaOpaque |
protected Float |
flyScale |
protected String |
objectKey |
protected Integer |
page |
protected TransitionStyleType |
style |
| Constructor and Description |
|---|
TransitionType() |
| Modifier and Type | Method and Description |
|---|---|
TransitionDirection |
getDirection()
Gets the value of the direction property.
|
float |
getDuration()
Gets the value of the duration property.
|
float |
getFlyScale()
Gets the value of the flyScale property.
|
String |
getObjectKey()
Gets the value of the objectKey property.
|
int |
getPage()
Gets the value of the page property.
|
TransitionStyleType |
getStyle()
Gets the value of the style property.
|
boolean |
isAutoScroll()
Gets the value of the autoScroll property.
|
boolean |
isFlyAreaOpaque()
Gets the value of the flyAreaOpaque property.
|
boolean |
isSetAutoScroll() |
boolean |
isSetDirection() |
boolean |
isSetDuration() |
boolean |
isSetFlyAreaOpaque() |
boolean |
isSetFlyScale() |
boolean |
isSetObjectKey() |
boolean |
isSetPage() |
boolean |
isSetStyle() |
void |
setAutoScroll(boolean value)
Sets the value of the autoScroll property.
|
void |
setDirection(TransitionDirection value)
Sets the value of the direction property.
|
void |
setDuration(float value)
Sets the value of the duration property.
|
void |
setFlyAreaOpaque(boolean value)
Sets the value of the flyAreaOpaque property.
|
void |
setFlyScale(float value)
Sets the value of the flyScale property.
|
void |
setObjectKey(String value)
Sets the value of the objectKey property.
|
void |
setPage(int value)
Sets the value of the page property.
|
void |
setStyle(TransitionStyleType value)
Sets the value of the style property.
|
void |
unsetAutoScroll() |
void |
unsetDuration() |
void |
unsetFlyAreaOpaque() |
void |
unsetFlyScale() |
void |
unsetPage() |
protected String objectKey
protected Integer page
protected Boolean autoScroll
protected Float flyScale
protected Boolean flyAreaOpaque
protected Float duration
protected TransitionStyleType style
protected TransitionDirection direction
public String getObjectKey()
Stringpublic void setObjectKey(String value)
value - allowed object is
Stringpublic boolean isSetObjectKey()
public int getPage()
Integerpublic void setPage(int value)
value - allowed object is
Integerpublic boolean isSetPage()
public void unsetPage()
public boolean isAutoScroll()
Booleanpublic void setAutoScroll(boolean value)
value - allowed object is
Booleanpublic boolean isSetAutoScroll()
public void unsetAutoScroll()
public float getFlyScale()
Floatpublic void setFlyScale(float value)
value - allowed object is
Floatpublic boolean isSetFlyScale()
public void unsetFlyScale()
public boolean isFlyAreaOpaque()
Booleanpublic void setFlyAreaOpaque(boolean value)
value - allowed object is
Booleanpublic boolean isSetFlyAreaOpaque()
public void unsetFlyAreaOpaque()
public float getDuration()
Floatpublic void setDuration(float value)
value - allowed object is
Floatpublic boolean isSetDuration()
public void unsetDuration()
public TransitionStyleType getStyle()
TransitionStyleTypepublic void setStyle(TransitionStyleType value)
value - allowed object is
TransitionStyleTypepublic boolean isSetStyle()
public TransitionDirection getDirection()
TransitionDirectionpublic void setDirection(TransitionDirection value)
value - allowed object is
TransitionDirectionpublic boolean isSetDirection()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.