com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class OptionalBlackTransition

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean getFromBlack()
      This attribute specifies if the transition will start from a black screen (and then transition the new slide over black).
      void setFromBlack(boolean value)
      This attribute specifies if the transition will start from a black screen (and then transition the new slide over black).
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFromBlack

        public final boolean getFromBlack()

        This attribute specifies if the transition will start from a black screen (and then transition the new slide over black). Read/write boolean.

        Specified by:
        getFromBlack in interface IOptionalBlackTransition
      • setFromBlack

        public final void setFromBlack(boolean value)

        This attribute specifies if the transition will start from a black screen (and then transition the new slide over black). Read/write boolean.

        Specified by:
        setFromBlack in interface IOptionalBlackTransition