com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IShapeStyle

  • All Known Implementing Classes:
    ShapeStyle


    public interface IShapeStyle

    Represent shape's style reference.

    • Method Detail

      • getLineStyleIndex

        int getLineStyleIndex()

        Returns or sets line's column index in a style matrix. Read/write int.

      • setLineStyleIndex

        void setLineStyleIndex(int value)

        Returns or sets line's column index in a style matrix. Read/write int.

      • getFillStyleIndex

        short getFillStyleIndex()

        Returns or sets shape's fill column index in style matrices. 0 means no fill, positive value - index in theme's fill styles, negative value - index in theme's background styles. Read/write short.

      • setFillStyleIndex

        void setFillStyleIndex(short value)

        Returns or sets shape's fill column index in style matrices. 0 means no fill, positive value - index in theme's fill styles, negative value - index in theme's background styles. Read/write short.

      • getEffectStyleIndex

        long getEffectStyleIndex()

        Returns or sets shape's effect column index in a style matrix. Read/write long.

      • setEffectStyleIndex

        void setEffectStyleIndex(long value)

        Returns or sets shape's effect column index in a style matrix. Read/write long.

      • getFontCollectionIndex

        byte getFontCollectionIndex()

        Returns or sets shape's font index in a font collection. Read/write FontCollectionIndex.

      • setFontCollectionIndex

        void setFontCollectionIndex(byte value)

        Returns or sets shape's font index in a font collection. Read/write FontCollectionIndex.