ooxast
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

Note This repository is automatically generated from the main parser monorepo. Please submit any issues or pull requests there.

ooxast

npm version npm downloads

Type definitions for ooxast (Open Office XML abstract syntax tree), a syntax for abstract syntax trees representing Open Office XML documents in the unist format.

Contents

What is this?

When should I use this?

Install

This package is ESM only. In Node.js (version 12.20+, 14.14+, 16.0+, 18.0+), install as

pnpm add ooxast
# or with yarn
# yarn add ooxast
# or with npm
# npm install ooxast

Use

API

Index

Namespaces


document

document

Defined in: src/lib/ooxml/wordprocessingml/main.ts:5007 src/lib/ooxml/wordprocessingml/main.ts:5024


AbstractNum

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:abstractNumId: string;
}
Type declaration
Member Type
w:abstractNumId string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:15

children

(StringTag<"start"> | Lvl | MultiLevelType | StringTag<"name"> | LongHexNumber | StringTag<"numStyleLink"> | StringTag<"styleLink">)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:18

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:abstractNum"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:14

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:13


AbstractNumMap

Properties

lvl?

Lvl[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:22

multiLevelType?

MultiLevelType

Defined in: src/lib/ooxml/wordprocessingml/main.ts:23

name?

StringTag<"name">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:24

nsid?

LongHexNumber

Defined in: src/lib/ooxml/wordprocessingml/main.ts:25

StringTag<"numStyleLink">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:26

start?

StringTag<"start">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:29

StringTag<"styleLink">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:27

tmpl?

LongHexNumber

Defined in: src/lib/ooxml/wordprocessingml/main.ts:28


AltChunk

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:id?: string;
}
Type declaration
Member Type
w:id? string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:35

children

AltChunkPr[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:38

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:altChunk"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:34

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:33


AltChunkMap

Properties

altChunkPr?

AltChunkPr

Defined in: src/lib/ooxml/wordprocessingml/main.ts:42


AltChunkPr

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:48

children

OnOff<"matchSrc">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:49

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:altChunkPr"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:47

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:46


AltChunkPrMap

Properties

matchSrc?

OnOff<"matchSrc">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:53


Attr

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:name: string;
    w:uri: string;
    w:val: string;
}
Type declaration
Member Type
w:name string
w:uri string
w:val string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:59

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:64

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:attr"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:58

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:57


Attributes

Information associated with an element.

Indexable

[name: string]: string | null | undefined


AutoCaption

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:caption: string;
    w:name: string;
}
Type declaration
Member Type
w:caption string
w:name string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:70

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:74

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:autoCaption"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:69

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:68


AutoCaptions

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:80

children

AutoCaption[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:81

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:autoCaptions"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:79

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:78


AutoCaptionsMap

Properties

autoCaption

AutoCaption[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:85


Background

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:color?: string;
    w:themeColor?: ThemeColorVal;
    w:themeShade?: string;
    w:themeTint?: string;
}
Type declaration
Member Type
w:color? string
w:themeColor? ThemeColorVal
w:themeShade? string
w:themeTint? string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:91

children

Drawing[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:97

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:background"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:90

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:89


BackgroundMap

Properties

drawing?

Drawing

Defined in: src/lib/ooxml/wordprocessingml/main.ts:101


Base64Binary

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:val: string;
}
Type declaration
Member Type
w:val string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:107

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:110

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:base64Binary"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:106

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:105


BdoContentRun

Syntactic units in unist syntax trees are called nodes.

Hierarchy

  • Node.BdoContentRun

Properties

attributes

object

{
    w:val?: DirectionVal;
}
Type declaration
Member Type
w:val? DirectionVal

Defined in: src/lib/ooxml/wordprocessingml/main.ts:116

children

(OMath | RunTrackChange<"del"> | RunTrackChange<"ins"> | MarkupRange<"bookmarkEnd"> | never | MarkupRange<"commentRangeEnd"> | MarkupRange<"commentRangeStart"> | CustomXmlRun | Markup<"customXmlDelRangeEnd"> | TrackChange<"customXmlDelRangeStart"> | Markup<"customXmlInsRangeEnd"> | TrackChange<"customXmlInsRangeStart"> | Markup<"customXmlMoveFromRangeEnd"> | TrackChange<"customXmlMoveFromRangeStart"> | Markup<"customXmlMoveToRangeEnd"> | TrackChange<"customXmlMoveToRangeStart"> | SimpleField | Hyperlink | RunTrackChange<"moveFrom"> | MarkupRange<"moveFromRangeEnd"> | never | RunTrackChange<"moveTo"> | MarkupRange<"moveToRangeEnd"> | OMathPara | Perm | never | ProofErr | SdtRun | SmartTagRun | BdoContentRun | R | DirContentRun | Rel<"subDoc">)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:119

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:bdoContentRun"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:115

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:114


BdoContentRunMap

Properties

bdo?

BdoContentRun[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:123

bookmarkType?

BookmarkTypes

Defined in: src/lib/ooxml/wordprocessingml/main.ts:124

customXMLTypes?

Markup<"customXmlDelRangeEnd"> | TrackChange<"customXmlDelRangeStart"> | Markup<"customXmlInsRangeEnd"> | TrackChange<"customXmlInsRangeStart"> | Markup<"customXmlMoveFromRangeEnd"> | TrackChange<"customXmlMoveFromRangeStart"> | Markup<"customXmlMoveToRangeEnd"> | TrackChange<"customXmlMoveToRangeStart">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:126

customXml?

CustomXmlRun[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:125

del?

RunTrackChange<"del">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:127

dir?

DirContentRun[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:128

fldSimple?

SimpleField[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:129

Hyperlink[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:130

ins?

RunTrackChange<"ins">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:131

moveFrom?

RunTrackChange<"moveFrom">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:132

moveFromRangeEnd?

MarkupRange<"moveFromRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:133

moveFromRangeStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:134

moveTo?

RunTrackChange<"moveTo">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:135

moveToRangeEnd?

MarkupRange<"moveToRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:136

moveToRangeStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:137

oMath?

OMath[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:138

oMathPara?

OMathPara[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:139

permEnd?

Perm[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:140

permStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:141

proofErr?

ProofErr[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:142

r?

R[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:143

sdt?

SdtRun[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:144

smartTag?

SmartTagRun[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:145

subDoc?

Rel<"subDoc">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:146


Body

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:152

children

(OMath | RunTrackChange<"del"> | RunTrackChange<"ins"> | MarkupRange<"bookmarkEnd"> | never | MarkupRange<"commentRangeEnd"> | MarkupRange<"commentRangeStart"> | Markup<"customXmlDelRangeEnd"> | TrackChange<"customXmlDelRangeStart"> | Markup<"customXmlInsRangeEnd"> | TrackChange<"customXmlInsRangeStart"> | Markup<"customXmlMoveFromRangeEnd"> | TrackChange<"customXmlMoveFromRangeStart"> | Markup<"customXmlMoveToRangeEnd"> | TrackChange<"customXmlMoveToRangeStart"> | RunTrackChange<"moveFrom"> | MarkupRange<"moveFromRangeEnd"> | never | RunTrackChange<"moveTo"> | MarkupRange<"moveToRangeEnd"> | OMathPara | Perm | never | ProofErr | CustomXmlBlock | SdtBlock | P | AltChunk | Tbl | SectPr)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:153

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:body"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:151

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:150


BodyMap

Properties

altChunk?

AltChunk[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:157

bookmarkType?

BookmarkTypes

Defined in: src/lib/ooxml/wordprocessingml/main.ts:158

customXMLTypes?

Markup<"customXmlDelRangeEnd"> | TrackChange<"customXmlDelRangeStart"> | Markup<"customXmlInsRangeEnd"> | TrackChange<"customXmlInsRangeStart"> | Markup<"customXmlMoveFromRangeEnd"> | TrackChange<"customXmlMoveFromRangeStart"> | Markup<"customXmlMoveToRangeEnd"> | TrackChange<"customXmlMoveToRangeStart">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:160

customXml?

CustomXmlBlock[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:159

del?

RunTrackChange<"del">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:161

ins?

RunTrackChange<"ins">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:162

moveFrom?

RunTrackChange<"moveFrom">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:163

moveFromRangeEnd?

MarkupRange<"moveFromRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:164

moveFromRangeStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:165

moveTo?

RunTrackChange<"moveTo">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:166

moveToRangeEnd?

MarkupRange<"moveToRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:167

moveToRangeStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:168

oMath?

OMath[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:169

oMathPara?

OMathPara[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:170

p?

P[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:171

permEnd?

Perm[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:172

permStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:173

proofErr?

ProofErr[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:174

sdt?

SdtBlock[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:175

sectPr?

SectPr

Defined in: src/lib/ooxml/wordprocessingml/main.ts:176

tbl?

Tbl[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:177


BookmarkInterface

Properties

bookmarkEnd?

MarkupRange<"bookmarkEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:2753

bookmarkStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:2754

commentRangeEnd?

MarkupRange<"commentRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:2755

commentRangeStart?

MarkupRange<"commentRangeStart">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:2756


Border

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:color?: string;
    w:frame?: string;
    w:shadow?: string;
    w:space?: string;
    w:sz?: string;
    w:themeColor?: ThemeColorVal;
    w:themeShade?: string;
    w:themeTint?: string;
    w:val: BorderVal;
}
Type declaration
Member Type
w:color? string
w:frame? string
w:shadow? string
w:space? string
w:sz? string
w:themeColor? ThemeColorVal
w:themeShade? string
w:themeTint? string
w:val BorderVal

Defined in: src/lib/ooxml/wordprocessingml/main.ts:202

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:213

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:bdr"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:201

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:200


Br

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:clear?: BrClearVal;
    w:type?: BrTypeVal;
}
Type declaration
Member Type
w:clear? BrClearVal
w:type? BrTypeVal

Defined in: src/lib/ooxml/wordprocessingml/main.ts:229

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:233

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:br"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:228

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:227


CalendarType

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:val: CalendarTypeVal;
}
Type declaration
Member Type
w:val CalendarTypeVal

Defined in: src/lib/ooxml/wordprocessingml/main.ts:239

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:242

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:calendarType"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:238

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:237


Caption

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:chapNum?: string;
    w:heading?: string;
    w:name: string;
    w:noLabel?: string;
    w:numFmt?: NumberFormatVal;
    w:pos?: CaptionPosVal;
    w:sep?: ChapterSepVal;
}
Type declaration
Member Type
w:chapNum? string
w:heading? string
w:name string
w:noLabel? string
w:numFmt? NumberFormatVal
w:pos? CaptionPosVal
w:sep? ChapterSepVal

Defined in: src/lib/ooxml/wordprocessingml/main.ts:248

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:257

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:caption"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:247

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:246


Captions

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:263

children

(AutoCaptions | Caption)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:264

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:captions"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:262

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:261


CaptionsMap

Properties

autoCaptions?

AutoCaptions

Defined in: src/lib/ooxml/wordprocessingml/main.ts:268

caption

Caption[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:269


CharacterSpacing

Syntactic units in unist syntax trees are called nodes.

Hierarchy

  • Node.CharacterSpacing

Properties

attributes

object

{
    w:val: CharacterSpacingVal;
}
Type declaration
Member Type
w:val CharacterSpacingVal

Defined in: src/lib/ooxml/wordprocessingml/main.ts:285

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:288

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:characterSpacing"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:284

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:283


Charset

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:characterSet?: string;
}
Type declaration
Member Type
w:characterSet? string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:294

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:297

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:charset"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:293

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:292


Cnf

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:evenHBand: string;
    w:evenVBand: string;
    w:firstColumn: string;
    w:firstRow: string;
    w:firstRowFirstColumn: string;
    w:firstRowLastColumn: string;
    w:lastColumn: string;
    w:lastRow: string;
    w:lastRowFirstColumn: string;
    w:lastRowLastColumn: string;
    w:oddHBand: string;
    w:oddVBand: string;
}
Type declaration
Member Type
w:evenHBand string
w:evenVBand string
w:firstColumn string
w:firstRow string
w:firstRowFirstColumn string
w:firstRowLastColumn string
w:lastColumn string
w:lastRow string
w:lastRowFirstColumn string
w:lastRowLastColumn string
w:oddHBand string
w:oddVBand string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:303

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:317

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:cnf"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:302

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:301


Color

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:themeColor?: ThemeColorVal;
    w:themeShade?: string;
    w:themeTint?: string;
    w:val: string;
}
Type declaration
Member Type
w:themeColor? ThemeColorVal
w:themeShade? string
w:themeTint? string
w:val string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:323

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:329

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:color"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:322

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:321


ColorSchemeMapping

Syntactic units in unist syntax trees are called nodes.

Hierarchy

  • Node.ColorSchemeMapping

Properties

attributes

object

{
    w:accent1: WmlColorSchemeIndexVal;
    w:accent2: WmlColorSchemeIndexVal;
    w:accent3: WmlColorSchemeIndexVal;
    w:accent4: WmlColorSchemeIndexVal;
    w:accent5: WmlColorSchemeIndexVal;
    w:accent6: WmlColorSchemeIndexVal;
    w:bg1: WmlColorSchemeIndexVal;
    w:bg2: WmlColorSchemeIndexVal;
    w:followedHyperlink: WmlColorSchemeIndexVal;
    w:hyperlink: WmlColorSchemeIndexVal;
    w:t1: WmlColorSchemeIndexVal;
    w:t2: WmlColorSchemeIndexVal;
}
Type declaration
Member Type
w:accent1 WmlColorSchemeIndexVal
w:accent2 WmlColorSchemeIndexVal
w:accent3 WmlColorSchemeIndexVal
w:accent4 WmlColorSchemeIndexVal
w:accent5 WmlColorSchemeIndexVal
w:accent6 WmlColorSchemeIndexVal
w:bg1 WmlColorSchemeIndexVal
w:bg2 WmlColorSchemeIndexVal
w:followedHyperlink WmlColorSchemeIndexVal
w:hyperlink WmlColorSchemeIndexVal
w:t1 WmlColorSchemeIndexVal
w:t2 WmlColorSchemeIndexVal

Defined in: src/lib/ooxml/wordprocessingml/main.ts:335

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:349

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:colorSchemeMapping"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:334

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:333


Column

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:space?: string;
    w:w?: string;
}
Type declaration
Member Type
w:space? string
w:w? string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:355

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:359

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:column"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:354

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:353


Columns

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:equalWidth?: string;
    w:num?: string;
    w:sep?: string;
    w:space?: string;
}
Type declaration
Member Type
w:equalWidth? string
w:num? string
w:sep? string
w:space? string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:365

children

Column[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:371

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:columns"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:364

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:363


ColumnsMap

Properties

col?

Column[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:375


CommentMap

Properties

altChunk?

AltChunk[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:388

bookmarkType?

BookmarkTypes

Defined in: src/lib/ooxml/wordprocessingml/main.ts:389

customXMLTypes?

Markup<"customXmlDelRangeEnd"> | TrackChange<"customXmlDelRangeStart"> | Markup<"customXmlInsRangeEnd"> | TrackChange<"customXmlInsRangeStart"> | Markup<"customXmlMoveFromRangeEnd"> | TrackChange<"customXmlMoveFromRangeStart"> | Markup<"customXmlMoveToRangeEnd"> | TrackChange<"customXmlMoveToRangeStart">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:391

customXml?

CustomXmlBlock[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:390

del?

RunTrackChange<"del">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:392

ins?

RunTrackChange<"ins">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:393

moveFrom?

RunTrackChange<"moveFrom">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:394

moveFromRangeEnd?

MarkupRange<"moveFromRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:395

moveFromRangeStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:396

moveTo?

RunTrackChange<"moveTo">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:397

moveToRangeEnd?

MarkupRange<"moveToRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:398

moveToRangeStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:399

oMath?

OMath[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:400

oMathPara?

OMathPara[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:401

p?

P[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:402

permEnd?

Perm[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:403

permStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:404

proofErr?

ProofErr[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:405

sdt?

SdtBlock[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:406

tbl?

Tbl[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:407


Comments

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:413

children

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:414

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:comments"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:412

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:411


CommentsMap

Properties

comment?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:418


Compat

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:424

children

(OnOff<"adjustLineHeightInTable"> | OnOff<"applyBreakingRules"> | OnOff<"balanceSingleByteDoubleByteWidth"> | CompatSetting | OnOff<"doNotExpandShiftReturn"> | OnOff<"doNotLeaveBackslashAlone"> | OnOff<"spaceForUL"> | OnOff<"ulTrailSpace">)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:425

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:compat"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:423

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:422


CompatMap

Properties

adjustLineHeightInTable?

OnOff<"adjustLineHeightInTable">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:429

applyBreakingRules?

OnOff<"applyBreakingRules">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:430

balanceSingleByteDoubleByteWidth?

OnOff<"balanceSingleByteDoubleByteWidth">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:431

compatSetting?

CompatSetting[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:432

doNotExpandShiftReturn?

OnOff<"doNotExpandShiftReturn">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:433

doNotLeaveBackslashAlone?

OnOff<"doNotLeaveBackslashAlone">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:434

spaceForUL?

OnOff<"spaceForUL">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:435

ulTrailSpace?

OnOff<"ulTrailSpace">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:436


CompatSetting

Syntactic units in unist syntax trees are called nodes.

Hierarchy

  • Node.CompatSetting

Properties

attributes

object

{
    w:name: string;
    w:uri: string;
    w:val: string;
}
Type declaration
Member Type
w:name string
w:uri string
w:val string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:442

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:447

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:compatSetting"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:441

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:440


Control

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:id?: string;
    w:name?: string;
    w:shapeid?: string;
}
Type declaration
Member Type
w:id? string
w:name? string
w:shapeid? string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:453

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:458

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:control"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:452

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:451


CustomXMLTypes

Properties

customXmlDelRangeEnd?

Markup<"customXmlDelRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:462

customXmlDelRangeStart?

TrackChange<"customXmlDelRangeStart">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:463

customXmlInsRangeEnd?

Markup<"customXmlInsRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:464

customXmlInsRangeStart?

TrackChange<"customXmlInsRangeStart">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:465

customXmlMoveFromRangeEnd?

Markup<"customXmlMoveFromRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:466

customXmlMoveFromRangeStart?

TrackChange<"customXmlMoveFromRangeStart">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:467

customXmlMoveToRangeEnd?

Markup<"customXmlMoveToRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:468

customXmlMoveToRangeStart?

TrackChange<"customXmlMoveToRangeStart">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:469


CustomXmlBlock

Syntactic units in unist syntax trees are called nodes.

Hierarchy

  • Node.CustomXmlBlock

Properties

attributes

object

{
    w:element: string;
    w:uri: string;
}
Type declaration
Member Type
w:element string
w:uri string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:474

children

(OMath | RunTrackChange<"del"> | RunTrackChange<"ins"> | MarkupRange<"bookmarkEnd"> | never | MarkupRange<"commentRangeEnd"> | MarkupRange<"commentRangeStart"> | Markup<"customXmlDelRangeEnd"> | TrackChange<"customXmlDelRangeStart"> | Markup<"customXmlInsRangeEnd"> | TrackChange<"customXmlInsRangeStart"> | Markup<"customXmlMoveFromRangeEnd"> | TrackChange<"customXmlMoveFromRangeStart"> | Markup<"customXmlMoveToRangeEnd"> | TrackChange<"customXmlMoveToRangeStart"> | RunTrackChange<"moveFrom"> | MarkupRange<"moveFromRangeEnd"> | never | RunTrackChange<"moveTo"> | MarkupRange<"moveToRangeEnd"> | OMathPara | Perm | never | ProofErr | CustomXmlBlock | SdtBlock | P | Tbl | CustomXmlPr)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:478

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:customXmlBlock"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:473

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:472


CustomXmlBlockMap

Properties

bookmarkType?

BookmarkTypes

Defined in: src/lib/ooxml/wordprocessingml/main.ts:482

customXMLTypes?

Markup<"customXmlDelRangeEnd"> | TrackChange<"customXmlDelRangeStart"> | Markup<"customXmlInsRangeEnd"> | TrackChange<"customXmlInsRangeStart"> | Markup<"customXmlMoveFromRangeEnd"> | TrackChange<"customXmlMoveFromRangeStart"> | Markup<"customXmlMoveToRangeEnd"> | TrackChange<"customXmlMoveToRangeStart">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:484

customXml?

CustomXmlBlock[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:483

customXmlPr?

CustomXmlPr

Defined in: src/lib/ooxml/wordprocessingml/main.ts:485

del?

RunTrackChange<"del">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:486

ins?

RunTrackChange<"ins">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:487

moveFrom?

RunTrackChange<"moveFrom">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:488

moveFromRangeEnd?

MarkupRange<"moveFromRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:489

moveFromRangeStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:490

moveTo?

RunTrackChange<"moveTo">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:491

moveToRangeEnd?

MarkupRange<"moveToRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:492

moveToRangeStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:493

oMath?

OMath[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:494

oMathPara?

OMathPara[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:495

p?

P[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:496

permEnd?

Perm[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:497

permStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:498

proofErr?

ProofErr[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:499

sdt?

SdtBlock[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:500

tbl?

Tbl[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:501


CustomXmlCell

Syntactic units in unist syntax trees are called nodes.

Hierarchy

  • Node.CustomXmlCell

Properties

attributes

object

{
    w:element: string;
    w:uri: string;
}
Type declaration
Member Type
w:element string
w:uri string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:507

children

(OMath | RunTrackChange<"del"> | RunTrackChange<"ins"> | MarkupRange<"bookmarkEnd"> | never | MarkupRange<"commentRangeEnd"> | MarkupRange<"commentRangeStart"> | Markup<"customXmlDelRangeEnd"> | TrackChange<"customXmlDelRangeStart"> | Markup<"customXmlInsRangeEnd"> | TrackChange<"customXmlInsRangeStart"> | Markup<"customXmlMoveFromRangeEnd"> | TrackChange<"customXmlMoveFromRangeStart"> | Markup<"customXmlMoveToRangeEnd"> | TrackChange<"customXmlMoveToRangeStart"> | RunTrackChange<"moveFrom"> | MarkupRange<"moveFromRangeEnd"> | never | RunTrackChange<"moveTo"> | MarkupRange<"moveToRangeEnd"> | OMathPara | Perm | never | ProofErr | CustomXmlPr | CustomXmlCell | SdtCell | Tc)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:511

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:customXmlCell"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:506

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:505


CustomXmlCellMap

Properties

bookmarkType?

BookmarkTypes

Defined in: src/lib/ooxml/wordprocessingml/main.ts:515

customXMLTypes?

Markup<"customXmlDelRangeEnd"> | TrackChange<"customXmlDelRangeStart"> | Markup<"customXmlInsRangeEnd"> | TrackChange<"customXmlInsRangeStart"> | Markup<"customXmlMoveFromRangeEnd"> | TrackChange<"customXmlMoveFromRangeStart"> | Markup<"customXmlMoveToRangeEnd"> | TrackChange<"customXmlMoveToRangeStart">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:517

customXml?

CustomXmlCell[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:516

customXmlPr?

CustomXmlPr

Defined in: src/lib/ooxml/wordprocessingml/main.ts:518

del?

RunTrackChange<"del">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:519

ins?

RunTrackChange<"ins">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:520

moveFrom?

RunTrackChange<"moveFrom">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:521

moveFromRangeEnd?

MarkupRange<"moveFromRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:522

moveFromRangeStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:523

moveTo?

RunTrackChange<"moveTo">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:524

moveToRangeEnd?

MarkupRange<"moveToRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:525

moveToRangeStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:526

oMath?

OMath[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:527

oMathPara?

OMathPara[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:528

permEnd?

Perm[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:529

permStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:530

proofErr?

ProofErr[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:531

sdt?

SdtCell[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:532

tc?

Tc[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:533


CustomXmlPr

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:539

children

(Attr | StringTag<"placeholder">)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:540

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:customXmlPr"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:538

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:537


CustomXmlPrMap

Properties

attr?

Attr[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:544

placeholder?

StringTag<"placeholder">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:545


CustomXmlRow

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:element: string;
    w:uri: string;
}
Type declaration
Member Type
w:element string
w:uri string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:551

children

(OMath | RunTrackChange<"del"> | RunTrackChange<"ins"> | MarkupRange<"bookmarkEnd"> | never | MarkupRange<"commentRangeEnd"> | MarkupRange<"commentRangeStart"> | Markup<"customXmlDelRangeEnd"> | TrackChange<"customXmlDelRangeStart"> | Markup<"customXmlInsRangeEnd"> | TrackChange<"customXmlInsRangeStart"> | Markup<"customXmlMoveFromRangeEnd"> | TrackChange<"customXmlMoveFromRangeStart"> | Markup<"customXmlMoveToRangeEnd"> | TrackChange<"customXmlMoveToRangeStart"> | RunTrackChange<"moveFrom"> | MarkupRange<"moveFromRangeEnd"> | never | RunTrackChange<"moveTo"> | MarkupRange<"moveToRangeEnd"> | OMathPara | Perm | never | ProofErr | CustomXmlPr | CustomXmlRow | SdtRow | Row)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:555

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:customXmlRow"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:550

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:549


CustomXmlRowMap

Properties

bookmarkType?

BookmarkTypes

Defined in: src/lib/ooxml/wordprocessingml/main.ts:559

customXMLTypes?

Markup<"customXmlDelRangeEnd"> | TrackChange<"customXmlDelRangeStart"> | Markup<"customXmlInsRangeEnd"> | TrackChange<"customXmlInsRangeStart"> | Markup<"customXmlMoveFromRangeEnd"> | TrackChange<"customXmlMoveFromRangeStart"> | Markup<"customXmlMoveToRangeEnd"> | TrackChange<"customXmlMoveToRangeStart">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:561

customXml?

CustomXmlRow[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:560

customXmlPr?

CustomXmlPr

Defined in: src/lib/ooxml/wordprocessingml/main.ts:562

del?

RunTrackChange<"del">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:563

ins?

RunTrackChange<"ins">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:564

moveFrom?

RunTrackChange<"moveFrom">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:565

moveFromRangeEnd?

MarkupRange<"moveFromRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:566

moveFromRangeStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:567

moveTo?

RunTrackChange<"moveTo">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:568

moveToRangeEnd?

MarkupRange<"moveToRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:569

moveToRangeStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:570

oMath?

OMath[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:571

oMathPara?

OMathPara[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:572

permEnd?

Perm[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:573

permStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:574

proofErr?

ProofErr[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:575

sdt?

SdtRow[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:576

tr?

Row[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:577


CustomXmlRun

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:element: string;
    w:uri: string;
}
Type declaration
Member Type
w:element string
w:uri string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:583

children

(OMath | RunTrackChange<"del"> | RunTrackChange<"ins"> | MarkupRange<"bookmarkEnd"> | never | MarkupRange<"commentRangeEnd"> | MarkupRange<"commentRangeStart"> | CustomXmlRun | Markup<"customXmlDelRangeEnd"> | TrackChange<"customXmlDelRangeStart"> | Markup<"customXmlInsRangeEnd"> | TrackChange<"customXmlInsRangeStart"> | Markup<"customXmlMoveFromRangeEnd"> | TrackChange<"customXmlMoveFromRangeStart"> | Markup<"customXmlMoveToRangeEnd"> | TrackChange<"customXmlMoveToRangeStart"> | SimpleField | Hyperlink | RunTrackChange<"moveFrom"> | MarkupRange<"moveFromRangeEnd"> | never | RunTrackChange<"moveTo"> | MarkupRange<"moveToRangeEnd"> | OMathPara | Perm | never | ProofErr | SdtRun | SmartTagRun | BdoContentRun | R | DirContentRun | Rel<"subDoc"> | CustomXmlPr)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:587

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:customXmlRun"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:582

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:581


CustomXmlRunMap

Properties

bdo?

BdoContentRun[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:591

bookmarkType?

BookmarkTypes

Defined in: src/lib/ooxml/wordprocessingml/main.ts:592

customXMLTypes?

Markup<"customXmlDelRangeEnd"> | TrackChange<"customXmlDelRangeStart"> | Markup<"customXmlInsRangeEnd"> | TrackChange<"customXmlInsRangeStart"> | Markup<"customXmlMoveFromRangeEnd"> | TrackChange<"customXmlMoveFromRangeStart"> | Markup<"customXmlMoveToRangeEnd"> | TrackChange<"customXmlMoveToRangeStart">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:594

customXml?

CustomXmlRun[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:593

customXmlPr?

CustomXmlPr

Defined in: src/lib/ooxml/wordprocessingml/main.ts:595

del?

RunTrackChange<"del">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:596

dir?

DirContentRun[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:597

fldSimple?

SimpleField[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:598

Hyperlink[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:599

ins?

RunTrackChange<"ins">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:600

moveFrom?

RunTrackChange<"moveFrom">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:601

moveFromRangeEnd?

MarkupRange<"moveFromRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:602

moveFromRangeStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:603

moveTo?

RunTrackChange<"moveTo">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:604

moveToRangeEnd?

MarkupRange<"moveToRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:605

moveToRangeStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:606

oMath?

OMath[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:607

oMathPara?

OMathPara[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:608

permEnd?

Perm[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:609

permStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:610

proofErr?

ProofErr[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:611

r?

R[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:612

sdt?

SdtRun[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:613

smartTag?

SmartTagRun[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:614

subDoc?

Rel<"subDoc">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:615


DataBinding

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:prefixMappings: string;
    w:storeItemID: string;
    w:xpath: string;
}
Type declaration
Member Type
w:prefixMappings string
w:storeItemID string
w:xpath string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:621

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:626

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:dataBinding"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:620

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:619


DecimalNumber

Syntactic units in unist syntax trees are called nodes.

Hierarchy

  • Node.DecimalNumber

Properties

attributes

object

{
    w:val: string;
}
Type declaration
Member Type
w:val string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:632

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:635

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:decimalNumber"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:631

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:630


DecimalNumberOrPrecent

Syntactic units in unist syntax trees are called nodes.

Hierarchy

  • Node.DecimalNumberOrPrecent

Properties

attributes

object

{
    w:val: string;
}
Type declaration
Member Type
w:val string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:641

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:644

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:decimalNumberOrPrecent"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:640

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:639


DirContentRun

Syntactic units in unist syntax trees are called nodes.

Hierarchy

  • Node.DirContentRun

Properties

attributes

object

{
    w:val?: DirectionVal;
}
Type declaration
Member Type
w:val? DirectionVal

Defined in: src/lib/ooxml/wordprocessingml/main.ts:650

children

(OMath | RunTrackChange<"del"> | RunTrackChange<"ins"> | MarkupRange<"bookmarkEnd"> | never | MarkupRange<"commentRangeEnd"> | MarkupRange<"commentRangeStart"> | CustomXmlRun | Markup<"customXmlDelRangeEnd"> | TrackChange<"customXmlDelRangeStart"> | Markup<"customXmlInsRangeEnd"> | TrackChange<"customXmlInsRangeStart"> | Markup<"customXmlMoveFromRangeEnd"> | TrackChange<"customXmlMoveFromRangeStart"> | Markup<"customXmlMoveToRangeEnd"> | TrackChange<"customXmlMoveToRangeStart"> | SimpleField | Hyperlink | RunTrackChange<"moveFrom"> | MarkupRange<"moveFromRangeEnd"> | never | RunTrackChange<"moveTo"> | MarkupRange<"moveToRangeEnd"> | OMathPara | Perm | never | ProofErr | SdtRun | SmartTagRun | BdoContentRun | R | DirContentRun | Rel<"subDoc">)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:653

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:dirContentRun"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:649

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:648


DirContentRunMap

Properties

bdo?

BdoContentRun[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:657

bookmarkType?

BookmarkTypes

Defined in: src/lib/ooxml/wordprocessingml/main.ts:658

customXMLTypes?

Markup<"customXmlDelRangeEnd"> | TrackChange<"customXmlDelRangeStart"> | Markup<"customXmlInsRangeEnd"> | TrackChange<"customXmlInsRangeStart"> | Markup<"customXmlMoveFromRangeEnd"> | TrackChange<"customXmlMoveFromRangeStart"> | Markup<"customXmlMoveToRangeEnd"> | TrackChange<"customXmlMoveToRangeStart">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:660

customXml?

CustomXmlRun[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:659

del?

RunTrackChange<"del">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:661

dir?

DirContentRun[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:662

fldSimple?

SimpleField[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:663

Hyperlink[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:664

ins?

RunTrackChange<"ins">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:665

moveFrom?

RunTrackChange<"moveFrom">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:666

moveFromRangeEnd?

MarkupRange<"moveFromRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:667

moveFromRangeStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:668

moveTo?

RunTrackChange<"moveTo">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:669

moveToRangeEnd?

MarkupRange<"moveToRangeEnd">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:670

moveToRangeStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:671

oMath?

OMath[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:672

oMathPara?

OMathPara[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:673

permEnd?

Perm[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:674

permStart?

never[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:675

proofErr?

ProofErr[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:676

r?

R[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:677

sdt?

SdtRun[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:678

smartTag?

SmartTagRun[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:679

subDoc?

Rel<"subDoc">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:680


Div

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:id: string;
}
Type declaration
Member Type
w:id string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:686

children

(OnOff<"blockQuote"> | OnOff<"bodyDiv"> | DivBdr | Divs | SignedTwipsMeasure)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:689

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:div"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:685

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:684


DivBdr

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:706

children

Border[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:707

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:divBdr"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:705

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:704


DivBdrMap

Properties

bottom?

Border

Defined in: src/lib/ooxml/wordprocessingml/main.ts:711

left?

Border

Defined in: src/lib/ooxml/wordprocessingml/main.ts:712

right?

Border

Defined in: src/lib/ooxml/wordprocessingml/main.ts:713

top?

Border

Defined in: src/lib/ooxml/wordprocessingml/main.ts:714


DivMap

Properties

blockQuote?

OnOff<"blockQuote">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:693

bodyDiv?

OnOff<"bodyDiv">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:694

divBdr?

DivBdr

Defined in: src/lib/ooxml/wordprocessingml/main.ts:695

divsChild?

Divs[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:696

marBottom

SignedTwipsMeasure

Defined in: src/lib/ooxml/wordprocessingml/main.ts:697

marLeft

SignedTwipsMeasure

Defined in: src/lib/ooxml/wordprocessingml/main.ts:698

marRight

SignedTwipsMeasure

Defined in: src/lib/ooxml/wordprocessingml/main.ts:699

marTop

SignedTwipsMeasure

Defined in: src/lib/ooxml/wordprocessingml/main.ts:700


Divs

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:720

children

Div[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:721

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:divs"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:719

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:718


DivsMap

Properties

div

Div[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:725


DocDefaults

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:731

children

(PPrDefault | RPrDefault)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:732

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:docDefaults"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:730

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:729


DocDefaultsMap

Properties

pPrDefault?

PPrDefault

Defined in: src/lib/ooxml/wordprocessingml/main.ts:736

rPrDefault?

RPrDefault

Defined in: src/lib/ooxml/wordprocessingml/main.ts:737


DocGrid

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:charSpace?: string;
    w:linePitch: string;
    w:type: DocGridVal;
}
Type declaration
Member Type
w:charSpace? string
w:linePitch string
w:type DocGridVal

Defined in: src/lib/ooxml/wordprocessingml/main.ts:743

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:748

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:docGrid"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:742

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:741


DocPart

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:754

children

(Body | DocPartPr)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:755

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:docPart"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:753

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:752


DocPartBehavior

Syntactic units in unist syntax trees are called nodes.

Hierarchy

  • Node.DocPartBehavior

Properties

attributes

object

{
    w:val: DocPartBehaviorVal;
}
Type declaration
Member Type
w:val DocPartBehaviorVal

Defined in: src/lib/ooxml/wordprocessingml/main.ts:766

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:769

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:docPartBehavior"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:765

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:764


DocPartBehaviors

Syntactic units in unist syntax trees are called nodes.

Hierarchy

  • Node.DocPartBehaviors

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:775

children

DocPartBehavior[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:776

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:docPartBehaviors"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:774

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:773


DocPartBehaviorsMap

Properties

behavior

DocPartBehavior[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:780


DocPartCategory

Syntactic units in unist syntax trees are called nodes.

Hierarchy

  • Node.DocPartCategory

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:786

children

(StringTag<"name"> | DocPartGallery)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:787

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:docPartCategory"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:785

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:784


DocPartCategoryMap

Properties

DocPartGallery

Defined in: src/lib/ooxml/wordprocessingml/main.ts:791

name

StringTag<"name">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:792


DocPartGallery

Syntactic units in unist syntax trees are called nodes.

Hierarchy

  • Node.DocPartGallery

Properties

attributes

object

{
    w:val: DocPartGalleryVal;
}
Type declaration
Member Type
w:val DocPartGalleryVal

Defined in: src/lib/ooxml/wordprocessingml/main.ts:798

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:801

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:docPartGallery"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:797

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:796


DocPartMap

Properties

docPartBody?

Body

Defined in: src/lib/ooxml/wordprocessingml/main.ts:759

docPartPr?

DocPartPr

Defined in: src/lib/ooxml/wordprocessingml/main.ts:760


DocPartName

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:decorated?: string;
    w:val: string;
}
Type declaration
Member Type
w:decorated? string
w:val string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:807

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:811

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:docPartName"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:806

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:805


DocPartPr

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:docPartPr"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:816

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:815


DocPartType

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:val: DocPartTypeVal;
}
Type declaration
Member Type
w:val DocPartTypeVal

Defined in: src/lib/ooxml/wordprocessingml/main.ts:833

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:836

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:docPartType"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:832

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:831


DocPartTypes

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:all?: string;
}
Type declaration
Member Type
w:all? string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:842

children

DocPartType[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:845

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:docPartTypes"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:841

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:840


DocPartTypesMap

Properties

type

DocPartType[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:849


DocParts

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:822

children

DocPart[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:823

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:docParts"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:821

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:820


DocPartsMap

Properties

docPart

DocPart[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:827


DocProtect

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:algorithmName?: string;
    w:edit?: DocProtectVal;
    w:enforcement: string;
    w:formatting?: string;
    w:hashValue?: string;
    w:saltValue?: string;
    w:spinCount?: string;
}
Type declaration
Member Type
w:algorithmName? string
w:edit? DocProtectVal
w:enforcement string
w:formatting? string
w:hashValue? string
w:saltValue? string
w:spinCount? string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:855

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:864

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:docProtect"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:854

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:853


DocRsids

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:870

children

LongHexNumber[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:871

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:docRsids"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:869

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:868


DocRsidsMap

Properties

rsid?

LongHexNumber[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:875

rsidRoot?

LongHexNumber

Defined in: src/lib/ooxml/wordprocessingml/main.ts:876


DocType

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:val: string;
}
Type declaration
Member Type
w:val string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:882

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:docType"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:881

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:880


DocVar

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:name: string;
    w:val: string;
}
Type declaration
Member Type
w:name string
w:val string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:916

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:920

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:docVar"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:915

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:914


DocVars

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:926

children

DocVar[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:927

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:docVars"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:925

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:924


DocVarsMap

Properties

docVar?

DocVar[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:931


Document

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:conformance: ConformanceClassVal;
}
Type declaration
Member Type
w:conformance ConformanceClassVal

Overrides: DocumentBase.attributes

Defined in: src/lib/ooxml/wordprocessingml/main.ts:890

children

(Background | Body)[]

Overrides: DocumentBase.children

Defined in: src/lib/ooxml/wordprocessingml/main.ts:893

data?

Data

Information from the ecosystem.

Inherited from: DocumentBase.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:document"

Overrides: DocumentBase.name

Defined in: src/lib/ooxml/wordprocessingml/main.ts:889

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: DocumentBase.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: DocumentBase.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:888


DocumentBase

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, unknown>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:904

children

(Background | Body)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:905

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:documentBase" | "w:document"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:903

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:902


DocumentBaseMap

Properties

background?

Background

Defined in: src/lib/ooxml/wordprocessingml/main.ts:909

body?

Body

Defined in: src/lib/ooxml/wordprocessingml/main.ts:910


DocumentMap

Properties

background?

Background

Defined in: src/lib/ooxml/wordprocessingml/main.ts:898

body?

Body

Defined in: src/lib/ooxml/wordprocessingml/main.ts:897


Drawing

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:937

children

(Anchor | Inline)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:938

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:drawing"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:936

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:935


DrawingMap

Properties

anchor?

Anchor[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:942

inline?

Inline[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:943


EastAsianLayout

Syntactic units in unist syntax trees are called nodes.

Hierarchy

  • Node.EastAsianLayout

Properties

attributes

object

{
    w:combine?: string;
    w:combineBrackets?: CombineBracketsVal;
    w:id?: string;
    w:vert?: string;
    w:vertCompress?: string;
}
Type declaration
Member Type
w:combine? string
w:combineBrackets? CombineBracketsVal
w:id? string
w:vert? string
w:vertCompress? string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:949

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:956

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:eastAsianLayout"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:948

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:947


EdnDocPropsMap

Properties

endnote?

FtnEdnSepRef[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:967


EdnPos

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:val: EdnPosVal;
}
Type declaration
Member Type
w:val EdnPosVal

Defined in: src/lib/ooxml/wordprocessingml/main.ts:973

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:976

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:ednPos"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:972

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:971


EdnProps

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:982

children

(DecimalNumber | EdnPos | NumFmt | NumRestart)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:983

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:ednProps"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:981

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:980


EdnPropsMap

Properties

numFmt?

NumFmt

Defined in: src/lib/ooxml/wordprocessingml/main.ts:987

numRestart?

NumRestart

Defined in: src/lib/ooxml/wordprocessingml/main.ts:988

numStart?

DecimalNumber

Defined in: src/lib/ooxml/wordprocessingml/main.ts:989

pos?

EdnPos

Defined in: src/lib/ooxml/wordprocessingml/main.ts:990


Em

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:val: EmVal;
}
Type declaration
Member Type
w:val EmVal

Defined in: src/lib/ooxml/wordprocessingml/main.ts:996

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:999

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:em"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:995

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:994


Empty

Syntactic units in unist syntax trees are called nodes.

Type parameters

  • tag extends string = "empty"Information from the ecosystem. Useful for more specific data.

Hierarchy

Properties

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1005

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

w:${tag}

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1004

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1003


Endnotes

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1011

children

FtnEdn[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1012

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:endnotes"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1010

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1009


EndnotesMap

Properties

endnote?

FtnEdn[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1016


FFCheckBox

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1022

children

(OnOff<"default"> | OnOff<"checked"> | HpsMeasure<"size"> | OnOff<"sizeAuto">)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1023

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:fFCheckBox"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1021

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1020


FFCheckBoxMap

Properties

checked?

OnOff<"checked">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1027

default?

OnOff<"default">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1028

size

HpsMeasure<"size">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1029

sizeAuto

OnOff<"sizeAuto">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1030


FFDDList

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1058

children

(DecimalNumber | StringTag<"listEntry">)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1059

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:fFDDList"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1057

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1056


FFDDListMap

Properties

default?

DecimalNumber

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1063

listEntry?

StringTag<"listEntry">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1064

result?

DecimalNumber

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1065


FFData

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1036

children

(DecimalNumber | FFCheckBox | FFName | OnOff<"calcOnExit"> | FFDDList | OnOff<"enabled"> | MacroName | FFHelpText | FFStatusText | UnsignedDecimalNumber | FFTextInput)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1037

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:fFData"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1035

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1034


FFDataMap

Properties

calcOnExit

OnOff<"calcOnExit">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1041

checkBox

FFCheckBox[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1042

ddList

FFDDList[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1043

enabled

OnOff<"enabled">[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1044

entryMacro?

MacroName[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1045

exitMacro?

MacroName[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1046

helpText?

FFHelpText[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1047

label?

DecimalNumber[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1048

name

FFName[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1049

statusText?

FFStatusText[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1050

tabIndex?

UnsignedDecimalNumber[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1051

textInput

FFTextInput[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1052


FFHelpText

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:type: InfoTextTypeVal;
    w:val: string;
}
Type declaration
Member Type
w:type InfoTextTypeVal
w:val string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1071

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1075

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:fFHelpText"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1070

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1069


FFName

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:val: string;
}
Type declaration
Member Type
w:val string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1081

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1084

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:fFName"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1080

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1079


FFStatusText

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:type: InfoTextTypeVal;
    w:val: string;
}
Type declaration
Member Type
w:type InfoTextTypeVal
w:val string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1090

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1094

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:fFStatusText"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1089

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1088


FFTextInput

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1100

children

(DecimalNumber | FFTextType | StringTag<"default"> | StringTag<"format">)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1101

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:fFTextInput"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1099

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1098


FFTextInputMap

Properties

default?

StringTag<"default">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1105

format?

StringTag<"format">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1106

maxLength?

DecimalNumber

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1107

type?

FFTextType

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1108


FFTextType

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:val: FFTextTypeVal;
}
Type declaration
Member Type
w:val FFTextTypeVal

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1114

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1117

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:fFTextType"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1113

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1112


FitText

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:id?: string;
    w:val: string;
}
Type declaration
Member Type
w:id? string
w:val string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1123

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1127

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:fitText"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1122

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1121


FldChar

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:dirty: string;
    w:fldCharType: FldCharTypeVal;
    w:fldLock: string;
}
Type declaration
Member Type
w:dirty string
w:fldCharType FldCharTypeVal
w:fldLock string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1133

children

FFData[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1138

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:fldChar"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1132

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1131


FldCharMap

Properties

ffData?

FFData

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1142


Font

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:name: string;
}
Type declaration
Member Type
w:name string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1148

children

(Charset | StringTag<"altName"> | FontFamily | OnOff<"notTrueType"> | Panose | Pitch | FontSig)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1151

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:font"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1147

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1146


FontFamily

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:val: FontFamilyVal;
}
Type declaration
Member Type
w:val FontFamilyVal

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1171

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:fontFamily"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1170

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1169


FontMap

Properties

altName?

StringTag<"altName">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1155

charset?

Charset

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1156

embedBold?

undefined

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1157

embedBoldItalic?

undefined

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1158

embedItalic?

undefined

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1159

embedRegular?

undefined

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1160

family?

FontFamily

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1161

notTrueType?

OnOff<"notTrueType">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1162

panose1?

Panose

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1163

pitch?

Pitch

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1164

sig?

FontSig

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1165


FontSig

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:csb0: string;
    w:csb1: string;
    w:usb0: string;
    w:usb1: string;
    w:usb2: string;
    w:usb3: string;
}
Type declaration
Member Type
w:csb0 string
w:csb1 string
w:usb0 string
w:usb1 string
w:usb2 string
w:usb3 string

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1206

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1214

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:fontSig"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1205

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1204


Fonts

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:ascii: string;
    w:asciiTheme: ThemeVal;
    w:cs: string;
    w:cstheme: ThemeVal;
    w:eastAsia: string;
    w:eastAsiaTheme: ThemeVal;
    w:hAnsi: string;
    w:hAnsiTheme: ThemeVal;
    w:hint: HintVal;
}
Type declaration
Member Type
w:ascii string
w:asciiTheme ThemeVal
w:cs string
w:cstheme ThemeVal
w:eastAsia string
w:eastAsiaTheme ThemeVal
w:hAnsi string
w:hAnsiTheme ThemeVal
w:hint HintVal

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1189

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1200

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:rFonts"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1188

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1187


FontsList

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1220

children

Font[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1221

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:fontsList"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1219

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1218


FontsListMap

Properties

font?

Font[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1225


Footnotes

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1231

children

FtnEdn[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1232

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:footnotes"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1230

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1229


FootnotesMap

Properties

footnote?

FtnEdn[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1236


Frame

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

Record<string, never>

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1242

children

(StringTag<"name"> | OnOff<"linkedToFile"> | Rel<"longDesc"> | PixelsMeasure | OnOff<"noResizeAllowed"> | FrameScrollbar | Rel<"sourceFileName"> | StringTag<"sz"> | StringTag<"title">)[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1243

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:frame"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1241

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1240


FrameLayout

Syntactic units in unist syntax trees are called nodes.

Hierarchy

Properties

attributes

object

{
    w:val: FrameLayoutVal;
}
Type declaration
Member Type
w:val FrameLayoutVal

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1262

children

[]

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1265

data?

Data

Information from the ecosystem.

Inherited from: Node.data

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27

name

"w:frameLayout"

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1261

position?

Position

Location of a node in a source document. Must not be present if a node is generated.

Inherited from: Node.position

Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33

type

"element"

The variant of a node.

Overrides: Node.type

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1260


FrameMap

Properties

linkedToFile?

OnOff<"linkedToFile">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1247

longDesc?

Rel<"longDesc">

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1248

marH?

PixelsMeasure

Defined in: src/lib/ooxml/wordprocessingml/main.ts:1249

marW?

PixelsMeasure

Package Sidebar

Install

npm i ooxast

Weekly Downloads

5

Version

0.3.0

License

GPL-3.0-or-later

Unpacked Size

8.05 MB

Total Files

34

Last publish

Collaborators

  • tefkah