|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.ShapeEx
com.aspose.slides.pptx.GraphicalObjectEx
com.aspose.slides.pptx.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. |
TableStylePresetEx |
getStylePreset()
Returns the built-in style of a table. |
boolean |
getVerticalBanding()
Determines whether the even columns has to be drawn with a different formatting. |
void |
mergeCells(CellEx cell1,
CellEx cell2,
boolean allowSplitting)
|
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 |
setStylePreset(TableStylePresetEx value)
Sets the built-in style of a table. |
void |
setVerticalBanding(boolean value)
Sets whether the even columns has to be drawn with a different formatting. |
Methods inherited from class com.aspose.slides.pptx.GraphicalObjectEx |
---|
getShapeLock |
Methods inherited from class com.aspose.slides.pptx.ShapeEx |
---|
getFillFormat, getFrame, getHeight, getHLinkClick, getHLinkMouseOver, getLineFormat, getParent, getPlaceholder, getPresentation, getRawFrame, getRotation, getShapeId, getSlide, getTags, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, isHidden, isTextHolder, setFrame, setHeight, setHidden, setHLinkClick, setHLinkMouseOver, setRawFrame, setRotation, setWidth, setX, setY |
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)
public TableStylePresetEx getStylePreset()
public void setStylePreset(TableStylePresetEx value)
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 |