com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IBackground

    • Method Detail

      • getType

        byte getType()

        Returns a type of background fill. Read/write BackgroundType.

      • setType

        void setType(byte value)

        Returns a type of background fill. Read/write BackgroundType.

      • getFillFormat

        IFillFormat getFillFormat()

        Returns a FillFormat for BackgroundType.OwnBackground fill. Read-only IFillFormat.

      • getEffectFormat

        IEffectFormat getEffectFormat()

        Returns a EffectFormat for BackgroundType.OwnBackground fill. Read-only IEffectFormat.

      • getStyleColor

        IColorFormat getStyleColor()

        Returns a ColorFormat for a BackgroundType.Themed fill. Read-only IColorFormat.

      • getStyleIndex

        int getStyleIndex()

        Returns an index of BackgroundType.Themed fill in background theme collection. 0 means no fill. 1..999 - index. Read/write int.

      • setStyleIndex

        void setStyleIndex(int value)

        Returns an index of BackgroundType.Themed fill in background theme collection. 0 means no fill. 1..999 - index. Read/write int.