com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class ShapeStyle

  • java.lang.Object
    • com.aspose.slides.ShapeStyle
  • All Implemented Interfaces:
    IShapeStyle


    public class ShapeStyle
    extends java.lang.Object
    implements IShapeStyle

    Represent shape's style reference.

    • Method Detail

      • getLineStyleIndex

        public final int getLineStyleIndex()

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

        Specified by:
        getLineStyleIndex in interface IShapeStyle
      • setLineStyleIndex

        public final void setLineStyleIndex(int value)

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

        Specified by:
        setLineStyleIndex in interface IShapeStyle
      • getFillStyleIndex

        public final 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.

        Specified by:
        getFillStyleIndex in interface IShapeStyle
      • setFillStyleIndex

        public final 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.

        Specified by:
        setFillStyleIndex in interface IShapeStyle
      • getEffectStyleIndex

        public final long getEffectStyleIndex()

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

        Specified by:
        getEffectStyleIndex in interface IShapeStyle
      • setEffectStyleIndex

        public final void setEffectStyleIndex(long value)

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

        Specified by:
        setEffectStyleIndex in interface IShapeStyle
      • getParent_Immediate

        public final com.aspose.slides.IDOMObject getParent_Immediate()

        Returns Parent_Immediate object. Read-only IDOMObject.