com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class DataTable

  • java.lang.Object
    • com.aspose.slides.DataTable
    • Method Detail

      • getFormat

        public IFormat getFormat()

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

        Specified by:
        getFormat in interface IDataTable
      • hasBorderHorizontal

        public boolean hasBorderHorizontal()

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

        Specified by:
        hasBorderHorizontal in interface IDataTable
      • setBorderHorizontal

        public void setBorderHorizontal(boolean value)

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

        Specified by:
        setBorderHorizontal in interface IDataTable
      • hasBorderOutline

        public boolean hasBorderOutline()

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

        Specified by:
        hasBorderOutline in interface IDataTable
      • setBorderOutline

        public void setBorderOutline(boolean value)

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

        Specified by:
        setBorderOutline in interface IDataTable
      • hasBorderVertical

        public boolean hasBorderVertical()

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

        Specified by:
        hasBorderVertical in interface IDataTable
      • setBorderVertical

        public void setBorderVertical(boolean value)

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

        Specified by:
        setBorderVertical in interface IDataTable
      • getShowLegendKey

        public boolean getShowLegendKey()

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

        Specified by:
        getShowLegendKey in interface IDataTable
      • setShowLegendKey

        public void setShowLegendKey(boolean value)

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

        Specified by:
        setShowLegendKey in interface IDataTable
      • getParent_Immediate

        public com.aspose.slides.IDOMObject getParent_Immediate()

        Returns Parent_Immediate object. Read-only IDOMObject.