ITable Properties |
The ITable type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AlternativeText |
Gets or sets the alternative text associated with a shape.
Read/write
String
.
|
|
|
AlternativeTitle |
Gets or sets the alternative title associated with a shape.
Read/write
String
(Inherited from
IShape
.)
|
|
|
Click |
Gets or sets the hyperlink defined for mouse click.
Read/write
ClickHyperlink
.
|
|
|
ColumnsList |
Gets the collectoin of columns.
Read-only
ColumnCollection
.
|
|
|
EffectDag |
Gets the EffectFormat object which contains pixel effects applied to a shape.
Read-only
EffectDag
Note: can return null for certain types of shapes which don't have effect properties.
|
|
|
Fill |
Gets the FillFormat object that contains fill formatting properties for a shape.
Read-only
Fill
.
Note: can return null for certain types of shapes which don't have fill properties.
|
|
|
FirstCol |
Indicates whether the first column of a table has to be drawn with a special formatting.
Read/write
Boolean
.
|
|
|
FirstRow |
Indicates whether the first row of a table has to be drawn with a special formatting.
Read/write
Boolean
.
|
|
|
Frame |
Gets or sets the shape frame's properties.
Read/write
GraphicFrame
.
|
|
|
Height |
Gets or sets the height of the shape.
Read/write
Int32
.
|
|
|
HorizontalBanding |
Indicates whether the even rows has to be drawn with a different formatting.
Read/write
Boolean
.
|
|
|
Id | (Inherited from IShape .) |
|
|
IsHidden |
Indicates whether the shape is hidden.
Read/write
Boolean
.
|
|
|
IsPlaceholder |
Indicates whether the shape is Placeholder.
Read-only
Boolean
.
|
|
|
IsTextBox |
Indicates whether the shape is TextBox.
Read-only
Boolean
.
(Inherited from
IShape
.)
|
|
|
Item |
Gets the cell at the specified column and row indexes.
Read-only
Cell
.
|
|
|
LastCol |
Indicates whether the last column of a table has to be drawn with a special formatting.
Read/write
Boolean
.
|
|
|
LastRow |
Indicates whether the last row of a table has to be drawn with a special formatting.
Read/write
Boolean
.
|
|
|
Left |
Gets or sets the x-coordinate of the upper-left corner of the shape.
Read/write
Int32
.
|
|
|
Line |
Gets the LineFormat object that contains line formatting properties for a shape.
Read-only
Line
.
Note: can return null for certain types of shapes which don't have line properties.
|
|
|
MouseOver |
Gets or sets the hyperlink defined for mouse over.
Read/write
ClickHyperlink
.
|
|
|
Name |
Gets or sets the name of a shape.
Read/write
String
.
|
|
|
Parent |
Gets the parent slide of a shape.
Read-only
ActiveSlide
.
|
|
|
Placeholder |
Gets the placeholder for a shape.
Read-only
Placeholder
.
|
|
|
Presentation | |
|
|
RightToLeft |
Indicates whether the table has right to left reading order.
Read-write
Boolean
.
|
|
|
Rotation |
Gets or sets the number of degrees the specified shape is rotated around
the z-axis. A positive value indicates clockwise rotation; a negative value
indicates counterclockwise rotation.
Read/write
Single
.
|
|
|
ShapeLocking |
Gets lock type of shape.
Read-only
GraphicalNodeLocking
.
|
|
|
Slide |
Gets the parent slide of a shape.
Read-only
ActiveSlide
.
|
|
|
StylePreset |
Get's or sets builtin table style.
Read/write
TableStylePreset
.
|
|
|
TableRows |
Gets the collectoin of rows.
Read-only
TableRowCollection
.
|
|
|
TagsList |
Gets the shape's tags collection.
Read-only
TagCollection
.
|
|
|
ThreeD |
Gets the ThreeDFormat object that 3d effect properties for a shape.
Read-only
FormatThreeD
.
Note: can return null for certain types of shapes which don't have 3d properties.
|
|
|
Top |
Gets or sets the y-coordinate of the upper-left corner of the shape.
Read/write
Int32
.
|
|
|
VerticalBanding |
Indicates whether the even columns has to be drawn with a different formatting.
Read/write
Boolean
.
|
|
|
Width |
Gets or sets the width of the shape.
Read/write
Int32
.
|
|
|
ZOrderPosition |
Gets or sets the position of a shape in the z-order.
Shapes[0] returns the shape at the back of the z-order,
and Shapes[Shapes.Count - 1] returns the shape at the front of the z-order.
Read/Write
Int32
.
|