Class TransitionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.TransitionType
-
public class TransitionType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p179664_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p388603_="https://jakarta.ee/xml/ns/jaxb" xmlns:p96940_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Creates a page transition animation for a PDF full screen presentation. It is possible to specify several transition elements for different page ranges.</p>
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanautoScrollprotected FloatautoScrollTimeprotected TransitionDirectiondirectionprotected Floatdurationprotected BooleanflyAreaOpaqueprotected FloatflyScaleprotected Stringpagesprotected TransitionStyleTypestyle
-
Constructor Summary
Constructors Constructor Description TransitionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetAutoScrollTime()Gets the value of the autoScrollTime property.TransitionDirectiongetDirection()Gets the value of the direction property.floatgetDuration()Gets the value of the duration property.floatgetFlyScale()Gets the value of the flyScale property.StringgetPages()Gets the value of the pages property.TransitionStyleTypegetStyle()Gets the value of the style property.booleanisAutoScroll()Gets the value of the autoScroll property.booleanisFlyAreaOpaque()Gets the value of the flyAreaOpaque property.booleanisSetAutoScroll()booleanisSetAutoScrollTime()booleanisSetDirection()booleanisSetDuration()booleanisSetFlyAreaOpaque()booleanisSetFlyScale()booleanisSetPages()booleanisSetStyle()voidsetAutoScroll(boolean value)Sets the value of the autoScroll property.voidsetAutoScrollTime(float value)Sets the value of the autoScrollTime property.voidsetDirection(TransitionDirection value)Sets the value of the direction property.voidsetDuration(float value)Sets the value of the duration property.voidsetFlyAreaOpaque(boolean value)Sets the value of the flyAreaOpaque property.voidsetFlyScale(float value)Sets the value of the flyScale property.voidsetPages(String value)Sets the value of the pages property.voidsetStyle(TransitionStyleType value)Sets the value of the style property.voidunsetAutoScroll()voidunsetAutoScrollTime()voidunsetDuration()voidunsetFlyAreaOpaque()voidunsetFlyScale()
-
-
-
Field Detail
-
duration
protected Float duration
-
style
protected TransitionStyleType style
-
direction
protected TransitionDirection direction
-
pages
protected String pages
-
autoScrollTime
protected Float autoScrollTime
-
autoScroll
protected Boolean autoScroll
-
flyScale
protected Float flyScale
-
flyAreaOpaque
protected Boolean flyAreaOpaque
-
-
Method Detail
-
getDuration
public float getDuration()
Gets the value of the duration property.- Returns:
- possible object is
Float
-
setDuration
public void setDuration(float value)
Sets the value of the duration property.- Parameters:
value- allowed object isFloat
-
isSetDuration
public boolean isSetDuration()
-
unsetDuration
public void unsetDuration()
-
getStyle
public TransitionStyleType getStyle()
Gets the value of the style property.- Returns:
- possible object is
TransitionStyleType
-
setStyle
public void setStyle(TransitionStyleType value)
Sets the value of the style property.- Parameters:
value- allowed object isTransitionStyleType
-
isSetStyle
public boolean isSetStyle()
-
getDirection
public TransitionDirection getDirection()
Gets the value of the direction property.- Returns:
- possible object is
TransitionDirection
-
setDirection
public void setDirection(TransitionDirection value)
Sets the value of the direction property.- Parameters:
value- allowed object isTransitionDirection
-
isSetDirection
public boolean isSetDirection()
-
getPages
public String getPages()
Gets the value of the pages property.- Returns:
- possible object is
String
-
setPages
public void setPages(String value)
Sets the value of the pages property.- Parameters:
value- allowed object isString
-
isSetPages
public boolean isSetPages()
-
getAutoScrollTime
public float getAutoScrollTime()
Gets the value of the autoScrollTime property.- Returns:
- possible object is
Float
-
setAutoScrollTime
public void setAutoScrollTime(float value)
Sets the value of the autoScrollTime property.- Parameters:
value- allowed object isFloat
-
isSetAutoScrollTime
public boolean isSetAutoScrollTime()
-
unsetAutoScrollTime
public void unsetAutoScrollTime()
-
isAutoScroll
public boolean isAutoScroll()
Gets the value of the autoScroll property.- Returns:
- possible object is
Boolean
-
setAutoScroll
public void setAutoScroll(boolean value)
Sets the value of the autoScroll property.- Parameters:
value- allowed object isBoolean
-
isSetAutoScroll
public boolean isSetAutoScroll()
-
unsetAutoScroll
public void unsetAutoScroll()
-
getFlyScale
public float getFlyScale()
Gets the value of the flyScale property.- Returns:
- possible object is
Float
-
setFlyScale
public void setFlyScale(float value)
Sets the value of the flyScale property.- Parameters:
value- allowed object isFloat
-
isSetFlyScale
public boolean isSetFlyScale()
-
unsetFlyScale
public void unsetFlyScale()
-
isFlyAreaOpaque
public boolean isFlyAreaOpaque()
Gets the value of the flyAreaOpaque property.- Returns:
- possible object is
Boolean
-
setFlyAreaOpaque
public void setFlyAreaOpaque(boolean value)
Sets the value of the flyAreaOpaque property.- Parameters:
value- allowed object isBoolean
-
isSetFlyAreaOpaque
public boolean isSetFlyAreaOpaque()
-
unsetFlyAreaOpaque
public void unsetFlyAreaOpaque()
-
-