com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class ScaleEffect

    • Constructor Detail

      • ScaleEffect

        public ScaleEffect()
    • Method Detail

      • setZoomContent

        public final void setZoomContent(byte value)

        Determines whether a content should be zoomed. Read/write NullableBool.

        Specified by:
        setZoomContent in interface IScaleEffect
      • getFrom

        public final android.graphics.PointF getFrom()

        Specifies an x/y co-ordinate to start the animation from (in percents). Read/write PointF.

        Specified by:
        getFrom in interface IScaleEffect
      • setFrom

        public final void setFrom(android.graphics.PointF value)

        Specifies an x/y co-ordinate to start the animation from (in percents). Read/write PointF.

        Specified by:
        setFrom in interface IScaleEffect
      • getTo

        public final android.graphics.PointF getTo()

        Specifies the target location for an animation scale effect (in percents). Read/write PointF.

        Specified by:
        getTo in interface IScaleEffect
      • setTo

        public final void setTo(android.graphics.PointF value)

        Specifies the target location for an animation scale effect (in percents). Read/write PointF.

        Specified by:
        setTo in interface IScaleEffect
      • getBy

        public final android.graphics.PointF getBy()

        describes the relative offset value for the animation (in percents). Read/write PointF.

        Specified by:
        getBy in interface IScaleEffect
      • setBy

        public final void setBy(android.graphics.PointF value)

        describes the relative offset value for the animation (in percents). Read/write PointF.

        Specified by:
        setBy in interface IScaleEffect