|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITable
| Method Summary | |
|---|---|
void |
dispose()
Dispose object and free resources. |
Cell |
get(int columnIndex,
int rowIndex)
Gets the cell at the specified column and row indexes. |
java.lang.String |
getAlternativeText()
Gets the alternative text associated with a shape. |
ClickHyperlink |
getClick()
Gets the hyperlink defined for mouse click. |
ColumnCollection |
getColumnsList()
Gets the collectoin of columns. |
EffectDag |
getEffectDag()
Gets the EffectFormat object which contains pixel effects applied to a shape. |
FillFormat |
getFill()
Gets the FillFormat object that contains fill formatting properties for a shape. |
boolean |
getFirstCol()
Indicates whether the first column of a table has to be drawn with a special formatting. |
boolean |
getFirstRow()
Indicates whether the first row of a table has to be drawn with a special formatting. |
GraphicFrame |
getFrame()
Gets the shape frame's properties. |
float |
getHeight()
Gets the height of the shape. |
boolean |
getHorizontalBanding()
Indicates whether the even rows has to be drawn with a different formatting. |
boolean |
getLastCol()
Indicates whether the last column of a table has to be drawn with a special formatting. |
boolean |
getLastRow()
Indicates whether the last row of a table has to be drawn with a special formatting. |
float |
getLeft()
Gets the x-coordinate of the upper-left corner of the shape. |
TextLineFormat |
getLine()
Gets the LineFormat object that contains line formatting properties for a shape. |
ClickHyperlink |
getMouseOver()
Gets the hyperlink defined for mouse over. |
java.lang.String |
getName()
Gets the name of a shape. |
ActiveSlide |
getParent()
Gets the parent slide of a shape. |
PlaceholderEx |
getPlaceholder()
Gets the placeholder for a shape. |
Presentation |
getPresentation()
|
boolean |
getRightToLeft()
Indicates whether the table has right to left reading order. |
float |
getRotation()
Gets the number of degrees the specified shape is rotated around the z-axis. |
GraphicalNodeLocking |
getShapeLocking()
Gets lock type of shape. |
ActiveSlide |
getSlide()
Gets the parent slide of a shape. |
TableStylePreset |
getStylePreset()
Get's builtin table style. |
TableRowCollection |
getTableRows()
Gets the collectoin of rows. |
TagCollection |
getTagsList()
Gets the shape's tags collection. |
FormatThreeD |
getThreeD()
Gets the ThreeDFormat object that 3d effect properties for a shape. |
float |
getTop()
Gets the y-coordinate of the upper-left corner of the shape. |
boolean |
getVerticalBanding()
Indicates whether the even columns has to be drawn with a different formatting. |
float |
getWidth()
Gets the width of the shape. |
int |
getZOrderPosition()
Gets the position of a shape in the z-order. |
boolean |
isHidden()
Indicates whether the shape is hidden. |
void |
isHidden(boolean value)
|
boolean |
isTextBox()
Indicates whether the shape is TextHolder. |
void |
mergeCells(Cell cell1,
Cell cell2,
boolean allowSplitting)
Merges neighbour cells. |
void |
removePlaceholder()
Removes placeholder from the shape.s |
void |
setAlternativeText(java.lang.String value)
Sets the alternative text associated with a shape. |
void |
setClick(ClickHyperlink value)
Sets the hyperlink defined for mouse click. |
void |
setFirstRow(boolean value)
|
void |
setFrame(GraphicFrame value)
Sets the shape frame's properties. |
void |
setHeight(float value)
sets the height of the shape. |
void |
setHorizontalBanding(boolean value)
|
void |
setLastCol(boolean value)
|
void |
setLastRow(boolean value)
|
void |
setLeft(double value)
Sets the x-coordinate of the upper-left corner of the shape. |
void |
setMouseOver(ClickHyperlink value)
Sets the hyperlink defined for mouse over. |
void |
setName(java.lang.String value)
Sets the name of a shape. |
void |
setRightToLeft(boolean value)
|
void |
setRotation(float value)
Sets the number of degrees the specified shape is rotated around the z-axis. |
void |
setStylePreset(TableStylePreset value)
Sets builtin table style. |
void |
setTableBorder(TableBorderType borderType,
double borderWidth,
java.awt.Color borderColor)
Setting up the table border |
void |
setTop(double value)
Sets the y-coordinate of the upper-left corner of the shape. |
void |
setVerticalBanding(boolean value)
|
void |
setWidth(float value)
sets the width of the shape. |
| Methods inherited from interface com.spire.presentation.IShape |
|---|
getAlternativeTitle, insertChart, insertPicture, insertSmartArt, insertTable, insertVideo, setAlternativeTitle, setShapeAlignment, setShapeArrange |
| Method Detail |
|---|
void mergeCells(Cell cell1,
Cell cell2,
boolean allowSplitting)
throws DocumentEditException
cell1 - Cell to merge.cell2 - Cell to merge.allowSplitting - True to allow cells splitting.
DocumentEditException
void setTableBorder(TableBorderType borderType,
double borderWidth,
java.awt.Color borderColor)
borderType - border typeborderWidth - border width.borderColor - border java.awt.Color.TableStylePreset getStylePreset()
void setStylePreset(TableStylePreset value)
TableRowCollection getTableRows()
ColumnCollection getColumnsList()
boolean getRightToLeft()
void setRightToLeft(boolean value)
boolean getFirstRow()
void setFirstRow(boolean value)
boolean getFirstCol()
boolean getLastRow()
void setLastRow(boolean value)
boolean getLastCol()
void setLastCol(boolean value)
boolean getHorizontalBanding()
void setHorizontalBanding(boolean value)
boolean getVerticalBanding()
void setVerticalBanding(boolean value)
GraphicalNodeLocking getShapeLocking()
boolean isTextBox()
isTextBox in interface IShapePlaceholderEx getPlaceholder()
getPlaceholder in interface IShapeTagCollection getTagsList()
getTagsList in interface IShapeGraphicFrame getFrame()
getFrame in interface IShapevoid setFrame(GraphicFrame value)
setFrame in interface IShapeTextLineFormat getLine()
getLine in interface IShapeFormatThreeD getThreeD()
getThreeD in interface IShapeEffectDag getEffectDag()
getEffectDag in interface IShapeFillFormat getFill()
getFill in interface IShapeClickHyperlink getClick()
getClick in interface IShapevoid setClick(ClickHyperlink value)
setClick in interface IShapeClickHyperlink getMouseOver()
getMouseOver in interface IShapevoid setMouseOver(ClickHyperlink value)
setMouseOver in interface IShapeboolean isHidden()
isHidden in interface IShapevoid isHidden(boolean value)
isHidden in interface IShapeActiveSlide getParent()
getParent in interface IShapeint getZOrderPosition()
getZOrderPosition in interface IShapefloat getRotation()
getRotation in interface IShapevoid setRotation(float value)
setRotation in interface IShapefloat getLeft()
getLeft in interface IShapevoid setLeft(double value)
setLeft in interface IShapefloat getTop()
getTop in interface IShapevoid setTop(double value)
setTop in interface IShapefloat getWidth()
getWidth in interface IShapevoid setWidth(float value)
setWidth in interface IShapefloat getHeight()
getHeight in interface IShapevoid setHeight(float value)
setHeight in interface IShapejava.lang.String getAlternativeText()
getAlternativeText in interface IShapevoid setAlternativeText(java.lang.String value)
setAlternativeText in interface IShapejava.lang.String getName()
getName in interface IShapevoid setName(java.lang.String value)
setName in interface IShapeActiveSlide getSlide()
getSlide in interface IShapePresentation getPresentation()
getPresentation in interface IShape
Cell get(int columnIndex,
int rowIndex)
columnIndex - rowIndex -
void removePlaceholder()
removePlaceholder in interface IShapevoid dispose()
dispose in interface IShape
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||