|
||||||||
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(int columnIndex,
int rowIndex)
Returns a cell at the specified column and row indexes. |
ColumnsEx |
getColumns()
Returns the collection 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. |
RowsEx |
getRows()
Returns the collection of rows. |
boolean |
getVerticalBanding()
Determines whether the even columns has to be drawn with a different formatting. |
void |
setFirstCol(boolean value)
Sets whether the first column of a table has to be drawn with a special formatting. |
void |
setFirstRow(boolean value)
Sets whether the first row of a table has to be drawn with a special formatting. |
void |
setHorizontalBanding(boolean value)
Sets whether the even rows has to be drawn with a different formatting. |
void |
setLastCol(boolean value)
Sets whether the last column of a table has to be drawn with a special formatting. |
void |
setLastRow(boolean value)
Sets whether the last row of a table has to be drawn with a special formatting. |
void |
setRightToLeft(boolean value)
Sets whether the table has right to left reading order. |
void |
setVerticalBanding(boolean value)
Sets whether the even columns has to be drawn with a different formatting. |
Methods inherited from class com.aspose.slides.ShapeEx |
---|
getFillFormat, getHeight, getHLinkClick, getHLinkMouseOver, getLineFormat, getParent, getPresentation, getSlide, getTextFrame, getWidth, getX, getY, getZOrderPosition, isFlipH, isFlipV, isHidden, isTextHolder, setFlipH, setFlipV, setHeight, setHidden, setHLinkClick, setHLinkMouseOver, setWidth, setX, setY |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public CellEx get(int columnIndex, int rowIndex)
columnIndex
- column index of a cell.rowIndex
- row index of a cell.
CellEx
.public RowsEx getRows()
RowsEx
.public ColumnsEx getColumns()
ColumnsEx
.public boolean getRightToLeft()
public void setRightToLeft(boolean value)
value
- true to set right to left reading order.public boolean getFirstRow()
public void setFirstRow(boolean value)
value
- true to draw first row of a table with a special
formatting.public boolean getFirstCol()
public void setFirstCol(boolean value)
value
- true to draw first column of a table with a special
formatting.public boolean getLastRow()
public void setLastRow(boolean value)
value
- true to draw last row of a table with a special
formatting.public boolean getLastCol()
public void setLastCol(boolean value)
value
- true to draw last column of a table with a special
formatting.public boolean getHorizontalBanding()
public void setHorizontalBanding(boolean value)
value
- true to draw even rows with a different formatting.public boolean getVerticalBanding()
public void setVerticalBanding(boolean value)
value
- true to draw even columns with a different formatting.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |