|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Shape
com.aspose.slides.GraphicalObject
com.aspose.slides.Table
public final class Table
Represents a table on a slide.
Method Summary | |
---|---|
ICell |
get_Item(int columnIndex,
int rowIndex)
Returns the cell at the specified column and row indexes. |
IGraphicalObject |
getAsIGraphicalObject()
|
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)
|
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 class com.aspose.slides.GraphicalObject |
---|
getShapeLock |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
---|
public ICell mergeCells(ICell cell1, ICell cell2, boolean allowSplitting)
Merges neighbour cells.
mergeCells
in interface ITable
cell1
- Cell to merge.cell2
- Cell to merge.allowSplitting
- True to allow cells splitting.
public int getStylePreset()
Get's or sets builtin table style.
Read/write TableStylePreset
.
getStylePreset
in interface ITable
public void setStylePreset(int value)
setStylePreset
in interface ITable
public ICell get_Item(int columnIndex, int rowIndex)
Returns the cell at the specified column and row indexes.
Read-only Cell
.
get_Item
in interface ITable
public IRowCollection getRows()
Returns the collectoin of rows.
Read-only RowCollection
.
getRows
in interface ITable
public IColumnCollection getColumns()
Returns the collectoin of columns.
Read-only ColumnCollection
.
getColumns
in interface ITable
public boolean getRightToLeft()
Determines whether the table has right to left reading order.
Read-write bool
.
getRightToLeft
in interface ITable
public void setRightToLeft(boolean value)
setRightToLeft
in interface ITable
public boolean getFirstRow()
Determines whether the first row of a table has to be drawn with a special formatting.
Read/write bool
.
getFirstRow
in interface ITable
public void setFirstRow(boolean value)
setFirstRow
in interface ITable
public boolean getFirstCol()
Determines whether the first column of a table has to be drawn with a special formatting.
Read/write bool
.
getFirstCol
in interface ITable
public void setFirstCol(boolean value)
setFirstCol
in interface ITable
public boolean getLastRow()
Determines whether the last row of a table has to be drawn with a special formatting.
Read/write bool
.
getLastRow
in interface ITable
public void setLastRow(boolean value)
setLastRow
in interface ITable
public boolean getLastCol()
Determines whether the last column of a table has to be drawn with a special formatting.
Read/write bool
.
getLastCol
in interface ITable
public void setLastCol(boolean value)
setLastCol
in interface ITable
public boolean getHorizontalBanding()
Determines whether the even rows has to be drawn with a different formatting.
Read/write bool
.
getHorizontalBanding
in interface ITable
public void setHorizontalBanding(boolean value)
setHorizontalBanding
in interface ITable
public boolean getVerticalBanding()
Determines whether the even columns has to be drawn with a different formatting.
Read/write bool
.
getVerticalBanding
in interface ITable
public void setVerticalBanding(boolean value)
setVerticalBanding
in interface ITable
public IGraphicalObject getAsIGraphicalObject()
getAsIGraphicalObject
in interface ITable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |