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)
           
 IGraphicalObject getAsIGraphicalObject()
           
 IColumnCollection getColumns()
           
 boolean getFirstCol()
           
 boolean getFirstRow()
           
 boolean getHorizontalBanding()
           
 boolean getLastCol()
           
 boolean getLastRow()
           
 boolean getRightToLeft()
           
 IRowCollection getRows()
           
 int getStylePreset()
           
 boolean getVerticalBanding()
           
 ICell mergeCells(ICell cell1, ICell cell2, boolean allowSplitting)
           
 void setFirstCol(boolean value)
           
 void setFirstRow(boolean value)
           
 void setHorizontalBanding(boolean value)
           
 void setLastCol(boolean value)
           
 void setLastRow(boolean value)
           
 void setRightToLeft(boolean value)
           
 void setStylePreset(int value)
           
 void setVerticalBanding(boolean value)
           
 
Methods inherited from interface com.aspose.slides.IGraphicalObject
getShapeLock
 
Methods inherited from interface com.aspose.slides.IShape
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getParentGroup, getPlaceholder, getRawFrame, getRotation, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, 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)

getStylePreset

int getStylePreset()

setStylePreset

void setStylePreset(int value)

get_Item

ICell get_Item(int columnIndex,
               int rowIndex)

getRows

IRowCollection getRows()

getColumns

IColumnCollection getColumns()

getRightToLeft

boolean getRightToLeft()

setRightToLeft

void setRightToLeft(boolean value)

getFirstRow

boolean getFirstRow()

setFirstRow

void setFirstRow(boolean value)

getFirstCol

boolean getFirstCol()

setFirstCol

void setFirstCol(boolean value)

getLastRow

boolean getLastRow()

setLastRow

void setLastRow(boolean value)

getLastCol

boolean getLastCol()

setLastCol

void setLastCol(boolean value)

getHorizontalBanding

boolean getHorizontalBanding()

setHorizontalBanding

void setHorizontalBanding(boolean value)

getVerticalBanding

boolean getVerticalBanding()

setVerticalBanding

void setVerticalBanding(boolean value)

getAsIGraphicalObject

IGraphicalObject getAsIGraphicalObject()