Skip to content

FlowDoc

Defined in: src/core/ir/flow.ts:27

readonly body: readonly BodyElement[]

Defined in: src/core/ir/flow.ts:29


readonly optional charts?: ReadonlyMap<string, Chart>

Defined in: src/core/ir/flow.ts:41

Parsed charts keyed by relationship id (ChartBlock.chartRelId).


readonly optional embeddedFonts?: ReadonlyMap<string, FontRegistry>

Defined in: src/core/ir/flow.ts:45

Fonts embedded in the source document itself (docx fontTable), by name.


readonly optional headersFooters?: ReadonlyMap<string, readonly BodyElement[]>

Defined in: src/core/ir/flow.ts:39


readonly optional info?: DocumentInfo

Defined in: src/core/ir/flow.ts:47

Document metadata from docProps/core.xml.


readonly kind: "flow"

Defined in: src/core/ir/flow.ts:28


readonly optional language?: string

Defined in: src/core/ir/flow.ts:49

Document natural language hint (BCP-47), e.g. for tagged-PDF /Lang.


readonly optional numbering?: Numbering

Defined in: src/core/ir/flow.ts:38


readonly resources: ResourceStore

Defined in: src/core/ir/flow.ts:43

Content-addressed binary resources (images).


readonly optional section?: SectionProperties

Defined in: src/core/ir/flow.ts:33

Single-section page geometry (xlsx print setup).


readonly sections: readonly Section[]

Defined in: src/core/ir/flow.ts:31

Multi-section page geometry (docx). Empty for single-geometry sources.


readonly styles: StyleSheet

Defined in: src/core/ir/flow.ts:34