ITable class

ITable class

Represents a table on a slide.

The ITable type exposes the following members:

Properties

PropertyDescription
rowsReturns the collectoin of rows.
Read-only IRowCollection.
columnsReturns the collectoin of columns.
Read-only IColumnCollection.
table_formatReturns the TableFormat object that contains formatting properties for this table.
Read-only ITableFormat.
style_presetGet’s or sets builtin table style.
Read/write TableStylePreset.
right_to_leftDetermines whether the table has right to left reading order.
Read-write bool.
first_rowDetermines whether the first row of a table has to be drawn with a special formatting.
Read/write bool.
first_colDetermines whether the first column of a table has to be drawn with a special formatting.
Read/write bool.
last_rowDetermines whether the last row of a table has to be drawn with a special formatting.
Read/write bool.
last_colDetermines whether the last column of a table has to be drawn with a special formatting.
Read/write bool.
horizontal_bandingDetermines whether the even rows has to be drawn with a different formatting.
Read/write bool.
vertical_bandingDetermines whether the even columns has to be drawn with a different formatting.
Read/write bool.
shape_lock
graphical_object_lock
is_text_holder
placeholder
custom_data
raw_frame
frame
line_format
three_d_format
effect_format
fill_format
hidden
z_order_position
connection_site_count
rotation
x
y
width
height
alternative_text
alternative_text_title
name
is_decorative
unique_id
office_interop_shape_id
is_grouped
black_white_mode
parent_group
slide
presentation
hyperlink_click
hyperlink_mouse_over
hyperlink_manager

Methods

MethodDescription
get_thumbnail
get_thumbnail
get_image
get_image
write_as_svg
write_as_svg
set_text_format
set_text_format
set_text_format
merge_cellsMerges neighbour cells.
add_placeholder
remove_placeholder
get_base_placeholder

See Also