Class 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>
     
    • Constructor Detail

      • TransitionType

        public TransitionType()
    • 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 is Float
      • isSetDuration

        public boolean isSetDuration()
      • unsetDuration

        public void unsetDuration()
      • isSetStyle

        public boolean isSetStyle()
      • 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 is String
      • 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 is Float
      • 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 is Boolean
      • 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 is Float
      • 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 is Boolean
      • isSetFlyAreaOpaque

        public boolean isSetFlyAreaOpaque()
      • unsetFlyAreaOpaque

        public void unsetFlyAreaOpaque()