Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 2.82 KB

File metadata and controls

34 lines (31 loc) · 2.82 KB

Table

Represents a table that can be added to the page.

Inherited from LinkElement

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 [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 Int? Gets the first rows count repeated for several pages [optional]
repeatingColumnsCount Int? 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 Bool? Gets or sets border included in column widhts. [optional]
columnAdjustment ColumnAdjustment? Gets or sets the table column adjustment. [optional]
zIndex Int? Gets ZIndex of the annotation. [optional]
links [Link]? Link to the document.
Inherited from LinkElement
[optional]

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