com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IMarker

  • All Known Implementing Classes:
    Marker


    public interface IMarker

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      IFormat getFormat()
      Gets the marker fill.
      int getSize()
      Represents the marker size in a line chart, scatter chart, or radar chart.
      int getSymbol()
      Represents the marker style in a line chart, scatter chart, or radar chart.
      void setSize(int value)
      Represents the marker size in a line chart, scatter chart, or radar chart.
      void setSymbol(int value)
      Represents the marker style in a line chart, scatter chart, or radar chart.
    • Method Detail

      • getSymbol

        int getSymbol()

        Represents the marker style in a line chart, scatter chart, or radar chart. Read/write MarkerStyleType.

      • setSymbol

        void setSymbol(int value)

        Represents the marker style in a line chart, scatter chart, or radar chart. Read/write MarkerStyleType.

      • getFormat

        IFormat getFormat()

        Gets the marker fill. Read-only IFormat.

      • getSize

        int getSize()

        Represents the marker size in a line chart, scatter chart, or radar chart. Read/write int.

      • setSize

        void setSize(int value)

        Represents the marker size in a line chart, scatter chart, or radar chart. Read/write int.