|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ShapeEx
com.aspose.slides.GraphicalObjectEx
com.aspose.slides.TableEx
public final class TableEx
Represents a table on a slide.
Method Summary | |
---|---|
CellEx |
get_Item(int columnIndex,
int rowIndex)
Returns the cell at the specified column and row indexes. |
ColumnExCollection |
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. |
RowExCollection |
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. |
float |
getX()
Returns or sets the x-coordinate of the upper-left corner of the table. |
float |
getY()
Returns or sets the y-coordinate of the upper-left corner of the table. |
void |
mergeCells(CellEx cell1,
CellEx 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)
|
void |
setX(float value)
|
void |
setY(float value)
|
Methods inherited from class com.aspose.slides.GraphicalObjectEx |
---|
getShapeLock |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void mergeCells(CellEx cell1, CellEx cell2, boolean allowSplitting)
Merges neighbour cells.
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 TableStylePresetEx
.
public void setStylePreset(int value)
public CellEx get_Item(int columnIndex, int rowIndex)
Returns the cell at the specified column and row indexes.
Read-only CellEx
.
public RowExCollection getRows()
Returns the collectoin of rows.
Read-only RowExCollection
.
public ColumnExCollection getColumns()
Returns the collectoin of columns.
Read-only ColumnExCollection
.
public boolean getRightToLeft()
Determines whether the table has right to left reading order.
Read-write bool
.
public void setRightToLeft(boolean value)
public boolean getFirstRow()
Determines whether the first row of a table has to be drawn with a special formatting.
Read/write bool
.
public void setFirstRow(boolean value)
public boolean getFirstCol()
Determines whether the first column of a table has to be drawn with a special formatting.
Read/write bool
.
public void setFirstCol(boolean value)
public boolean getLastRow()
Determines whether the last row of a table has to be drawn with a special formatting.
Read/write bool
.
public void setLastRow(boolean value)
public boolean getLastCol()
Determines whether the last column of a table has to be drawn with a special formatting.
Read/write bool
.
public void setLastCol(boolean value)
public boolean getHorizontalBanding()
Determines whether the even rows has to be drawn with a different formatting.
Read/write bool
.
public void setHorizontalBanding(boolean value)
public boolean getVerticalBanding()
Determines whether the even columns has to be drawn with a different formatting.
Read/write bool
.
public void setVerticalBanding(boolean value)
public float getX()
Returns or sets the x-coordinate of the upper-left corner of the table.
Read/write int
.
getX
in class ShapeEx
public void setX(float value)
setX
in class ShapeEx
public float getY()
Returns or sets the y-coordinate of the upper-left corner of the table.
Read/write int
.
getY
in class ShapeEx
public void setY(float value)
setY
in class ShapeEx
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |