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_image(self)
get_image(self, bounds, scale_x, scale_y)
write_as_svg(self, stream)
write_as_svg(self, stream, svg_options)
set_text_format(self, source)
set_text_format(self, source)
set_text_format(self, source)
merge_cells(self, cell1, cell2, allow_splitting)Merges neighbour cells.
add_placeholder(self, placeholder_to_copy_from)
remove_placeholder(self)
get_base_placeholder(self)

See Also