Home > scribing > FlowTableCell
Represents a flow table cell
Signature:
/** @sealed */
export declare class FlowTableCell extends FlowTableCellBase
Extends: FlowTableCellBase
Property | Modifiers | Type | Description |
---|---|---|---|
classType |
|
Type<FlowTableCell> | The run-time type that represents this class |
empty |
|
FlowTableCell | Gets an empty table cell |
emptyParagraph |
|
FlowTableCell | Gets a table cell that contains an empty paragraph |
Method | Modifiers | Description |
---|---|---|
fromData(data) | static |
Gets an instance of the current class from the specified data |
getSpannedPositions(root, includeSelf) |