com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class Marker

  • java.lang.Object
    • com.aspose.slides.Marker
  • All Implemented Interfaces:
    IMarker


    public class Marker
    extends java.lang.Object
    implements IMarker

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      IFormat getFormat()
      Gets or sets the marker fill.
      com.aspose.slides.IDOMObject getParent_Immediate()
      Returns Parent_Immediate object.
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSymbol

        public int getSymbol()

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

        Specified by:
        getSymbol in interface IMarker
      • setSymbol

        public void setSymbol(int value)

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

        Specified by:
        setSymbol in interface IMarker
      • getFormat

        public IFormat getFormat()

        Gets or sets the marker fill. Read-only IFormat.

        Specified by:
        getFormat in interface IMarker
      • getSize

        public int getSize()

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

        Specified by:
        getSize in interface IMarker
      • setSize

        public void setSize(int value)

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

        Specified by:
        setSize in interface IMarker
      • getParent_Immediate

        public com.aspose.slides.IDOMObject getParent_Immediate()

        Returns Parent_Immediate object. Read-only IDOMObject.