com.aspose.slides
Interface ITable

All Superinterfaces:
IGraphicalObject, IHyperlinkContainer, IPresentationComponent, IShape, ISlideComponent
All Known Implementing Classes:
Table

public interface ITable
extends IGraphicalObject


Method Summary
 ICell get_Item(int columnIndex, int rowIndex)
           Returns the cell at the specified column and row indexes.
 IColumnCollection getColumns()
           Returns the collectoin of columns.
 boolean getFirstCol()
           Determines whether the first column of a table has to be drawn with a special formatting.
 boolean getFirstRow()
           Determines whether the first row of a table has to be drawn with a special formatting.
 boolean getHorizontalBanding()
           Determines whether the even rows has to be drawn with a different formatting.
 boolean getLastCol()
           Determines whether the last column of a table has to be drawn with a special formatting.
 boolean getLastRow()
           Determines whether the last row of a table has to be drawn with a special formatting.
 boolean getRightToLeft()
           Determines whether the table has right to left reading order.
 IRowCollection getRows()
           Returns the collectoin of rows.
 int getStylePreset()
           Get's or sets builtin table style.
 boolean getVerticalBanding()
           Determines whether the even columns has to be drawn with a different formatting.
 ICell mergeCells(ICell cell1, ICell cell2, boolean allowSplitting)
           Merges neighbour cells.
 void setFirstCol(boolean value)
           Determines whether the first column of a table has to be drawn with a special formatting.
 void setFirstRow(boolean value)
           Determines whether the first row of a table has to be drawn with a special formatting.
 void setHorizontalBanding(boolean value)
           Determines whether the even rows has to be drawn with a different formatting.
 void setLastCol(boolean value)
           Determines whether the last column of a table has to be drawn with a special formatting.
 void setLastRow(boolean value)
           Determines whether the last row of a table has to be drawn with a special formatting.
 void setRightToLeft(boolean value)
           Determines whether the table has right to left reading order.
 void setStylePreset(int value)
           Get's or sets builtin table style.
 void setVerticalBanding(boolean value)
           Determines whether the even columns has to be drawn with a different formatting.
 
Methods inherited from interface com.aspose.slides.IGraphicalObject
getGraphicalObjectLock
 
Methods inherited from interface com.aspose.slides.IShape
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getParentGroup, getPlaceholder, getRawFrame, getRotation, getShapeLock, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setBlackWhiteMode, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 
Methods inherited from interface com.aspose.slides.IHyperlinkContainer
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver
 

Method Detail

mergeCells

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

Merges neighbour cells.

Parameters:
cell1 - Cell to merge.
cell2 - Cell to merge.
allowSplitting - True to allow cells splitting.
Returns:
Merged cell.

getStylePreset

int getStylePreset()

Get's or sets builtin table style. Read/write TableStylePreset.


setStylePreset

void setStylePreset(int value)

Get's or sets builtin table style. Read/write TableStylePreset.


get_Item

ICell get_Item(int columnIndex,
               int rowIndex)

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


getRows

IRowCollection getRows()

Returns the collectoin of rows. Read-only IRowCollection.


getColumns

IColumnCollection getColumns()

Returns the collectoin of columns. Read-only IColumnCollection.


getRightToLeft

boolean getRightToLeft()

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


setRightToLeft

void setRightToLeft(boolean value)

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


getFirstRow

boolean getFirstRow()

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


setFirstRow

void setFirstRow(boolean value)

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


getFirstCol

boolean getFirstCol()

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


setFirstCol

void setFirstCol(boolean value)

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


getLastRow

boolean getLastRow()

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


setLastRow

void setLastRow(boolean value)

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


getLastCol

boolean getLastCol()

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


setLastCol

void setLastCol(boolean value)

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


getHorizontalBanding

boolean getHorizontalBanding()

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


setHorizontalBanding

void setHorizontalBanding(boolean value)

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


getVerticalBanding

boolean getVerticalBanding()

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


setVerticalBanding

void setVerticalBanding(boolean value)

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



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.