FlowDoc
Defined in: src/core/ir/flow.ts:27
Properties
Section titled “Properties”
readonlybody: readonlyBodyElement[]
Defined in: src/core/ir/flow.ts:29
charts?
Section titled “charts?”
readonlyoptionalcharts?:ReadonlyMap<string,Chart>
Defined in: src/core/ir/flow.ts:41
Parsed charts keyed by relationship id (ChartBlock.chartRelId).
embeddedFonts?
Section titled “embeddedFonts?”
readonlyoptionalembeddedFonts?:ReadonlyMap<string,FontRegistry>
Defined in: src/core/ir/flow.ts:45
Fonts embedded in the source document itself (docx fontTable), by name.
headersFooters?
Section titled “headersFooters?”
readonlyoptionalheadersFooters?:ReadonlyMap<string, readonlyBodyElement[]>
Defined in: src/core/ir/flow.ts:39
readonlyoptionalinfo?:DocumentInfo
Defined in: src/core/ir/flow.ts:47
Document metadata from docProps/core.xml.
readonlykind:"flow"
Defined in: src/core/ir/flow.ts:28
language?
Section titled “language?”
readonlyoptionallanguage?:string
Defined in: src/core/ir/flow.ts:49
Document natural language hint (BCP-47), e.g. for tagged-PDF /Lang.
numbering?
Section titled “numbering?”
readonlyoptionalnumbering?:Numbering
Defined in: src/core/ir/flow.ts:38
resources
Section titled “resources”
readonlyresources:ResourceStore
Defined in: src/core/ir/flow.ts:43
Content-addressed binary resources (images).
section?
Section titled “section?”
readonlyoptionalsection?:SectionProperties
Defined in: src/core/ir/flow.ts:33
Single-section page geometry (xlsx print setup).
sections
Section titled “sections”
readonlysections: readonlySection[]
Defined in: src/core/ir/flow.ts:31
Multi-section page geometry (docx). Empty for single-geometry sources.
styles
Section titled “styles”
readonlystyles:StyleSheet
Defined in: src/core/ir/flow.ts:34