Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 2.68 KB

File metadata and controls

36 lines (31 loc) · 2.68 KB

Table

Represents a table that can be added to the page.

Properties

Name Type Description Notes
alignment HorizontalAlignment Gets HorizontalAlignment of the table alignment. [optional]
horizontalAlignment HorizontalAlignment Gets HorizontalAlignment of the table alignment. [optional]
verticalAlignment VerticalAlignment Gets VerticalAlignment of the annotation. [optional]
top Double Gets or sets the table top coordinate. [optional]
left Double Gets or sets the table left coordinate. [optional]
defaultCellTextState TextState Gets or sets the default cell text state. [optional]
defaultCellPadding 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.
defaultColumnWidth String Gets default cell border; [optional]
defaultCellBorder BorderInfo Gets default cell border; [optional]
broken TableBroken Gets or sets table vertial broken; [optional]
columnWidths String Gets the column widths of the table. [optional]
repeatingRowsCount Integer Gets the first rows count repeated for several pages [optional]
repeatingColumnsCount Integer Gets or sets the maximum columns count for table [optional]
repeatingRowsStyle TextState Gets the style for repeating rows [optional]
cornerStyle BorderCornerStyle Gets or sets the styles of the border corners [optional]
breakText TextRect Gets or sets break text for table [optional]
backgroundColor Color Gets or sets table background color [optional]
isBordersIncluded Boolean Gets or sets border included in column widhts. [optional]
columnAdjustment ColumnAdjustment Gets or sets the table column adjustment. [optional]
zIndex Integer Gets ZIndex of the annotation. [optional]
links List<Link> Link to the document. [optional]

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