com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IStringChartValue

    • Method Detail

      • getAsLiteralString

        java.lang.String getAsLiteralString()

        Returns or sets the literal string if DataSourceType property is DataSourceType.StringLiterals. Read/write String.

      • setAsLiteralString

        void setAsLiteralString(java.lang.String value)

        Returns or sets the literal string if DataSourceType property is DataSourceType.StringLiterals. Read/write String.

      • toString

        java.lang.String toString()

        Returns string representation.

        Overrides:
        toString in class java.lang.Object
        Returns:
        The String object.
      • setFromOneCell

        void setFromOneCell(IChartDataCell cell)

        Sets value from specified cell.

        Parameters:
        cell - Cell.
      • getCellsAddressInWorkbook

        java.lang.String getCellsAddressInWorkbook()

        If DataSourceType property is DataSourceType.Worksheet then this method returns address of the cells in workbook which represent the string data. Otherwise return empty string.