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="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/operation}TransitionStyleType" default="none" />
<attribute name="direction" type="{http://schema.webpdf.de/1.0/operation}TransitionDirection" default="none" />
<attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="autoScrollTime" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
autoScroll |
protected Float |
autoScrollTime |
protected TransitionDirection |
direction |
protected Float |
duration |
protected Boolean |
flyAreaOpaque |
protected Float |
flyScale |
protected String |
pages |
protected TransitionStyleType |
style |
| Constructor and Description |
|---|
TransitionType() |
| Modifier and Type | Method and Description |
|---|---|
float |
getAutoScrollTime()
Gets the value of the autoScrollTime property.
|
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 |
getPages()
Gets the value of the pages 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 |
isSetAutoScrollTime() |
boolean |
isSetDirection() |
boolean |
isSetDuration() |
boolean |
isSetFlyAreaOpaque() |
boolean |
isSetFlyScale() |
boolean |
isSetPages() |
boolean |
isSetStyle() |
void |
setAutoScroll(boolean value)
Sets the value of the autoScroll property.
|
void |
setAutoScrollTime(float value)
Sets the value of the autoScrollTime 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 |
setPages(String value)
Sets the value of the pages property.
|
void |
setStyle(TransitionStyleType value)
Sets the value of the style property.
|
void |
unsetAutoScroll() |
void |
unsetAutoScrollTime() |
void |
unsetDuration() |
void |
unsetFlyAreaOpaque() |
void |
unsetFlyScale() |
protected Float duration
protected TransitionStyleType style
protected TransitionDirection direction
protected String pages
protected Float autoScrollTime
protected Boolean autoScroll
protected Float flyScale
protected Boolean flyAreaOpaque
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()
public String getPages()
Stringpublic void setPages(String value)
value - allowed object is
Stringpublic boolean isSetPages()
public float getAutoScrollTime()
Floatpublic void setAutoScrollTime(float value)
value - allowed object is
Floatpublic boolean isSetAutoScrollTime()
public void unsetAutoScrollTime()
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()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.