com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class ChartDataWorksheet

  • java.lang.Object
    • com.aspose.slides.ChartDataWorksheet
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getIndex()
      Gets the index of the worksheet.
      java.lang.String getName()
      Returns the name of the worksheet.
      com.aspose.slides.IDOMObject getParent_Immediate()
      Returns Parent_Immediate object.
      • Methods inherited from class java.lang.Object

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

      • getName

        public final java.lang.String getName()

        Returns the name of the worksheet. Read-only String.

        Specified by:
        getName in interface IChartDataWorksheet
      • getIndex

        public final int getIndex()

        Gets the index of the worksheet. Read-only int.

        Specified by:
        getIndex in interface IChartDataWorksheet
      • getParent_Immediate

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

        Returns Parent_Immediate object. Read-only IDOMObject.