com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class PropertyEffect

    • Constructor Detail

      • PropertyEffect

        public PropertyEffect()
    • Method Detail

      • getFrom

        public final java.lang.String getFrom()

        Specifies the starting value of the animation. Read/write String.

        Specified by:
        getFrom in interface IPropertyEffect
      • setFrom

        public final void setFrom(java.lang.String value)

        Specifies the starting value of the animation. Read/write String.

        Specified by:
        setFrom in interface IPropertyEffect
      • getTo

        public final java.lang.String getTo()

        Specifies the ending value for the animation. Read/write String.

        Specified by:
        getTo in interface IPropertyEffect
      • setTo

        public final void setTo(java.lang.String value)

        Specifies the ending value for the animation. Read/write String.

        Specified by:
        setTo in interface IPropertyEffect
      • getBy

        public final java.lang.String getBy()

        Specifies a relative offset value for the animation with respect to its position before the start of the animation. Read/write String.

        Specified by:
        getBy in interface IPropertyEffect
      • setBy

        public final void setBy(java.lang.String value)

        Specifies a relative offset value for the animation with respect to its position before the start of the animation. Read/write String.

        Specified by:
        setBy in interface IPropertyEffect