An INodeStyle for tables.
Implements
- I
- I
Remarks
This implementation stores the table instance and therefore, its instances cannot be shared among different table instances.
See Also
Developer's Guide
Members
No filters for this type
Constructors
Properties
Gets or sets the style that is used to draw the background of the table.
Gets or sets the style that is used to draw the background of the table.
By default, the background style is a VOID_NODE_STYLE and nothing is drawn.
final
See Also
Developer's Guide
Gets the renderer implementation that can be queried for implementations that provide details about the visual appearance and visual behavior for a given node and this style instance.
Gets the renderer implementation that can be queried for implementations that provide details about the visual appearance and visual behavior for a given node and this style instance.
The idiom for retrieving, e.g. an IVisualCreator implementation for a given style is:
const creator = style.renderer.getVisualCreator(node, style)
const visual = creator.createVisual(context)readonlyfinal
Implements
INodeStyle.rendererGets or sets the order in which rows and columns are rendered.
Gets or sets the order in which rows and columns are rendered.
conversionfinal
See Also
Developer's Guide
Methods
Create a clone of this object.
Create a clone of this object.