com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IDataTable

    • Method Detail

      • getFormat

        IFormat getFormat()

        Returns the line, fill, and effect styles of an object. Read-only IFormat.

      • hasBorderHorizontal

        boolean hasBorderHorizontal()

        True if the chart data table has horizontal cell borders. Read/write boolean.

      • setBorderHorizontal

        void setBorderHorizontal(boolean value)

        True if the chart data table has horizontal cell borders. Read/write boolean.

      • hasBorderOutline

        boolean hasBorderOutline()

        True if the chart data table has outline borders. Read/write boolean.

      • setBorderOutline

        void setBorderOutline(boolean value)

        True if the chart data table has outline borders. Read/write boolean.

      • hasBorderVertical

        boolean hasBorderVertical()

        True if the chart data table has vertical cell borders. Read/write boolean.

      • setBorderVertical

        void setBorderVertical(boolean value)

        True if the chart data table has vertical cell borders. Read/write boolean.

      • getShowLegendKey

        boolean getShowLegendKey()

        True if the data label legend key is visible. Read/write boolean.

      • setShowLegendKey

        void setShowLegendKey(boolean value)

        True if the data label legend key is visible. Read/write boolean.