|
||||||||
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. |
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 class com.aspose.slides.GraphicalObject |
---|
getGraphicalObjectLock |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.IGraphicalObject |
---|
getGraphicalObjectLock |
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 final 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 final int getStylePreset()
Get's or sets builtin table style.
Read/write TableStylePreset
.
getStylePreset
in interface ITable
public final void setStylePreset(int value)
Get's or sets builtin table style.
Read/write TableStylePreset
.
setStylePreset
in interface ITable
public final 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 final IRowCollection getRows()
Returns the collectoin of rows.
Read-only IRowCollection
.
getRows
in interface ITable
public final IColumnCollection getColumns()
Returns the collectoin of columns.
Read-only IColumnCollection
.
getColumns
in interface ITable
public final boolean getRightToLeft()
Determines whether the table has right to left reading order.
Read-write bool
.
getRightToLeft
in interface ITable
public final void setRightToLeft(boolean value)
Determines whether the table has right to left reading order.
Read-write bool
.
setRightToLeft
in interface ITable
public final 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 final void setFirstRow(boolean value)
Determines whether the first row of a table has to be drawn with a special formatting.
Read/write bool
.
setFirstRow
in interface ITable
public final 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 final void setFirstCol(boolean value)
Determines whether the first column of a table has to be drawn with a special formatting.
Read/write bool
.
setFirstCol
in interface ITable
public final 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 final void setLastRow(boolean value)
Determines whether the last row of a table has to be drawn with a special formatting.
Read/write bool
.
setLastRow
in interface ITable
public final 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 final void setLastCol(boolean value)
Determines whether the last column of a table has to be drawn with a special formatting.
Read/write bool
.
setLastCol
in interface ITable
public final boolean getHorizontalBanding()
Determines whether the even rows has to be drawn with a different formatting.
Read/write bool
.
getHorizontalBanding
in interface ITable
public final void setHorizontalBanding(boolean value)
Determines whether the even rows has to be drawn with a different formatting.
Read/write bool
.
setHorizontalBanding
in interface ITable
public final boolean getVerticalBanding()
Determines whether the even columns has to be drawn with a different formatting.
Read/write bool
.
getVerticalBanding
in interface ITable
public final void setVerticalBanding(boolean value)
Determines whether the even columns has to be drawn with a different formatting.
Read/write bool
.
setVerticalBanding
in interface ITable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |