Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 2.58 KB

File metadata and controls

32 lines (29 loc) · 2.58 KB

AsposePdfCloud::Table

Represents a table that can be added to the page.

Properties

Name Type Description Notes
links Array<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 Array<Row> Sets the rows of the table.
default_column_width String 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 String Gets the column widths of the table. [optional]
repeating_rows_count Integer Gets the first rows count repeated for several pages [optional]
repeating_columns_count Integer 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 BOOLEAN Gets or sets border included in column widhts. [optional]
column_adjustment ColumnAdjustment Gets or sets the table column adjustment. [optional]
z_index Integer Gets ZIndex of the annotation. [optional]