com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IColorSchemeEffectiveData



  • public interface IColorSchemeEffectiveData

    Immutable object which contains effective color scheme properties.


    This class is used as a part of IThemeEffectiveData.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.Integer getAccent1()
      First accent color in the scheme.
      java.lang.Integer getAccent2()
      Second accent color in the scheme.
      java.lang.Integer getAccent3()
      Third accent color in the scheme.
      java.lang.Integer getAccent4()
      Fourth accent color in the scheme.
      java.lang.Integer getAccent5()
      Fifth accent color in the scheme.
      java.lang.Integer getAccent6()
      Sixth accent color in the scheme.
      java.lang.Integer getByColorSchemeIndex(byte index)
      Gets the element at the specified index.
      java.lang.Integer getDark1()
      First dark color in the scheme.
      java.lang.Integer getDark2()
      Second dark color in the scheme.
      java.lang.Integer getFollowedHyperlink()
      Color for the visited hyperlinks.
      java.lang.Integer getHyperlink()
      Color for the hyperlinks.
      java.lang.Integer getLight1()
      First light color in the scheme.
      java.lang.Integer getLight2()
      Second light color in the scheme.
    • Method Detail

      • getByColorSchemeIndex

        java.lang.Integer getByColorSchemeIndex(byte index)

        Gets the element at the specified index. Read-only Integer.

      • getDark1

        java.lang.Integer getDark1()

        First dark color in the scheme. Read-only Integer.

      • getLight1

        java.lang.Integer getLight1()

        First light color in the scheme. Read-only Integer.

      • getDark2

        java.lang.Integer getDark2()

        Second dark color in the scheme. Read-only Integer.

      • getLight2

        java.lang.Integer getLight2()

        Second light color in the scheme. Read-only Integer.

      • getAccent1

        java.lang.Integer getAccent1()

        First accent color in the scheme. Read-only Integer.

      • getAccent2

        java.lang.Integer getAccent2()

        Second accent color in the scheme. Read-only Integer.

      • getAccent3

        java.lang.Integer getAccent3()

        Third accent color in the scheme. Read-only Integer.

      • getAccent4

        java.lang.Integer getAccent4()

        Fourth accent color in the scheme. Read-only Integer.

      • getAccent5

        java.lang.Integer getAccent5()

        Fifth accent color in the scheme. Read-only Integer.

      • getAccent6

        java.lang.Integer getAccent6()

        Sixth accent color in the scheme. Read-only Integer.

      • getHyperlink

        java.lang.Integer getHyperlink()

        Color for the hyperlinks. Read-only Integer.

      • getFollowedHyperlink

        java.lang.Integer getFollowedHyperlink()

        Color for the visited hyperlinks. Read-only Integer.