Note This repository is automatically generated from the main parser monorepo. Please submit any issues or pull requests there.
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.
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
Defined in: src/lib/ooxml/wordprocessingml/main.ts:5007 src/lib/ooxml/wordprocessingml/main.ts:5024
Syntactic units in unist syntax trees are called nodes.
-
Node
.AbstractNum
object
{
w:abstractNumId: string;
}
Member | Type |
---|---|
w:abstractNumId |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:15
(
StringTag
<"start"
> |Lvl
|MultiLevelType
|StringTag
<"name"
> |LongHexNumber
|StringTag
<"numStyleLink"
> |StringTag
<"styleLink"
>)[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:18
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:abstractNum"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:14
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:13
Lvl
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:22
Defined in: src/lib/ooxml/wordprocessingml/main.ts:23
StringTag
<"name"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:24
Defined in: src/lib/ooxml/wordprocessingml/main.ts:25
StringTag
<"numStyleLink"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:26
StringTag
<"start"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:29
StringTag
<"styleLink"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:27
Defined in: src/lib/ooxml/wordprocessingml/main.ts:28
Syntactic units in unist syntax trees are called nodes.
-
Node
.AltChunk
object
{
w:id?: string;
}
Member | Type |
---|---|
w:id ? |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:35
Defined in: src/lib/ooxml/wordprocessingml/main.ts:38
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:altChunk"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:34
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:33
Defined in: src/lib/ooxml/wordprocessingml/main.ts:42
Syntactic units in unist syntax trees are called nodes.
-
Node
.AltChunkPr
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:48
OnOff
<"matchSrc"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:49
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:altChunkPr"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:47
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:46
OnOff
<"matchSrc"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:53
Syntactic units in unist syntax trees are called nodes.
-
Node
.Attr
object
{
w:name: string;
w:uri: string;
w:val: string;
}
Member | Type |
---|---|
w:name |
string |
w:uri |
string |
w:val |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:59
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:64
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:attr"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:58
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:57
Information associated with an element.
[name
: string
]: string
| null
| undefined
Syntactic units in unist syntax trees are called nodes.
-
Node
.AutoCaption
object
{
w:caption: string;
w:name: string;
}
Member | Type |
---|---|
w:caption |
string |
w:name |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:70
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:74
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:autoCaption"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:69
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:68
Syntactic units in unist syntax trees are called nodes.
-
Node
.AutoCaptions
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:80
Defined in: src/lib/ooxml/wordprocessingml/main.ts:81
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:autoCaptions"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:79
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:78
Defined in: src/lib/ooxml/wordprocessingml/main.ts:85
Syntactic units in unist syntax trees are called nodes.
-
Node
.Background
object
{
w:color?: string;
w:themeColor?: ThemeColorVal;
w:themeShade?: string;
w:themeTint?: string;
}
Member | Type |
---|---|
w:color ? |
string |
w:themeColor ? |
ThemeColorVal |
w:themeShade ? |
string |
w:themeTint ? |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:91
Drawing
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:97
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:background"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:90
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:89
Defined in: src/lib/ooxml/wordprocessingml/main.ts:101
Syntactic units in unist syntax trees are called nodes.
-
Node
.Base64Binary
object
{
w:val: string;
}
Member | Type |
---|---|
w:val |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:107
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:110
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:base64Binary"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:106
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:105
Syntactic units in unist syntax trees are called nodes.
-
Node
.BdoContentRun
object
{
w:val?: DirectionVal;
}
Member | Type |
---|---|
w:val ? |
DirectionVal |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:116
(
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
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:bdoContentRun"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:115
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:114
Defined in: src/lib/ooxml/wordprocessingml/main.ts:123
Defined in: src/lib/ooxml/wordprocessingml/main.ts:124
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
Defined in: src/lib/ooxml/wordprocessingml/main.ts:125
RunTrackChange
<"del"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:127
Defined in: src/lib/ooxml/wordprocessingml/main.ts:128
Defined in: src/lib/ooxml/wordprocessingml/main.ts:129
Defined in: src/lib/ooxml/wordprocessingml/main.ts:130
RunTrackChange
<"ins"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:131
RunTrackChange
<"moveFrom"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:132
MarkupRange
<"moveFromRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:133
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:134
RunTrackChange
<"moveTo"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:135
MarkupRange
<"moveToRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:136
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:137
OMath
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:138
Defined in: src/lib/ooxml/wordprocessingml/main.ts:139
Perm
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:140
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:141
ProofErr
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:142
R
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:143
SdtRun
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:144
Defined in: src/lib/ooxml/wordprocessingml/main.ts:145
Rel
<"subDoc"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:146
Syntactic units in unist syntax trees are called nodes.
-
Node
.Body
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:152
(
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
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:body"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:151
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:150
AltChunk
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:157
Defined in: src/lib/ooxml/wordprocessingml/main.ts:158
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
Defined in: src/lib/ooxml/wordprocessingml/main.ts:159
RunTrackChange
<"del"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:161
RunTrackChange
<"ins"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:162
RunTrackChange
<"moveFrom"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:163
MarkupRange
<"moveFromRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:164
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:165
RunTrackChange
<"moveTo"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:166
MarkupRange
<"moveToRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:167
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:168
OMath
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:169
Defined in: src/lib/ooxml/wordprocessingml/main.ts:170
P
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:171
Perm
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:172
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:173
ProofErr
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:174
SdtBlock
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:175
Defined in: src/lib/ooxml/wordprocessingml/main.ts:176
Tbl
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:177
MarkupRange
<"bookmarkEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:2753
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:2754
MarkupRange
<"commentRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:2755
MarkupRange
<"commentRangeStart"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:2756
Syntactic units in unist syntax trees are called nodes.
-
Node
.Border
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;
}
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
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:213
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:bdr"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:201
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:200
Syntactic units in unist syntax trees are called nodes.
-
Node
.Br
object
{
w:clear?: BrClearVal;
w:type?: BrTypeVal;
}
Member | Type |
---|---|
w:clear ? |
BrClearVal |
w:type ? |
BrTypeVal |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:229
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:233
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:br"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:228
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:227
Syntactic units in unist syntax trees are called nodes.
-
Node
.CalendarType
object
{
w:val: CalendarTypeVal;
}
Member | Type |
---|---|
w:val |
CalendarTypeVal |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:239
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:242
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:calendarType"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:238
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:237
Syntactic units in unist syntax trees are called nodes.
-
Node
.Caption
object
{
w:chapNum?: string;
w:heading?: string;
w:name: string;
w:noLabel?: string;
w:numFmt?: NumberFormatVal;
w:pos?: CaptionPosVal;
w:sep?: ChapterSepVal;
}
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
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:257
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:caption"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:247
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:246
Syntactic units in unist syntax trees are called nodes.
-
Node
.Captions
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:263
(
AutoCaptions
|Caption
)[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:264
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:captions"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:262
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:261
Defined in: src/lib/ooxml/wordprocessingml/main.ts:268
Caption
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:269
Syntactic units in unist syntax trees are called nodes.
-
Node
.CharacterSpacing
object
{
w:val: CharacterSpacingVal;
}
Member | Type |
---|---|
w:val |
CharacterSpacingVal |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:285
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:288
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:characterSpacing"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:284
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:283
Syntactic units in unist syntax trees are called nodes.
-
Node
.Charset
object
{
w:characterSet?: string;
}
Member | Type |
---|---|
w:characterSet ? |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:294
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:297
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:charset"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:293
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:292
Syntactic units in unist syntax trees are called nodes.
-
Node
.Cnf
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;
}
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
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:317
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:cnf"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:302
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:301
Syntactic units in unist syntax trees are called nodes.
-
Node
.Color
object
{
w:themeColor?: ThemeColorVal;
w:themeShade?: string;
w:themeTint?: string;
w:val: string;
}
Member | Type |
---|---|
w:themeColor ? |
ThemeColorVal |
w:themeShade ? |
string |
w:themeTint ? |
string |
w:val |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:323
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:329
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:color"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:322
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:321
Syntactic units in unist syntax trees are called nodes.
-
Node
.ColorSchemeMapping
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;
}
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
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:349
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:colorSchemeMapping"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:334
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:333
Syntactic units in unist syntax trees are called nodes.
-
Node
.Column
object
{
w:space?: string;
w:w?: string;
}
Member | Type |
---|---|
w:space ? |
string |
w:w ? |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:355
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:359
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:column"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:354
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:353
Syntactic units in unist syntax trees are called nodes.
-
Node
.Columns
object
{
w:equalWidth?: string;
w:num?: string;
w:sep?: string;
w:space?: string;
}
Member | Type |
---|---|
w:equalWidth ? |
string |
w:num ? |
string |
w:sep ? |
string |
w:space ? |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:365
Column
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:371
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:columns"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:364
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:363
Column
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:375
AltChunk
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:388
Defined in: src/lib/ooxml/wordprocessingml/main.ts:389
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
Defined in: src/lib/ooxml/wordprocessingml/main.ts:390
RunTrackChange
<"del"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:392
RunTrackChange
<"ins"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:393
RunTrackChange
<"moveFrom"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:394
MarkupRange
<"moveFromRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:395
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:396
RunTrackChange
<"moveTo"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:397
MarkupRange
<"moveToRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:398
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:399
OMath
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:400
Defined in: src/lib/ooxml/wordprocessingml/main.ts:401
P
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:402
Perm
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:403
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:404
ProofErr
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:405
SdtBlock
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:406
Tbl
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:407
Syntactic units in unist syntax trees are called nodes.
-
Node
.Comments
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:413
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:414
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:comments"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:412
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:411
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:418
Syntactic units in unist syntax trees are called nodes.
-
Node
.Compat
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:424
(
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
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:compat"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:423
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:422
OnOff
<"adjustLineHeightInTable"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:429
OnOff
<"applyBreakingRules"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:430
OnOff
<"balanceSingleByteDoubleByteWidth"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:431
Defined in: src/lib/ooxml/wordprocessingml/main.ts:432
OnOff
<"doNotExpandShiftReturn"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:433
OnOff
<"doNotLeaveBackslashAlone"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:434
OnOff
<"spaceForUL"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:435
OnOff
<"ulTrailSpace"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:436
Syntactic units in unist syntax trees are called nodes.
-
Node
.CompatSetting
object
{
w:name: string;
w:uri: string;
w:val: string;
}
Member | Type |
---|---|
w:name |
string |
w:uri |
string |
w:val |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:442
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:447
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:compatSetting"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:441
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:440
Syntactic units in unist syntax trees are called nodes.
-
Node
.Control
object
{
w:id?: string;
w:name?: string;
w:shapeid?: string;
}
Member | Type |
---|---|
w:id ? |
string |
w:name ? |
string |
w:shapeid ? |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:453
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:458
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:control"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:452
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:451
Markup
<"customXmlDelRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:462
TrackChange
<"customXmlDelRangeStart"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:463
Markup
<"customXmlInsRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:464
TrackChange
<"customXmlInsRangeStart"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:465
Markup
<"customXmlMoveFromRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:466
TrackChange
<"customXmlMoveFromRangeStart"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:467
Markup
<"customXmlMoveToRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:468
TrackChange
<"customXmlMoveToRangeStart"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:469
Syntactic units in unist syntax trees are called nodes.
-
Node
.CustomXmlBlock
object
{
w:element: string;
w:uri: string;
}
Member | Type |
---|---|
w:element |
string |
w:uri |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:474
(
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
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:customXmlBlock"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:473
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:472
Defined in: src/lib/ooxml/wordprocessingml/main.ts:482
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
Defined in: src/lib/ooxml/wordprocessingml/main.ts:483
Defined in: src/lib/ooxml/wordprocessingml/main.ts:485
RunTrackChange
<"del"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:486
RunTrackChange
<"ins"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:487
RunTrackChange
<"moveFrom"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:488
MarkupRange
<"moveFromRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:489
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:490
RunTrackChange
<"moveTo"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:491
MarkupRange
<"moveToRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:492
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:493
OMath
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:494
Defined in: src/lib/ooxml/wordprocessingml/main.ts:495
P
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:496
Perm
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:497
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:498
ProofErr
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:499
SdtBlock
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:500
Tbl
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:501
Syntactic units in unist syntax trees are called nodes.
-
Node
.CustomXmlCell
object
{
w:element: string;
w:uri: string;
}
Member | Type |
---|---|
w:element |
string |
w:uri |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:507
(
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
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:customXmlCell"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:506
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:505
Defined in: src/lib/ooxml/wordprocessingml/main.ts:515
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
Defined in: src/lib/ooxml/wordprocessingml/main.ts:516
Defined in: src/lib/ooxml/wordprocessingml/main.ts:518
RunTrackChange
<"del"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:519
RunTrackChange
<"ins"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:520
RunTrackChange
<"moveFrom"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:521
MarkupRange
<"moveFromRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:522
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:523
RunTrackChange
<"moveTo"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:524
MarkupRange
<"moveToRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:525
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:526
OMath
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:527
Defined in: src/lib/ooxml/wordprocessingml/main.ts:528
Perm
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:529
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:530
ProofErr
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:531
SdtCell
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:532
Tc
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:533
Syntactic units in unist syntax trees are called nodes.
-
Node
.CustomXmlPr
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:539
Defined in: src/lib/ooxml/wordprocessingml/main.ts:540
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:customXmlPr"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:538
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:537
Attr
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:544
StringTag
<"placeholder"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:545
Syntactic units in unist syntax trees are called nodes.
-
Node
.CustomXmlRow
object
{
w:element: string;
w:uri: string;
}
Member | Type |
---|---|
w:element |
string |
w:uri |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:551
(
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
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:customXmlRow"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:550
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:549
Defined in: src/lib/ooxml/wordprocessingml/main.ts:559
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
Defined in: src/lib/ooxml/wordprocessingml/main.ts:560
Defined in: src/lib/ooxml/wordprocessingml/main.ts:562
RunTrackChange
<"del"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:563
RunTrackChange
<"ins"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:564
RunTrackChange
<"moveFrom"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:565
MarkupRange
<"moveFromRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:566
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:567
RunTrackChange
<"moveTo"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:568
MarkupRange
<"moveToRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:569
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:570
OMath
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:571
Defined in: src/lib/ooxml/wordprocessingml/main.ts:572
Perm
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:573
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:574
ProofErr
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:575
SdtRow
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:576
Row
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:577
Syntactic units in unist syntax trees are called nodes.
-
Node
.CustomXmlRun
object
{
w:element: string;
w:uri: string;
}
Member | Type |
---|---|
w:element |
string |
w:uri |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:583
(
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
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:customXmlRun"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:582
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:581
Defined in: src/lib/ooxml/wordprocessingml/main.ts:591
Defined in: src/lib/ooxml/wordprocessingml/main.ts:592
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
Defined in: src/lib/ooxml/wordprocessingml/main.ts:593
Defined in: src/lib/ooxml/wordprocessingml/main.ts:595
RunTrackChange
<"del"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:596
Defined in: src/lib/ooxml/wordprocessingml/main.ts:597
Defined in: src/lib/ooxml/wordprocessingml/main.ts:598
Defined in: src/lib/ooxml/wordprocessingml/main.ts:599
RunTrackChange
<"ins"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:600
RunTrackChange
<"moveFrom"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:601
MarkupRange
<"moveFromRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:602
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:603
RunTrackChange
<"moveTo"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:604
MarkupRange
<"moveToRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:605
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:606
OMath
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:607
Defined in: src/lib/ooxml/wordprocessingml/main.ts:608
Perm
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:609
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:610
ProofErr
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:611
R
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:612
SdtRun
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:613
Defined in: src/lib/ooxml/wordprocessingml/main.ts:614
Rel
<"subDoc"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:615
Syntactic units in unist syntax trees are called nodes.
-
Node
.DataBinding
object
{
w:prefixMappings: string;
w:storeItemID: string;
w:xpath: string;
}
Member | Type |
---|---|
w:prefixMappings |
string |
w:storeItemID |
string |
w:xpath |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:621
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:626
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:dataBinding"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:620
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:619
Syntactic units in unist syntax trees are called nodes.
-
Node
.DecimalNumber
object
{
w:val: string;
}
Member | Type |
---|---|
w:val |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:632
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:635
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:decimalNumber"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:631
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:630
Syntactic units in unist syntax trees are called nodes.
-
Node
.DecimalNumberOrPrecent
object
{
w:val: string;
}
Member | Type |
---|---|
w:val |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:641
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:644
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:decimalNumberOrPrecent"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:640
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:639
Syntactic units in unist syntax trees are called nodes.
-
Node
.DirContentRun
object
{
w:val?: DirectionVal;
}
Member | Type |
---|---|
w:val ? |
DirectionVal |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:650
(
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
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:dirContentRun"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:649
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:648
Defined in: src/lib/ooxml/wordprocessingml/main.ts:657
Defined in: src/lib/ooxml/wordprocessingml/main.ts:658
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
Defined in: src/lib/ooxml/wordprocessingml/main.ts:659
RunTrackChange
<"del"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:661
Defined in: src/lib/ooxml/wordprocessingml/main.ts:662
Defined in: src/lib/ooxml/wordprocessingml/main.ts:663
Defined in: src/lib/ooxml/wordprocessingml/main.ts:664
RunTrackChange
<"ins"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:665
RunTrackChange
<"moveFrom"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:666
MarkupRange
<"moveFromRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:667
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:668
RunTrackChange
<"moveTo"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:669
MarkupRange
<"moveToRangeEnd"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:670
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:671
OMath
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:672
Defined in: src/lib/ooxml/wordprocessingml/main.ts:673
Perm
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:674
never
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:675
ProofErr
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:676
R
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:677
SdtRun
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:678
Defined in: src/lib/ooxml/wordprocessingml/main.ts:679
Rel
<"subDoc"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:680
Syntactic units in unist syntax trees are called nodes.
-
Node
.Div
object
{
w:id: string;
}
Member | Type |
---|---|
w:id |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:686
(
OnOff
<"blockQuote"
> |OnOff
<"bodyDiv"
> |DivBdr
|Divs
|SignedTwipsMeasure
)[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:689
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:div"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:685
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:684
Syntactic units in unist syntax trees are called nodes.
-
Node
.DivBdr
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:706
Border
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:707
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:divBdr"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:705
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:704
Defined in: src/lib/ooxml/wordprocessingml/main.ts:711
Defined in: src/lib/ooxml/wordprocessingml/main.ts:712
Defined in: src/lib/ooxml/wordprocessingml/main.ts:713
Defined in: src/lib/ooxml/wordprocessingml/main.ts:714
OnOff
<"blockQuote"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:693
OnOff
<"bodyDiv"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:694
Defined in: src/lib/ooxml/wordprocessingml/main.ts:695
Divs
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:696
Defined in: src/lib/ooxml/wordprocessingml/main.ts:697
Defined in: src/lib/ooxml/wordprocessingml/main.ts:698
Defined in: src/lib/ooxml/wordprocessingml/main.ts:699
Defined in: src/lib/ooxml/wordprocessingml/main.ts:700
Syntactic units in unist syntax trees are called nodes.
-
Node
.Divs
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:720
Div
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:721
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:divs"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:719
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:718
Div
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:725
Syntactic units in unist syntax trees are called nodes.
-
Node
.DocDefaults
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:731
(
PPrDefault
|RPrDefault
)[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:732
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:docDefaults"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:730
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:729
Defined in: src/lib/ooxml/wordprocessingml/main.ts:736
Defined in: src/lib/ooxml/wordprocessingml/main.ts:737
Syntactic units in unist syntax trees are called nodes.
-
Node
.DocGrid
object
{
w:charSpace?: string;
w:linePitch: string;
w:type: DocGridVal;
}
Member | Type |
---|---|
w:charSpace ? |
string |
w:linePitch |
string |
w:type |
DocGridVal |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:743
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:748
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:docGrid"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:742
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:741
Syntactic units in unist syntax trees are called nodes.
-
Node
.DocPart
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:754
Defined in: src/lib/ooxml/wordprocessingml/main.ts:755
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:docPart"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:753
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:752
Syntactic units in unist syntax trees are called nodes.
-
Node
.DocPartBehavior
object
{
w:val: DocPartBehaviorVal;
}
Member | Type |
---|---|
w:val |
DocPartBehaviorVal |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:766
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:769
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:docPartBehavior"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:765
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:764
Syntactic units in unist syntax trees are called nodes.
-
Node
.DocPartBehaviors
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:775
Defined in: src/lib/ooxml/wordprocessingml/main.ts:776
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:docPartBehaviors"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:774
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:773
Defined in: src/lib/ooxml/wordprocessingml/main.ts:780
Syntactic units in unist syntax trees are called nodes.
-
Node
.DocPartCategory
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:786
(
StringTag
<"name"
> |DocPartGallery
)[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:787
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:docPartCategory"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:785
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:784
Defined in: src/lib/ooxml/wordprocessingml/main.ts:791
StringTag
<"name"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:792
Syntactic units in unist syntax trees are called nodes.
-
Node
.DocPartGallery
object
{
w:val: DocPartGalleryVal;
}
Member | Type |
---|---|
w:val |
DocPartGalleryVal |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:798
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:801
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:docPartGallery"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:797
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:796
Defined in: src/lib/ooxml/wordprocessingml/main.ts:759
Defined in: src/lib/ooxml/wordprocessingml/main.ts:760
Syntactic units in unist syntax trees are called nodes.
-
Node
.DocPartName
object
{
w:decorated?: string;
w:val: string;
}
Member | Type |
---|---|
w:decorated ? |
string |
w:val |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:807
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:811
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:docPartName"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:806
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:805
Syntactic units in unist syntax trees are called nodes.
-
Node
.DocPartPr
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:docPartPr"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:816
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:815
Syntactic units in unist syntax trees are called nodes.
-
Node
.DocPartType
object
{
w:val: DocPartTypeVal;
}
Member | Type |
---|---|
w:val |
DocPartTypeVal |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:833
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:836
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:docPartType"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:832
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:831
Syntactic units in unist syntax trees are called nodes.
-
Node
.DocPartTypes
object
{
w:all?: string;
}
Member | Type |
---|---|
w:all ? |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:842
Defined in: src/lib/ooxml/wordprocessingml/main.ts:845
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:docPartTypes"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:841
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:840
Defined in: src/lib/ooxml/wordprocessingml/main.ts:849
Syntactic units in unist syntax trees are called nodes.
-
Node
.DocParts
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:822
DocPart
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:823
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:docParts"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:821
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:820
DocPart
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:827
Syntactic units in unist syntax trees are called nodes.
-
Node
.DocProtect
object
{
w:algorithmName?: string;
w:edit?: DocProtectVal;
w:enforcement: string;
w:formatting?: string;
w:hashValue?: string;
w:saltValue?: string;
w:spinCount?: string;
}
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
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:864
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:docProtect"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:854
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:853
Syntactic units in unist syntax trees are called nodes.
-
Node
.DocRsids
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:870
Defined in: src/lib/ooxml/wordprocessingml/main.ts:871
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:docRsids"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:869
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:868
Defined in: src/lib/ooxml/wordprocessingml/main.ts:875
Defined in: src/lib/ooxml/wordprocessingml/main.ts:876
Syntactic units in unist syntax trees are called nodes.
-
Node
.DocType
object
{
w:val: string;
}
Member | Type |
---|---|
w:val |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:882
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:docType"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:881
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:880
Syntactic units in unist syntax trees are called nodes.
-
Node
.DocVar
object
{
w:name: string;
w:val: string;
}
Member | Type |
---|---|
w:name |
string |
w:val |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:916
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:920
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:docVar"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:915
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:914
Syntactic units in unist syntax trees are called nodes.
-
Node
.DocVars
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:926
DocVar
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:927
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:docVars"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:925
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:924
DocVar
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:931
Syntactic units in unist syntax trees are called nodes.
-
DocumentBase
.Document
object
{
w:conformance: ConformanceClassVal;
}
Member | Type |
---|---|
w:conformance |
ConformanceClassVal |
Overrides: DocumentBase.attributes
Defined in: src/lib/ooxml/wordprocessingml/main.ts:890
(
Background
|Body
)[]
Overrides: DocumentBase.children
Defined in: src/lib/ooxml/wordprocessingml/main.ts:893
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
"w:document"
Overrides: DocumentBase.name
Defined in: src/lib/ooxml/wordprocessingml/main.ts:889
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
"element"
The variant of a node.
Overrides: DocumentBase.type
Defined in: src/lib/ooxml/wordprocessingml/main.ts:888
Syntactic units in unist syntax trees are called nodes.
-
Node
.DocumentBase
Record
<string
,unknown
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:904
(
Background
|Body
)[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:905
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:documentBase"
|"w:document"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:903
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:902
Defined in: src/lib/ooxml/wordprocessingml/main.ts:909
Defined in: src/lib/ooxml/wordprocessingml/main.ts:910
Defined in: src/lib/ooxml/wordprocessingml/main.ts:898
Defined in: src/lib/ooxml/wordprocessingml/main.ts:897
Syntactic units in unist syntax trees are called nodes.
-
Node
.Drawing
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:937
(
Anchor
|Inline
)[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:938
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:drawing"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:936
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:935
Anchor
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:942
Inline
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:943
Syntactic units in unist syntax trees are called nodes.
-
Node
.EastAsianLayout
object
{
w:combine?: string;
w:combineBrackets?: CombineBracketsVal;
w:id?: string;
w:vert?: string;
w:vertCompress?: string;
}
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
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:956
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:eastAsianLayout"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:948
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:947
Defined in: src/lib/ooxml/wordprocessingml/main.ts:967
Syntactic units in unist syntax trees are called nodes.
-
Node
.EdnPos
object
{
w:val: EdnPosVal;
}
Member | Type |
---|---|
w:val |
EdnPosVal |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:973
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:976
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:ednPos"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:972
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:971
Syntactic units in unist syntax trees are called nodes.
-
Node
.EdnProps
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:982
(
DecimalNumber
|EdnPos
|NumFmt
|NumRestart
)[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:983
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:ednProps"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:981
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:980
Defined in: src/lib/ooxml/wordprocessingml/main.ts:987
Defined in: src/lib/ooxml/wordprocessingml/main.ts:988
Defined in: src/lib/ooxml/wordprocessingml/main.ts:989
Defined in: src/lib/ooxml/wordprocessingml/main.ts:990
Syntactic units in unist syntax trees are called nodes.
-
Node
.Em
object
{
w:val: EmVal;
}
Member | Type |
---|---|
w:val |
EmVal |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:996
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:999
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:em"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:995
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:994
Syntactic units in unist syntax trees are called nodes.
-
tag
extendsstring
="empty"
Information from the ecosystem. Useful for more specific data.
-
Node
.Empty
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1005
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
w:${tag}
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1004
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1003
Syntactic units in unist syntax trees are called nodes.
-
Node
.Endnotes
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1011
FtnEdn
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1012
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:endnotes"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1010
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1009
FtnEdn
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1016
Syntactic units in unist syntax trees are called nodes.
-
Node
.FFCheckBox
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1022
(
OnOff
<"default"
> |OnOff
<"checked"
> |HpsMeasure
<"size"
> |OnOff
<"sizeAuto"
>)[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1023
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:fFCheckBox"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1021
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1020
OnOff
<"checked"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1027
OnOff
<"default"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1028
HpsMeasure
<"size"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1029
OnOff
<"sizeAuto"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1030
Syntactic units in unist syntax trees are called nodes.
-
Node
.FFDDList
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1058
(
DecimalNumber
|StringTag
<"listEntry"
>)[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1059
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:fFDDList"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1057
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1056
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1063
StringTag
<"listEntry"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1064
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1065
Syntactic units in unist syntax trees are called nodes.
-
Node
.FFData
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1036
(
DecimalNumber
|FFCheckBox
|FFName
|OnOff
<"calcOnExit"
> |FFDDList
|OnOff
<"enabled"
> |MacroName
|FFHelpText
|FFStatusText
|UnsignedDecimalNumber
|FFTextInput
)[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1037
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:fFData"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1035
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1034
OnOff
<"calcOnExit"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1041
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1042
FFDDList
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1043
OnOff
<"enabled"
>[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1044
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1045
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1046
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1047
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1048
FFName
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1049
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1050
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1051
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1052
Syntactic units in unist syntax trees are called nodes.
-
Node
.FFHelpText
object
{
w:type: InfoTextTypeVal;
w:val: string;
}
Member | Type |
---|---|
w:type |
InfoTextTypeVal |
w:val |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1071
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1075
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:fFHelpText"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1070
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1069
Syntactic units in unist syntax trees are called nodes.
-
Node
.FFName
object
{
w:val: string;
}
Member | Type |
---|---|
w:val |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1081
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1084
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:fFName"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1080
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1079
Syntactic units in unist syntax trees are called nodes.
-
Node
.FFStatusText
object
{
w:type: InfoTextTypeVal;
w:val: string;
}
Member | Type |
---|---|
w:type |
InfoTextTypeVal |
w:val |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1090
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1094
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:fFStatusText"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1089
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1088
Syntactic units in unist syntax trees are called nodes.
-
Node
.FFTextInput
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1100
(
DecimalNumber
|FFTextType
|StringTag
<"default"
> |StringTag
<"format"
>)[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1101
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:fFTextInput"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1099
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1098
StringTag
<"default"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1105
StringTag
<"format"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1106
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1107
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1108
Syntactic units in unist syntax trees are called nodes.
-
Node
.FFTextType
object
{
w:val: FFTextTypeVal;
}
Member | Type |
---|---|
w:val |
FFTextTypeVal |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1114
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1117
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:fFTextType"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1113
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1112
Syntactic units in unist syntax trees are called nodes.
-
Node
.FitText
object
{
w:id?: string;
w:val: string;
}
Member | Type |
---|---|
w:id ? |
string |
w:val |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1123
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1127
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:fitText"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1122
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1121
Syntactic units in unist syntax trees are called nodes.
-
Node
.FldChar
object
{
w:dirty: string;
w:fldCharType: FldCharTypeVal;
w:fldLock: string;
}
Member | Type |
---|---|
w:dirty |
string |
w:fldCharType |
FldCharTypeVal |
w:fldLock |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1133
FFData
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1138
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:fldChar"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1132
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1131
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1142
Syntactic units in unist syntax trees are called nodes.
-
Node
.Font
object
{
w:name: string;
}
Member | Type |
---|---|
w:name |
string |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1148
(
Charset
|StringTag
<"altName"
> |FontFamily
|OnOff
<"notTrueType"
> |Panose
|Pitch
|FontSig
)[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1151
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:font"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1147
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1146
Syntactic units in unist syntax trees are called nodes.
-
Node
.FontFamily
object
{
w:val: FontFamilyVal;
}
Member | Type |
---|---|
w:val |
FontFamilyVal |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1171
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:fontFamily"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1170
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1169
StringTag
<"altName"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1155
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1156
undefined
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1157
undefined
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1158
undefined
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1159
undefined
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1160
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1161
OnOff
<"notTrueType"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1162
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1163
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1164
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1165
Syntactic units in unist syntax trees are called nodes.
-
Node
.FontSig
object
{
w:csb0: string;
w:csb1: string;
w:usb0: string;
w:usb1: string;
w:usb2: string;
w:usb3: string;
}
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
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1214
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:fontSig"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1205
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1204
Syntactic units in unist syntax trees are called nodes.
-
Node
.Fonts
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;
}
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
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1200
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:rFonts"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1188
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1187
Syntactic units in unist syntax trees are called nodes.
-
Node
.FontsList
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1220
Font
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1221
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:fontsList"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1219
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1218
Font
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1225
Syntactic units in unist syntax trees are called nodes.
-
Node
.Footnotes
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1231
FtnEdn
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1232
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:footnotes"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1230
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1229
FtnEdn
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1236
Syntactic units in unist syntax trees are called nodes.
-
Node
.Frame
Record
<string
,never
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1242
(
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
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:frame"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1241
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1240
Syntactic units in unist syntax trees are called nodes.
-
Node
.FrameLayout
object
{
w:val: FrameLayoutVal;
}
Member | Type |
---|---|
w:val |
FrameLayoutVal |
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1262
[]
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1265
Data
Information from the ecosystem.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:27
"w:frameLayout"
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1261
Position
Location of a node in a source document. Must not be present if a node is generated.
Defined in: node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts:33
"element"
The variant of a node.
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1260
OnOff
<"linkedToFile"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1247
Rel
<"longDesc"
>
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1248
Defined in: src/lib/ooxml/wordprocessingml/main.ts:1249