Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.38 KB

scribing.flowtablecell.md

File metadata and controls

31 lines (21 loc) · 1.38 KB

Home > scribing > FlowTableCell

FlowTableCell class

Represents a flow table cell

Signature:

/** @sealed */
export declare class FlowTableCell extends FlowTableCellBase 

Extends: FlowTableCellBase

Properties

Property Modifiers Type Description
classType

static

readonly

Type<FlowTableCell> The run-time type that represents this class
empty

static

readonly

FlowTableCell Gets an empty table cell
emptyParagraph

static

readonly

FlowTableCell Gets a table cell that contains an empty paragraph

Methods

Method Modifiers Description
fromData(data) static Gets an instance of the current class from the specified data
getSpannedPositions(root, includeSelf)