Create a new cell model factory.
The factory for code cell content.
The IModelDB in which to put the notebook data.
Clone the content factory with a new IModelDB.
Create a new cell by cell type.
Create a new code cell.
A new code cell. If a source cell is provided, the
new cell will be initialized with the data from the source.
If the contentFactory is not provided, the instance
codeCellContentFactory
will be used.
Create a new markdown cell.
A new markdown cell. If a source cell is provided, the new cell will be initialized with the data from the source.
Create a new raw cell.
A new raw cell. If a source cell is provided, the new cell will be initialized with the data from the source.
Generated using TypeDoc
The default implementation of an
IContentFactory
. A namespace for the notebook model content factory.