table Grid Model To Xml Table
Type: Function
How to get tableGridModelToXmlTable?
JavaScript
import tableGridModelToXmlTable from 'fontoxml-table-flow/src/tableGridModelToXmlTable.js'
Serializes the TableGridModel to XML. Use this function only when overriding the standard applyToDom method on the TableDefinition.
Arguments
table
Definition (Required)
Type: TableDefinition
The table definition to use
table
Grid Model (Required)
Type: TableGridModel
The TableGridModel to be serialized
table
Node (Required)
Type: Node
The table node to serialize to
blueprint
(Required)
Type: Blueprint
The blueprint to use
format
(Required)
Type: Format
The format to use
Returns
Type: Boolean