com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class Table

    • Method Detail

      • get_Item

        public final ICell get_Item(int columnIndex,
                                    int rowIndex)

        Returns the cell at the specified column and row indexes. Read-only Cell.

        Specified by:
        get_Item in interface ITable
      • mergeCells

        public final ICell mergeCells(ICell cell1,
                                      ICell cell2,
                                      boolean allowSplitting)

        Merges neighbour cells.

        Specified by:
        mergeCells in interface ITable
        Parameters:
        cell1 - Cell to merge.
        cell2 - Cell to merge.
        allowSplitting - True to allow cells splitting.
        Returns:
        Merged cell.
      • getRightToLeft

        public final boolean getRightToLeft()

        Determines whether the table has right to left reading order. Read-write boolean.

        Specified by:
        getRightToLeft in interface ITable
      • setRightToLeft

        public final void setRightToLeft(boolean value)

        Determines whether the table has right to left reading order. Read-write boolean.

        Specified by:
        setRightToLeft in interface ITable
      • getFirstRow

        public final boolean getFirstRow()

        Determines whether the first row of a table has to be drawn with a special formatting. Read/write boolean.

        Specified by:
        getFirstRow in interface ITable
      • setFirstRow

        public final void setFirstRow(boolean value)

        Determines whether the first row of a table has to be drawn with a special formatting. Read/write boolean.

        Specified by:
        setFirstRow in interface ITable
      • getFirstCol

        public final boolean getFirstCol()

        Determines whether the first column of a table has to be drawn with a special formatting. Read/write boolean.

        Specified by:
        getFirstCol in interface ITable
      • setFirstCol

        public final void setFirstCol(boolean value)

        Determines whether the first column of a table has to be drawn with a special formatting. Read/write boolean.

        Specified by:
        setFirstCol in interface ITable
      • getLastRow

        public final boolean getLastRow()

        Determines whether the last row of a table has to be drawn with a special formatting. Read/write boolean.

        Specified by:
        getLastRow in interface ITable
      • setLastRow

        public final void setLastRow(boolean value)

        Determines whether the last row of a table has to be drawn with a special formatting. Read/write boolean.

        Specified by:
        setLastRow in interface ITable
      • getLastCol

        public final boolean getLastCol()

        Determines whether the last column of a table has to be drawn with a special formatting. Read/write boolean.

        Specified by:
        getLastCol in interface ITable
      • setLastCol

        public final void setLastCol(boolean value)

        Determines whether the last column of a table has to be drawn with a special formatting. Read/write boolean.

        Specified by:
        setLastCol in interface ITable
      • getHorizontalBanding

        public final boolean getHorizontalBanding()

        Determines whether the even rows has to be drawn with a different formatting. Read/write boolean.

        Specified by:
        getHorizontalBanding in interface ITable
      • setHorizontalBanding

        public final void setHorizontalBanding(boolean value)

        Determines whether the even rows has to be drawn with a different formatting. Read/write boolean.

        Specified by:
        setHorizontalBanding in interface ITable
      • getVerticalBanding

        public final boolean getVerticalBanding()

        Determines whether the even columns has to be drawn with a different formatting. Read/write boolean.

        Specified by:
        getVerticalBanding in interface ITable
      • setVerticalBanding

        public final void setVerticalBanding(boolean value)

        Determines whether the even columns has to be drawn with a different formatting. Read/write boolean.

        Specified by:
        setVerticalBanding in interface ITable
      • setTextFormat

        public final void setTextFormat(IPortionFormat source)

        Sets defined portion format properties to all table cells' portions.

        Specified by:
        setTextFormat in interface IBulkTextFormattable
        Parameters:
        source - IPortionFormat object with necessary properties set.
      • setTextFormat

        public final void setTextFormat(IParagraphFormat source)

        Sets defined paragraph format properties to all table cells' paragraphs.

        Specified by:
        setTextFormat in interface IBulkTextFormattable
        Parameters:
        source - IParagraphFormat object with necessary properties set.
      • setTextFormat

        public final void setTextFormat(ITextFrameFormat source)

        Sets defined text frame format properties to all table cells' text frames.

        Specified by:
        setTextFormat in interface IBulkTextFormattable
        Parameters:
        source - ITextFrameFormat object with necessary properties set.
      • getFillFormat

        @Deprecated
        public IFillFormat getFillFormat()
        Deprecated. Use Table.TableFormat.FillFormat instead. The property will be returning null after release of version 20.8.

        Returns the FillFormat object that contains fill formatting properties for a shape. Note: can return null for certain types of shapes which don't have fill properties. Read-only IFillFormat.

        Specified by:
        getFillFormat in interface IShape
        Overrides:
        getFillFormat in class Shape