Document Type
The unified intermediate representation (the "middleware" format). Every concrete file format converts to and from this single model, so the converter only needs an A→`Document` reader and a `Document`→B writer for each format, and any A→B conversion is `read >> write`.
Record fields
| Record Field |
Description
|
The content, either fluid or paginated.
|
|
|
Page setup a paginated *target* should use when the source was fluid.
|
|
|
Extracted media / binary assets, referenced by id from the body.
|
|
Full Usage:
Schema
Field type: string
|
Schema/version marker so consumers can evolve the model safely.
|
Static members
| Static member |
Description
|
Full Usage:
Document.CurrentSchema
Returns: string
|
Current schema identifier.
|
|
An empty fluid document.
|
|
|
|
Nao