Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 2.69 KB

File metadata and controls

34 lines (30 loc) · 2.69 KB

Table

Represents a table that can be added to the page.

Properties

Name Type Description Notes
links list[Link] Link to the document. [optional]
alignment HorizontalAlignment Gets HorizontalAlignment of the table alignment. [optional]
horizontal_alignment HorizontalAlignment Gets HorizontalAlignment of the table alignment. [optional]
vertical_alignment VerticalAlignment Gets VerticalAlignment of the annotation. [optional]
top float Gets or sets the table top coordinate. [optional]
left float Gets or sets the table left coordinate. [optional]
default_cell_text_state TextState Gets or sets the default cell text state. [optional]
default_cell_padding MarginInfo Gets or sets the default cell padding. [optional]
border BorderInfo Gets or sets the border. [optional]
margin MarginInfo Gets or sets a outer margin for paragraph (for pdf generation) [optional]
rows list[Row] Sets the rows of the table.
default_column_width str Gets default cell border; [optional]
default_cell_border BorderInfo Gets default cell border; [optional]
broken TableBroken Gets or sets table vertial broken; [optional]
column_widths str Gets the column widths of the table. [optional]
repeating_rows_count int Gets the first rows count repeated for several pages [optional]
repeating_columns_count int Gets or sets the maximum columns count for table [optional]
repeating_rows_style TextState Gets the style for repeating rows [optional]
corner_style BorderCornerStyle Gets or sets the styles of the border corners [optional]
break_text TextRect Gets or sets break text for table [optional]
background_color Color Gets or sets table background color [optional]
is_borders_included bool Gets or sets border included in column widhts. [optional]
column_adjustment ColumnAdjustment Gets or sets the table column adjustment. [optional]
z_index int Gets ZIndex of the annotation. [optional]

[Back to Model list] [Back to API list] [Back to README]