@json-to-office/core-docx 2.5.0 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/blocks/index.d.ts +58 -0
- package/dist/blocks/index.d.ts.map +1 -0
- package/dist/blocks/keyTakeaways.d.ts +20 -0
- package/dist/blocks/keyTakeaways.d.ts.map +1 -0
- package/dist/blocks/types.d.ts +15 -0
- package/dist/blocks/types.d.ts.map +1 -0
- package/dist/components/highcharts.d.ts +2 -2
- package/dist/components/highcharts.d.ts.map +1 -1
- package/dist/core/componentTransform.d.ts +8 -0
- package/dist/core/componentTransform.d.ts.map +1 -1
- package/dist/core/desugarExternals.d.ts +2 -0
- package/dist/core/desugarExternals.d.ts.map +1 -1
- package/dist/core/generateFromIr.d.ts.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +803 -116
- package/dist/index.js.map +1 -1
- package/dist/ir/compiler.d.ts.map +1 -1
- package/dist/plugin/example/index.js +774 -116
- package/dist/plugin/example/index.js.map +1 -1
- package/dist/quality/facts.d.ts +23 -1
- package/dist/quality/facts.d.ts.map +1 -1
- package/dist/quality/rules.d.ts +6 -0
- package/dist/quality/rules.d.ts.map +1 -1
- package/dist/styles/index.d.ts +1 -1
- package/dist/styles/index.d.ts.map +1 -1
- package/dist/templates/themes/consulting.docx.theme.json +307 -0
- package/dist/templates/themes/index.d.ts +1755 -0
- package/dist/templates/themes/index.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
|
@@ -7058,4 +7058,1759 @@ export declare const vermilionTheme: {
|
|
|
7058
7058
|
};
|
|
7059
7059
|
};
|
|
7060
7060
|
};
|
|
7061
|
+
export declare const consultingTheme: {
|
|
7062
|
+
$schema?: string | undefined;
|
|
7063
|
+
fontRegistry?: {
|
|
7064
|
+
category?: "mono" | "sans" | "serif" | "display" | "handwriting" | undefined;
|
|
7065
|
+
family: string;
|
|
7066
|
+
id: string;
|
|
7067
|
+
sources: ({
|
|
7068
|
+
family: string;
|
|
7069
|
+
kind: "safe";
|
|
7070
|
+
} | {
|
|
7071
|
+
weights?: number[] | undefined;
|
|
7072
|
+
italics?: boolean | undefined;
|
|
7073
|
+
family: string;
|
|
7074
|
+
kind: "google";
|
|
7075
|
+
} | {
|
|
7076
|
+
italic?: boolean | undefined;
|
|
7077
|
+
weight?: number | undefined;
|
|
7078
|
+
kind: "file";
|
|
7079
|
+
path: string;
|
|
7080
|
+
} | {
|
|
7081
|
+
italic?: boolean | undefined;
|
|
7082
|
+
weight?: number | undefined;
|
|
7083
|
+
kind: "data";
|
|
7084
|
+
data: string;
|
|
7085
|
+
} | {
|
|
7086
|
+
italic?: boolean | undefined;
|
|
7087
|
+
weight?: number | undefined;
|
|
7088
|
+
kind: "url";
|
|
7089
|
+
url: string;
|
|
7090
|
+
} | {
|
|
7091
|
+
italic?: boolean | undefined;
|
|
7092
|
+
axes?: {
|
|
7093
|
+
[x: string]: number;
|
|
7094
|
+
} | undefined;
|
|
7095
|
+
kind: "variable";
|
|
7096
|
+
weight: number;
|
|
7097
|
+
url: string;
|
|
7098
|
+
})[];
|
|
7099
|
+
}[] | undefined;
|
|
7100
|
+
styles?: {
|
|
7101
|
+
normal?: {
|
|
7102
|
+
spacing?: {
|
|
7103
|
+
before?: number | undefined;
|
|
7104
|
+
after?: number | undefined;
|
|
7105
|
+
} | undefined;
|
|
7106
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
7107
|
+
size?: number | undefined;
|
|
7108
|
+
color?: string | undefined;
|
|
7109
|
+
bold?: boolean | undefined;
|
|
7110
|
+
fontWeight?: number | undefined;
|
|
7111
|
+
italic?: boolean | undefined;
|
|
7112
|
+
underline?: boolean | undefined;
|
|
7113
|
+
lineSpacing?: {
|
|
7114
|
+
value?: number | undefined;
|
|
7115
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
7116
|
+
} | undefined;
|
|
7117
|
+
characterSpacing?: {
|
|
7118
|
+
type: "condensed" | "expanded";
|
|
7119
|
+
value: number;
|
|
7120
|
+
} | undefined;
|
|
7121
|
+
scale?: number | undefined;
|
|
7122
|
+
alignment?: "left" | "right" | "center" | "justify" | undefined;
|
|
7123
|
+
priority?: number | undefined;
|
|
7124
|
+
baseStyle?: string | undefined;
|
|
7125
|
+
followingStyle?: string | undefined;
|
|
7126
|
+
widowControl?: boolean | undefined;
|
|
7127
|
+
keepNext?: boolean | undefined;
|
|
7128
|
+
keepLinesTogether?: boolean | undefined;
|
|
7129
|
+
outlineLevel?: number | undefined;
|
|
7130
|
+
borders?: {
|
|
7131
|
+
left?: {
|
|
7132
|
+
space?: number | undefined;
|
|
7133
|
+
size: number;
|
|
7134
|
+
color: string;
|
|
7135
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7136
|
+
} | undefined;
|
|
7137
|
+
top?: {
|
|
7138
|
+
space?: number | undefined;
|
|
7139
|
+
size: number;
|
|
7140
|
+
color: string;
|
|
7141
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7142
|
+
} | undefined;
|
|
7143
|
+
bottom?: {
|
|
7144
|
+
space?: number | undefined;
|
|
7145
|
+
size: number;
|
|
7146
|
+
color: string;
|
|
7147
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7148
|
+
} | undefined;
|
|
7149
|
+
right?: {
|
|
7150
|
+
space?: number | undefined;
|
|
7151
|
+
size: number;
|
|
7152
|
+
color: string;
|
|
7153
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7154
|
+
} | undefined;
|
|
7155
|
+
between?: {
|
|
7156
|
+
space?: number | undefined;
|
|
7157
|
+
size: number;
|
|
7158
|
+
color: string;
|
|
7159
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7160
|
+
} | undefined;
|
|
7161
|
+
} | undefined;
|
|
7162
|
+
indent?: {
|
|
7163
|
+
left?: number | undefined;
|
|
7164
|
+
hanging?: number | undefined;
|
|
7165
|
+
} | undefined;
|
|
7166
|
+
font?: "body" | "heading" | "mono" | "light" | undefined;
|
|
7167
|
+
} | undefined;
|
|
7168
|
+
heading1?: {
|
|
7169
|
+
spacing?: {
|
|
7170
|
+
before?: number | undefined;
|
|
7171
|
+
after?: number | undefined;
|
|
7172
|
+
} | undefined;
|
|
7173
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
7174
|
+
size?: number | undefined;
|
|
7175
|
+
color?: string | undefined;
|
|
7176
|
+
bold?: boolean | undefined;
|
|
7177
|
+
fontWeight?: number | undefined;
|
|
7178
|
+
italic?: boolean | undefined;
|
|
7179
|
+
underline?: boolean | undefined;
|
|
7180
|
+
lineSpacing?: {
|
|
7181
|
+
value?: number | undefined;
|
|
7182
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
7183
|
+
} | undefined;
|
|
7184
|
+
characterSpacing?: {
|
|
7185
|
+
type: "condensed" | "expanded";
|
|
7186
|
+
value: number;
|
|
7187
|
+
} | undefined;
|
|
7188
|
+
scale?: number | undefined;
|
|
7189
|
+
alignment?: "left" | "right" | "center" | "justify" | undefined;
|
|
7190
|
+
priority?: number | undefined;
|
|
7191
|
+
baseStyle?: string | undefined;
|
|
7192
|
+
followingStyle?: string | undefined;
|
|
7193
|
+
widowControl?: boolean | undefined;
|
|
7194
|
+
keepNext?: boolean | undefined;
|
|
7195
|
+
keepLinesTogether?: boolean | undefined;
|
|
7196
|
+
outlineLevel?: number | undefined;
|
|
7197
|
+
borders?: {
|
|
7198
|
+
left?: {
|
|
7199
|
+
space?: number | undefined;
|
|
7200
|
+
size: number;
|
|
7201
|
+
color: string;
|
|
7202
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7203
|
+
} | undefined;
|
|
7204
|
+
top?: {
|
|
7205
|
+
space?: number | undefined;
|
|
7206
|
+
size: number;
|
|
7207
|
+
color: string;
|
|
7208
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7209
|
+
} | undefined;
|
|
7210
|
+
bottom?: {
|
|
7211
|
+
space?: number | undefined;
|
|
7212
|
+
size: number;
|
|
7213
|
+
color: string;
|
|
7214
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7215
|
+
} | undefined;
|
|
7216
|
+
right?: {
|
|
7217
|
+
space?: number | undefined;
|
|
7218
|
+
size: number;
|
|
7219
|
+
color: string;
|
|
7220
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7221
|
+
} | undefined;
|
|
7222
|
+
between?: {
|
|
7223
|
+
space?: number | undefined;
|
|
7224
|
+
size: number;
|
|
7225
|
+
color: string;
|
|
7226
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7227
|
+
} | undefined;
|
|
7228
|
+
} | undefined;
|
|
7229
|
+
indent?: {
|
|
7230
|
+
left?: number | undefined;
|
|
7231
|
+
hanging?: number | undefined;
|
|
7232
|
+
} | undefined;
|
|
7233
|
+
font?: "body" | "heading" | "mono" | "light" | undefined;
|
|
7234
|
+
} | undefined;
|
|
7235
|
+
heading2?: {
|
|
7236
|
+
spacing?: {
|
|
7237
|
+
before?: number | undefined;
|
|
7238
|
+
after?: number | undefined;
|
|
7239
|
+
} | undefined;
|
|
7240
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
7241
|
+
size?: number | undefined;
|
|
7242
|
+
color?: string | undefined;
|
|
7243
|
+
bold?: boolean | undefined;
|
|
7244
|
+
fontWeight?: number | undefined;
|
|
7245
|
+
italic?: boolean | undefined;
|
|
7246
|
+
underline?: boolean | undefined;
|
|
7247
|
+
lineSpacing?: {
|
|
7248
|
+
value?: number | undefined;
|
|
7249
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
7250
|
+
} | undefined;
|
|
7251
|
+
characterSpacing?: {
|
|
7252
|
+
type: "condensed" | "expanded";
|
|
7253
|
+
value: number;
|
|
7254
|
+
} | undefined;
|
|
7255
|
+
scale?: number | undefined;
|
|
7256
|
+
alignment?: "left" | "right" | "center" | "justify" | undefined;
|
|
7257
|
+
priority?: number | undefined;
|
|
7258
|
+
baseStyle?: string | undefined;
|
|
7259
|
+
followingStyle?: string | undefined;
|
|
7260
|
+
widowControl?: boolean | undefined;
|
|
7261
|
+
keepNext?: boolean | undefined;
|
|
7262
|
+
keepLinesTogether?: boolean | undefined;
|
|
7263
|
+
outlineLevel?: number | undefined;
|
|
7264
|
+
borders?: {
|
|
7265
|
+
left?: {
|
|
7266
|
+
space?: number | undefined;
|
|
7267
|
+
size: number;
|
|
7268
|
+
color: string;
|
|
7269
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7270
|
+
} | undefined;
|
|
7271
|
+
top?: {
|
|
7272
|
+
space?: number | undefined;
|
|
7273
|
+
size: number;
|
|
7274
|
+
color: string;
|
|
7275
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7276
|
+
} | undefined;
|
|
7277
|
+
bottom?: {
|
|
7278
|
+
space?: number | undefined;
|
|
7279
|
+
size: number;
|
|
7280
|
+
color: string;
|
|
7281
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7282
|
+
} | undefined;
|
|
7283
|
+
right?: {
|
|
7284
|
+
space?: number | undefined;
|
|
7285
|
+
size: number;
|
|
7286
|
+
color: string;
|
|
7287
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7288
|
+
} | undefined;
|
|
7289
|
+
between?: {
|
|
7290
|
+
space?: number | undefined;
|
|
7291
|
+
size: number;
|
|
7292
|
+
color: string;
|
|
7293
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7294
|
+
} | undefined;
|
|
7295
|
+
} | undefined;
|
|
7296
|
+
indent?: {
|
|
7297
|
+
left?: number | undefined;
|
|
7298
|
+
hanging?: number | undefined;
|
|
7299
|
+
} | undefined;
|
|
7300
|
+
font?: "body" | "heading" | "mono" | "light" | undefined;
|
|
7301
|
+
} | undefined;
|
|
7302
|
+
heading3?: {
|
|
7303
|
+
spacing?: {
|
|
7304
|
+
before?: number | undefined;
|
|
7305
|
+
after?: number | undefined;
|
|
7306
|
+
} | undefined;
|
|
7307
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
7308
|
+
size?: number | undefined;
|
|
7309
|
+
color?: string | undefined;
|
|
7310
|
+
bold?: boolean | undefined;
|
|
7311
|
+
fontWeight?: number | undefined;
|
|
7312
|
+
italic?: boolean | undefined;
|
|
7313
|
+
underline?: boolean | undefined;
|
|
7314
|
+
lineSpacing?: {
|
|
7315
|
+
value?: number | undefined;
|
|
7316
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
7317
|
+
} | undefined;
|
|
7318
|
+
characterSpacing?: {
|
|
7319
|
+
type: "condensed" | "expanded";
|
|
7320
|
+
value: number;
|
|
7321
|
+
} | undefined;
|
|
7322
|
+
scale?: number | undefined;
|
|
7323
|
+
alignment?: "left" | "right" | "center" | "justify" | undefined;
|
|
7324
|
+
priority?: number | undefined;
|
|
7325
|
+
baseStyle?: string | undefined;
|
|
7326
|
+
followingStyle?: string | undefined;
|
|
7327
|
+
widowControl?: boolean | undefined;
|
|
7328
|
+
keepNext?: boolean | undefined;
|
|
7329
|
+
keepLinesTogether?: boolean | undefined;
|
|
7330
|
+
outlineLevel?: number | undefined;
|
|
7331
|
+
borders?: {
|
|
7332
|
+
left?: {
|
|
7333
|
+
space?: number | undefined;
|
|
7334
|
+
size: number;
|
|
7335
|
+
color: string;
|
|
7336
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7337
|
+
} | undefined;
|
|
7338
|
+
top?: {
|
|
7339
|
+
space?: number | undefined;
|
|
7340
|
+
size: number;
|
|
7341
|
+
color: string;
|
|
7342
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7343
|
+
} | undefined;
|
|
7344
|
+
bottom?: {
|
|
7345
|
+
space?: number | undefined;
|
|
7346
|
+
size: number;
|
|
7347
|
+
color: string;
|
|
7348
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7349
|
+
} | undefined;
|
|
7350
|
+
right?: {
|
|
7351
|
+
space?: number | undefined;
|
|
7352
|
+
size: number;
|
|
7353
|
+
color: string;
|
|
7354
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7355
|
+
} | undefined;
|
|
7356
|
+
between?: {
|
|
7357
|
+
space?: number | undefined;
|
|
7358
|
+
size: number;
|
|
7359
|
+
color: string;
|
|
7360
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7361
|
+
} | undefined;
|
|
7362
|
+
} | undefined;
|
|
7363
|
+
indent?: {
|
|
7364
|
+
left?: number | undefined;
|
|
7365
|
+
hanging?: number | undefined;
|
|
7366
|
+
} | undefined;
|
|
7367
|
+
font?: "body" | "heading" | "mono" | "light" | undefined;
|
|
7368
|
+
} | undefined;
|
|
7369
|
+
heading4?: {
|
|
7370
|
+
spacing?: {
|
|
7371
|
+
before?: number | undefined;
|
|
7372
|
+
after?: number | undefined;
|
|
7373
|
+
} | undefined;
|
|
7374
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
7375
|
+
size?: number | undefined;
|
|
7376
|
+
color?: string | undefined;
|
|
7377
|
+
bold?: boolean | undefined;
|
|
7378
|
+
fontWeight?: number | undefined;
|
|
7379
|
+
italic?: boolean | undefined;
|
|
7380
|
+
underline?: boolean | undefined;
|
|
7381
|
+
lineSpacing?: {
|
|
7382
|
+
value?: number | undefined;
|
|
7383
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
7384
|
+
} | undefined;
|
|
7385
|
+
characterSpacing?: {
|
|
7386
|
+
type: "condensed" | "expanded";
|
|
7387
|
+
value: number;
|
|
7388
|
+
} | undefined;
|
|
7389
|
+
scale?: number | undefined;
|
|
7390
|
+
alignment?: "left" | "right" | "center" | "justify" | undefined;
|
|
7391
|
+
priority?: number | undefined;
|
|
7392
|
+
baseStyle?: string | undefined;
|
|
7393
|
+
followingStyle?: string | undefined;
|
|
7394
|
+
widowControl?: boolean | undefined;
|
|
7395
|
+
keepNext?: boolean | undefined;
|
|
7396
|
+
keepLinesTogether?: boolean | undefined;
|
|
7397
|
+
outlineLevel?: number | undefined;
|
|
7398
|
+
borders?: {
|
|
7399
|
+
left?: {
|
|
7400
|
+
space?: number | undefined;
|
|
7401
|
+
size: number;
|
|
7402
|
+
color: string;
|
|
7403
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7404
|
+
} | undefined;
|
|
7405
|
+
top?: {
|
|
7406
|
+
space?: number | undefined;
|
|
7407
|
+
size: number;
|
|
7408
|
+
color: string;
|
|
7409
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7410
|
+
} | undefined;
|
|
7411
|
+
bottom?: {
|
|
7412
|
+
space?: number | undefined;
|
|
7413
|
+
size: number;
|
|
7414
|
+
color: string;
|
|
7415
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7416
|
+
} | undefined;
|
|
7417
|
+
right?: {
|
|
7418
|
+
space?: number | undefined;
|
|
7419
|
+
size: number;
|
|
7420
|
+
color: string;
|
|
7421
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7422
|
+
} | undefined;
|
|
7423
|
+
between?: {
|
|
7424
|
+
space?: number | undefined;
|
|
7425
|
+
size: number;
|
|
7426
|
+
color: string;
|
|
7427
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7428
|
+
} | undefined;
|
|
7429
|
+
} | undefined;
|
|
7430
|
+
indent?: {
|
|
7431
|
+
left?: number | undefined;
|
|
7432
|
+
hanging?: number | undefined;
|
|
7433
|
+
} | undefined;
|
|
7434
|
+
font?: "body" | "heading" | "mono" | "light" | undefined;
|
|
7435
|
+
} | undefined;
|
|
7436
|
+
heading5?: {
|
|
7437
|
+
spacing?: {
|
|
7438
|
+
before?: number | undefined;
|
|
7439
|
+
after?: number | undefined;
|
|
7440
|
+
} | undefined;
|
|
7441
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
7442
|
+
size?: number | undefined;
|
|
7443
|
+
color?: string | undefined;
|
|
7444
|
+
bold?: boolean | undefined;
|
|
7445
|
+
fontWeight?: number | undefined;
|
|
7446
|
+
italic?: boolean | undefined;
|
|
7447
|
+
underline?: boolean | undefined;
|
|
7448
|
+
lineSpacing?: {
|
|
7449
|
+
value?: number | undefined;
|
|
7450
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
7451
|
+
} | undefined;
|
|
7452
|
+
characterSpacing?: {
|
|
7453
|
+
type: "condensed" | "expanded";
|
|
7454
|
+
value: number;
|
|
7455
|
+
} | undefined;
|
|
7456
|
+
scale?: number | undefined;
|
|
7457
|
+
alignment?: "left" | "right" | "center" | "justify" | undefined;
|
|
7458
|
+
priority?: number | undefined;
|
|
7459
|
+
baseStyle?: string | undefined;
|
|
7460
|
+
followingStyle?: string | undefined;
|
|
7461
|
+
widowControl?: boolean | undefined;
|
|
7462
|
+
keepNext?: boolean | undefined;
|
|
7463
|
+
keepLinesTogether?: boolean | undefined;
|
|
7464
|
+
outlineLevel?: number | undefined;
|
|
7465
|
+
borders?: {
|
|
7466
|
+
left?: {
|
|
7467
|
+
space?: number | undefined;
|
|
7468
|
+
size: number;
|
|
7469
|
+
color: string;
|
|
7470
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7471
|
+
} | undefined;
|
|
7472
|
+
top?: {
|
|
7473
|
+
space?: number | undefined;
|
|
7474
|
+
size: number;
|
|
7475
|
+
color: string;
|
|
7476
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7477
|
+
} | undefined;
|
|
7478
|
+
bottom?: {
|
|
7479
|
+
space?: number | undefined;
|
|
7480
|
+
size: number;
|
|
7481
|
+
color: string;
|
|
7482
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7483
|
+
} | undefined;
|
|
7484
|
+
right?: {
|
|
7485
|
+
space?: number | undefined;
|
|
7486
|
+
size: number;
|
|
7487
|
+
color: string;
|
|
7488
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7489
|
+
} | undefined;
|
|
7490
|
+
between?: {
|
|
7491
|
+
space?: number | undefined;
|
|
7492
|
+
size: number;
|
|
7493
|
+
color: string;
|
|
7494
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7495
|
+
} | undefined;
|
|
7496
|
+
} | undefined;
|
|
7497
|
+
indent?: {
|
|
7498
|
+
left?: number | undefined;
|
|
7499
|
+
hanging?: number | undefined;
|
|
7500
|
+
} | undefined;
|
|
7501
|
+
font?: "body" | "heading" | "mono" | "light" | undefined;
|
|
7502
|
+
} | undefined;
|
|
7503
|
+
heading6?: {
|
|
7504
|
+
spacing?: {
|
|
7505
|
+
before?: number | undefined;
|
|
7506
|
+
after?: number | undefined;
|
|
7507
|
+
} | undefined;
|
|
7508
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
7509
|
+
size?: number | undefined;
|
|
7510
|
+
color?: string | undefined;
|
|
7511
|
+
bold?: boolean | undefined;
|
|
7512
|
+
fontWeight?: number | undefined;
|
|
7513
|
+
italic?: boolean | undefined;
|
|
7514
|
+
underline?: boolean | undefined;
|
|
7515
|
+
lineSpacing?: {
|
|
7516
|
+
value?: number | undefined;
|
|
7517
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
7518
|
+
} | undefined;
|
|
7519
|
+
characterSpacing?: {
|
|
7520
|
+
type: "condensed" | "expanded";
|
|
7521
|
+
value: number;
|
|
7522
|
+
} | undefined;
|
|
7523
|
+
scale?: number | undefined;
|
|
7524
|
+
alignment?: "left" | "right" | "center" | "justify" | undefined;
|
|
7525
|
+
priority?: number | undefined;
|
|
7526
|
+
baseStyle?: string | undefined;
|
|
7527
|
+
followingStyle?: string | undefined;
|
|
7528
|
+
widowControl?: boolean | undefined;
|
|
7529
|
+
keepNext?: boolean | undefined;
|
|
7530
|
+
keepLinesTogether?: boolean | undefined;
|
|
7531
|
+
outlineLevel?: number | undefined;
|
|
7532
|
+
borders?: {
|
|
7533
|
+
left?: {
|
|
7534
|
+
space?: number | undefined;
|
|
7535
|
+
size: number;
|
|
7536
|
+
color: string;
|
|
7537
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7538
|
+
} | undefined;
|
|
7539
|
+
top?: {
|
|
7540
|
+
space?: number | undefined;
|
|
7541
|
+
size: number;
|
|
7542
|
+
color: string;
|
|
7543
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7544
|
+
} | undefined;
|
|
7545
|
+
bottom?: {
|
|
7546
|
+
space?: number | undefined;
|
|
7547
|
+
size: number;
|
|
7548
|
+
color: string;
|
|
7549
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7550
|
+
} | undefined;
|
|
7551
|
+
right?: {
|
|
7552
|
+
space?: number | undefined;
|
|
7553
|
+
size: number;
|
|
7554
|
+
color: string;
|
|
7555
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7556
|
+
} | undefined;
|
|
7557
|
+
between?: {
|
|
7558
|
+
space?: number | undefined;
|
|
7559
|
+
size: number;
|
|
7560
|
+
color: string;
|
|
7561
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7562
|
+
} | undefined;
|
|
7563
|
+
} | undefined;
|
|
7564
|
+
indent?: {
|
|
7565
|
+
left?: number | undefined;
|
|
7566
|
+
hanging?: number | undefined;
|
|
7567
|
+
} | undefined;
|
|
7568
|
+
font?: "body" | "heading" | "mono" | "light" | undefined;
|
|
7569
|
+
} | undefined;
|
|
7570
|
+
title?: {
|
|
7571
|
+
spacing?: {
|
|
7572
|
+
before?: number | undefined;
|
|
7573
|
+
after?: number | undefined;
|
|
7574
|
+
} | undefined;
|
|
7575
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
7576
|
+
size?: number | undefined;
|
|
7577
|
+
color?: string | undefined;
|
|
7578
|
+
bold?: boolean | undefined;
|
|
7579
|
+
fontWeight?: number | undefined;
|
|
7580
|
+
italic?: boolean | undefined;
|
|
7581
|
+
underline?: boolean | undefined;
|
|
7582
|
+
lineSpacing?: {
|
|
7583
|
+
value?: number | undefined;
|
|
7584
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
7585
|
+
} | undefined;
|
|
7586
|
+
characterSpacing?: {
|
|
7587
|
+
type: "condensed" | "expanded";
|
|
7588
|
+
value: number;
|
|
7589
|
+
} | undefined;
|
|
7590
|
+
scale?: number | undefined;
|
|
7591
|
+
alignment?: "left" | "right" | "center" | "justify" | undefined;
|
|
7592
|
+
priority?: number | undefined;
|
|
7593
|
+
baseStyle?: string | undefined;
|
|
7594
|
+
followingStyle?: string | undefined;
|
|
7595
|
+
widowControl?: boolean | undefined;
|
|
7596
|
+
keepNext?: boolean | undefined;
|
|
7597
|
+
keepLinesTogether?: boolean | undefined;
|
|
7598
|
+
outlineLevel?: number | undefined;
|
|
7599
|
+
borders?: {
|
|
7600
|
+
left?: {
|
|
7601
|
+
space?: number | undefined;
|
|
7602
|
+
size: number;
|
|
7603
|
+
color: string;
|
|
7604
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7605
|
+
} | undefined;
|
|
7606
|
+
top?: {
|
|
7607
|
+
space?: number | undefined;
|
|
7608
|
+
size: number;
|
|
7609
|
+
color: string;
|
|
7610
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7611
|
+
} | undefined;
|
|
7612
|
+
bottom?: {
|
|
7613
|
+
space?: number | undefined;
|
|
7614
|
+
size: number;
|
|
7615
|
+
color: string;
|
|
7616
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7617
|
+
} | undefined;
|
|
7618
|
+
right?: {
|
|
7619
|
+
space?: number | undefined;
|
|
7620
|
+
size: number;
|
|
7621
|
+
color: string;
|
|
7622
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7623
|
+
} | undefined;
|
|
7624
|
+
between?: {
|
|
7625
|
+
space?: number | undefined;
|
|
7626
|
+
size: number;
|
|
7627
|
+
color: string;
|
|
7628
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7629
|
+
} | undefined;
|
|
7630
|
+
} | undefined;
|
|
7631
|
+
indent?: {
|
|
7632
|
+
left?: number | undefined;
|
|
7633
|
+
hanging?: number | undefined;
|
|
7634
|
+
} | undefined;
|
|
7635
|
+
font?: "body" | "heading" | "mono" | "light" | undefined;
|
|
7636
|
+
} | undefined;
|
|
7637
|
+
subtitle?: {
|
|
7638
|
+
spacing?: {
|
|
7639
|
+
before?: number | undefined;
|
|
7640
|
+
after?: number | undefined;
|
|
7641
|
+
} | undefined;
|
|
7642
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
7643
|
+
size?: number | undefined;
|
|
7644
|
+
color?: string | undefined;
|
|
7645
|
+
bold?: boolean | undefined;
|
|
7646
|
+
fontWeight?: number | undefined;
|
|
7647
|
+
italic?: boolean | undefined;
|
|
7648
|
+
underline?: boolean | undefined;
|
|
7649
|
+
lineSpacing?: {
|
|
7650
|
+
value?: number | undefined;
|
|
7651
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
7652
|
+
} | undefined;
|
|
7653
|
+
characterSpacing?: {
|
|
7654
|
+
type: "condensed" | "expanded";
|
|
7655
|
+
value: number;
|
|
7656
|
+
} | undefined;
|
|
7657
|
+
scale?: number | undefined;
|
|
7658
|
+
alignment?: "left" | "right" | "center" | "justify" | undefined;
|
|
7659
|
+
priority?: number | undefined;
|
|
7660
|
+
baseStyle?: string | undefined;
|
|
7661
|
+
followingStyle?: string | undefined;
|
|
7662
|
+
widowControl?: boolean | undefined;
|
|
7663
|
+
keepNext?: boolean | undefined;
|
|
7664
|
+
keepLinesTogether?: boolean | undefined;
|
|
7665
|
+
outlineLevel?: number | undefined;
|
|
7666
|
+
borders?: {
|
|
7667
|
+
left?: {
|
|
7668
|
+
space?: number | undefined;
|
|
7669
|
+
size: number;
|
|
7670
|
+
color: string;
|
|
7671
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7672
|
+
} | undefined;
|
|
7673
|
+
top?: {
|
|
7674
|
+
space?: number | undefined;
|
|
7675
|
+
size: number;
|
|
7676
|
+
color: string;
|
|
7677
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7678
|
+
} | undefined;
|
|
7679
|
+
bottom?: {
|
|
7680
|
+
space?: number | undefined;
|
|
7681
|
+
size: number;
|
|
7682
|
+
color: string;
|
|
7683
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7684
|
+
} | undefined;
|
|
7685
|
+
right?: {
|
|
7686
|
+
space?: number | undefined;
|
|
7687
|
+
size: number;
|
|
7688
|
+
color: string;
|
|
7689
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7690
|
+
} | undefined;
|
|
7691
|
+
between?: {
|
|
7692
|
+
space?: number | undefined;
|
|
7693
|
+
size: number;
|
|
7694
|
+
color: string;
|
|
7695
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7696
|
+
} | undefined;
|
|
7697
|
+
} | undefined;
|
|
7698
|
+
indent?: {
|
|
7699
|
+
left?: number | undefined;
|
|
7700
|
+
hanging?: number | undefined;
|
|
7701
|
+
} | undefined;
|
|
7702
|
+
font?: "body" | "heading" | "mono" | "light" | undefined;
|
|
7703
|
+
} | undefined;
|
|
7704
|
+
TOC1?: {
|
|
7705
|
+
spacing?: {
|
|
7706
|
+
before?: number | undefined;
|
|
7707
|
+
after?: number | undefined;
|
|
7708
|
+
} | undefined;
|
|
7709
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
7710
|
+
size?: number | undefined;
|
|
7711
|
+
color?: string | undefined;
|
|
7712
|
+
bold?: boolean | undefined;
|
|
7713
|
+
fontWeight?: number | undefined;
|
|
7714
|
+
italic?: boolean | undefined;
|
|
7715
|
+
underline?: boolean | undefined;
|
|
7716
|
+
lineSpacing?: {
|
|
7717
|
+
value?: number | undefined;
|
|
7718
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
7719
|
+
} | undefined;
|
|
7720
|
+
characterSpacing?: {
|
|
7721
|
+
type: "condensed" | "expanded";
|
|
7722
|
+
value: number;
|
|
7723
|
+
} | undefined;
|
|
7724
|
+
scale?: number | undefined;
|
|
7725
|
+
alignment?: "left" | "right" | "center" | "justify" | undefined;
|
|
7726
|
+
priority?: number | undefined;
|
|
7727
|
+
followingStyle?: string | undefined;
|
|
7728
|
+
widowControl?: boolean | undefined;
|
|
7729
|
+
keepNext?: boolean | undefined;
|
|
7730
|
+
keepLinesTogether?: boolean | undefined;
|
|
7731
|
+
outlineLevel?: number | undefined;
|
|
7732
|
+
borders?: {
|
|
7733
|
+
left?: {
|
|
7734
|
+
space?: number | undefined;
|
|
7735
|
+
size: number;
|
|
7736
|
+
color: string;
|
|
7737
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7738
|
+
} | undefined;
|
|
7739
|
+
top?: {
|
|
7740
|
+
space?: number | undefined;
|
|
7741
|
+
size: number;
|
|
7742
|
+
color: string;
|
|
7743
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7744
|
+
} | undefined;
|
|
7745
|
+
bottom?: {
|
|
7746
|
+
space?: number | undefined;
|
|
7747
|
+
size: number;
|
|
7748
|
+
color: string;
|
|
7749
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7750
|
+
} | undefined;
|
|
7751
|
+
right?: {
|
|
7752
|
+
space?: number | undefined;
|
|
7753
|
+
size: number;
|
|
7754
|
+
color: string;
|
|
7755
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7756
|
+
} | undefined;
|
|
7757
|
+
between?: {
|
|
7758
|
+
space?: number | undefined;
|
|
7759
|
+
size: number;
|
|
7760
|
+
color: string;
|
|
7761
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7762
|
+
} | undefined;
|
|
7763
|
+
} | undefined;
|
|
7764
|
+
indent?: {
|
|
7765
|
+
left?: number | undefined;
|
|
7766
|
+
hanging?: number | undefined;
|
|
7767
|
+
} | undefined;
|
|
7768
|
+
font?: "body" | "heading" | "mono" | "light" | undefined;
|
|
7769
|
+
tabStops?: {
|
|
7770
|
+
leader?: "none" | "dot" | "hyphen" | "middleDot" | "underscore" | undefined;
|
|
7771
|
+
type: "left" | "right" | "center" | "bar" | "clear" | "decimal" | "end" | "num" | "start";
|
|
7772
|
+
position: number | "max";
|
|
7773
|
+
}[] | undefined;
|
|
7774
|
+
} | undefined;
|
|
7775
|
+
TOC2?: {
|
|
7776
|
+
spacing?: {
|
|
7777
|
+
before?: number | undefined;
|
|
7778
|
+
after?: number | undefined;
|
|
7779
|
+
} | undefined;
|
|
7780
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
7781
|
+
size?: number | undefined;
|
|
7782
|
+
color?: string | undefined;
|
|
7783
|
+
bold?: boolean | undefined;
|
|
7784
|
+
fontWeight?: number | undefined;
|
|
7785
|
+
italic?: boolean | undefined;
|
|
7786
|
+
underline?: boolean | undefined;
|
|
7787
|
+
lineSpacing?: {
|
|
7788
|
+
value?: number | undefined;
|
|
7789
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
7790
|
+
} | undefined;
|
|
7791
|
+
characterSpacing?: {
|
|
7792
|
+
type: "condensed" | "expanded";
|
|
7793
|
+
value: number;
|
|
7794
|
+
} | undefined;
|
|
7795
|
+
scale?: number | undefined;
|
|
7796
|
+
alignment?: "left" | "right" | "center" | "justify" | undefined;
|
|
7797
|
+
priority?: number | undefined;
|
|
7798
|
+
followingStyle?: string | undefined;
|
|
7799
|
+
widowControl?: boolean | undefined;
|
|
7800
|
+
keepNext?: boolean | undefined;
|
|
7801
|
+
keepLinesTogether?: boolean | undefined;
|
|
7802
|
+
outlineLevel?: number | undefined;
|
|
7803
|
+
borders?: {
|
|
7804
|
+
left?: {
|
|
7805
|
+
space?: number | undefined;
|
|
7806
|
+
size: number;
|
|
7807
|
+
color: string;
|
|
7808
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7809
|
+
} | undefined;
|
|
7810
|
+
top?: {
|
|
7811
|
+
space?: number | undefined;
|
|
7812
|
+
size: number;
|
|
7813
|
+
color: string;
|
|
7814
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7815
|
+
} | undefined;
|
|
7816
|
+
bottom?: {
|
|
7817
|
+
space?: number | undefined;
|
|
7818
|
+
size: number;
|
|
7819
|
+
color: string;
|
|
7820
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7821
|
+
} | undefined;
|
|
7822
|
+
right?: {
|
|
7823
|
+
space?: number | undefined;
|
|
7824
|
+
size: number;
|
|
7825
|
+
color: string;
|
|
7826
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7827
|
+
} | undefined;
|
|
7828
|
+
between?: {
|
|
7829
|
+
space?: number | undefined;
|
|
7830
|
+
size: number;
|
|
7831
|
+
color: string;
|
|
7832
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7833
|
+
} | undefined;
|
|
7834
|
+
} | undefined;
|
|
7835
|
+
indent?: {
|
|
7836
|
+
left?: number | undefined;
|
|
7837
|
+
hanging?: number | undefined;
|
|
7838
|
+
} | undefined;
|
|
7839
|
+
font?: "body" | "heading" | "mono" | "light" | undefined;
|
|
7840
|
+
tabStops?: {
|
|
7841
|
+
leader?: "none" | "dot" | "hyphen" | "middleDot" | "underscore" | undefined;
|
|
7842
|
+
type: "left" | "right" | "center" | "bar" | "clear" | "decimal" | "end" | "num" | "start";
|
|
7843
|
+
position: number | "max";
|
|
7844
|
+
}[] | undefined;
|
|
7845
|
+
} | undefined;
|
|
7846
|
+
TOC3?: {
|
|
7847
|
+
spacing?: {
|
|
7848
|
+
before?: number | undefined;
|
|
7849
|
+
after?: number | undefined;
|
|
7850
|
+
} | undefined;
|
|
7851
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
7852
|
+
size?: number | undefined;
|
|
7853
|
+
color?: string | undefined;
|
|
7854
|
+
bold?: boolean | undefined;
|
|
7855
|
+
fontWeight?: number | undefined;
|
|
7856
|
+
italic?: boolean | undefined;
|
|
7857
|
+
underline?: boolean | undefined;
|
|
7858
|
+
lineSpacing?: {
|
|
7859
|
+
value?: number | undefined;
|
|
7860
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
7861
|
+
} | undefined;
|
|
7862
|
+
characterSpacing?: {
|
|
7863
|
+
type: "condensed" | "expanded";
|
|
7864
|
+
value: number;
|
|
7865
|
+
} | undefined;
|
|
7866
|
+
scale?: number | undefined;
|
|
7867
|
+
alignment?: "left" | "right" | "center" | "justify" | undefined;
|
|
7868
|
+
priority?: number | undefined;
|
|
7869
|
+
followingStyle?: string | undefined;
|
|
7870
|
+
widowControl?: boolean | undefined;
|
|
7871
|
+
keepNext?: boolean | undefined;
|
|
7872
|
+
keepLinesTogether?: boolean | undefined;
|
|
7873
|
+
outlineLevel?: number | undefined;
|
|
7874
|
+
borders?: {
|
|
7875
|
+
left?: {
|
|
7876
|
+
space?: number | undefined;
|
|
7877
|
+
size: number;
|
|
7878
|
+
color: string;
|
|
7879
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7880
|
+
} | undefined;
|
|
7881
|
+
top?: {
|
|
7882
|
+
space?: number | undefined;
|
|
7883
|
+
size: number;
|
|
7884
|
+
color: string;
|
|
7885
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7886
|
+
} | undefined;
|
|
7887
|
+
bottom?: {
|
|
7888
|
+
space?: number | undefined;
|
|
7889
|
+
size: number;
|
|
7890
|
+
color: string;
|
|
7891
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7892
|
+
} | undefined;
|
|
7893
|
+
right?: {
|
|
7894
|
+
space?: number | undefined;
|
|
7895
|
+
size: number;
|
|
7896
|
+
color: string;
|
|
7897
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7898
|
+
} | undefined;
|
|
7899
|
+
between?: {
|
|
7900
|
+
space?: number | undefined;
|
|
7901
|
+
size: number;
|
|
7902
|
+
color: string;
|
|
7903
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7904
|
+
} | undefined;
|
|
7905
|
+
} | undefined;
|
|
7906
|
+
indent?: {
|
|
7907
|
+
left?: number | undefined;
|
|
7908
|
+
hanging?: number | undefined;
|
|
7909
|
+
} | undefined;
|
|
7910
|
+
font?: "body" | "heading" | "mono" | "light" | undefined;
|
|
7911
|
+
tabStops?: {
|
|
7912
|
+
leader?: "none" | "dot" | "hyphen" | "middleDot" | "underscore" | undefined;
|
|
7913
|
+
type: "left" | "right" | "center" | "bar" | "clear" | "decimal" | "end" | "num" | "start";
|
|
7914
|
+
position: number | "max";
|
|
7915
|
+
}[] | undefined;
|
|
7916
|
+
} | undefined;
|
|
7917
|
+
TOC4?: {
|
|
7918
|
+
spacing?: {
|
|
7919
|
+
before?: number | undefined;
|
|
7920
|
+
after?: number | undefined;
|
|
7921
|
+
} | undefined;
|
|
7922
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
7923
|
+
size?: number | undefined;
|
|
7924
|
+
color?: string | undefined;
|
|
7925
|
+
bold?: boolean | undefined;
|
|
7926
|
+
fontWeight?: number | undefined;
|
|
7927
|
+
italic?: boolean | undefined;
|
|
7928
|
+
underline?: boolean | undefined;
|
|
7929
|
+
lineSpacing?: {
|
|
7930
|
+
value?: number | undefined;
|
|
7931
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
7932
|
+
} | undefined;
|
|
7933
|
+
characterSpacing?: {
|
|
7934
|
+
type: "condensed" | "expanded";
|
|
7935
|
+
value: number;
|
|
7936
|
+
} | undefined;
|
|
7937
|
+
scale?: number | undefined;
|
|
7938
|
+
alignment?: "left" | "right" | "center" | "justify" | undefined;
|
|
7939
|
+
priority?: number | undefined;
|
|
7940
|
+
followingStyle?: string | undefined;
|
|
7941
|
+
widowControl?: boolean | undefined;
|
|
7942
|
+
keepNext?: boolean | undefined;
|
|
7943
|
+
keepLinesTogether?: boolean | undefined;
|
|
7944
|
+
outlineLevel?: number | undefined;
|
|
7945
|
+
borders?: {
|
|
7946
|
+
left?: {
|
|
7947
|
+
space?: number | undefined;
|
|
7948
|
+
size: number;
|
|
7949
|
+
color: string;
|
|
7950
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7951
|
+
} | undefined;
|
|
7952
|
+
top?: {
|
|
7953
|
+
space?: number | undefined;
|
|
7954
|
+
size: number;
|
|
7955
|
+
color: string;
|
|
7956
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7957
|
+
} | undefined;
|
|
7958
|
+
bottom?: {
|
|
7959
|
+
space?: number | undefined;
|
|
7960
|
+
size: number;
|
|
7961
|
+
color: string;
|
|
7962
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7963
|
+
} | undefined;
|
|
7964
|
+
right?: {
|
|
7965
|
+
space?: number | undefined;
|
|
7966
|
+
size: number;
|
|
7967
|
+
color: string;
|
|
7968
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7969
|
+
} | undefined;
|
|
7970
|
+
between?: {
|
|
7971
|
+
space?: number | undefined;
|
|
7972
|
+
size: number;
|
|
7973
|
+
color: string;
|
|
7974
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
7975
|
+
} | undefined;
|
|
7976
|
+
} | undefined;
|
|
7977
|
+
indent?: {
|
|
7978
|
+
left?: number | undefined;
|
|
7979
|
+
hanging?: number | undefined;
|
|
7980
|
+
} | undefined;
|
|
7981
|
+
font?: "body" | "heading" | "mono" | "light" | undefined;
|
|
7982
|
+
tabStops?: {
|
|
7983
|
+
leader?: "none" | "dot" | "hyphen" | "middleDot" | "underscore" | undefined;
|
|
7984
|
+
type: "left" | "right" | "center" | "bar" | "clear" | "decimal" | "end" | "num" | "start";
|
|
7985
|
+
position: number | "max";
|
|
7986
|
+
}[] | undefined;
|
|
7987
|
+
} | undefined;
|
|
7988
|
+
TOC5?: {
|
|
7989
|
+
spacing?: {
|
|
7990
|
+
before?: number | undefined;
|
|
7991
|
+
after?: number | undefined;
|
|
7992
|
+
} | undefined;
|
|
7993
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
7994
|
+
size?: number | undefined;
|
|
7995
|
+
color?: string | undefined;
|
|
7996
|
+
bold?: boolean | undefined;
|
|
7997
|
+
fontWeight?: number | undefined;
|
|
7998
|
+
italic?: boolean | undefined;
|
|
7999
|
+
underline?: boolean | undefined;
|
|
8000
|
+
lineSpacing?: {
|
|
8001
|
+
value?: number | undefined;
|
|
8002
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
8003
|
+
} | undefined;
|
|
8004
|
+
characterSpacing?: {
|
|
8005
|
+
type: "condensed" | "expanded";
|
|
8006
|
+
value: number;
|
|
8007
|
+
} | undefined;
|
|
8008
|
+
scale?: number | undefined;
|
|
8009
|
+
alignment?: "left" | "right" | "center" | "justify" | undefined;
|
|
8010
|
+
priority?: number | undefined;
|
|
8011
|
+
followingStyle?: string | undefined;
|
|
8012
|
+
widowControl?: boolean | undefined;
|
|
8013
|
+
keepNext?: boolean | undefined;
|
|
8014
|
+
keepLinesTogether?: boolean | undefined;
|
|
8015
|
+
outlineLevel?: number | undefined;
|
|
8016
|
+
borders?: {
|
|
8017
|
+
left?: {
|
|
8018
|
+
space?: number | undefined;
|
|
8019
|
+
size: number;
|
|
8020
|
+
color: string;
|
|
8021
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
8022
|
+
} | undefined;
|
|
8023
|
+
top?: {
|
|
8024
|
+
space?: number | undefined;
|
|
8025
|
+
size: number;
|
|
8026
|
+
color: string;
|
|
8027
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
8028
|
+
} | undefined;
|
|
8029
|
+
bottom?: {
|
|
8030
|
+
space?: number | undefined;
|
|
8031
|
+
size: number;
|
|
8032
|
+
color: string;
|
|
8033
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
8034
|
+
} | undefined;
|
|
8035
|
+
right?: {
|
|
8036
|
+
space?: number | undefined;
|
|
8037
|
+
size: number;
|
|
8038
|
+
color: string;
|
|
8039
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
8040
|
+
} | undefined;
|
|
8041
|
+
between?: {
|
|
8042
|
+
space?: number | undefined;
|
|
8043
|
+
size: number;
|
|
8044
|
+
color: string;
|
|
8045
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
8046
|
+
} | undefined;
|
|
8047
|
+
} | undefined;
|
|
8048
|
+
indent?: {
|
|
8049
|
+
left?: number | undefined;
|
|
8050
|
+
hanging?: number | undefined;
|
|
8051
|
+
} | undefined;
|
|
8052
|
+
font?: "body" | "heading" | "mono" | "light" | undefined;
|
|
8053
|
+
tabStops?: {
|
|
8054
|
+
leader?: "none" | "dot" | "hyphen" | "middleDot" | "underscore" | undefined;
|
|
8055
|
+
type: "left" | "right" | "center" | "bar" | "clear" | "decimal" | "end" | "num" | "start";
|
|
8056
|
+
position: number | "max";
|
|
8057
|
+
}[] | undefined;
|
|
8058
|
+
} | undefined;
|
|
8059
|
+
TOC6?: {
|
|
8060
|
+
spacing?: {
|
|
8061
|
+
before?: number | undefined;
|
|
8062
|
+
after?: number | undefined;
|
|
8063
|
+
} | undefined;
|
|
8064
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
8065
|
+
size?: number | undefined;
|
|
8066
|
+
color?: string | undefined;
|
|
8067
|
+
bold?: boolean | undefined;
|
|
8068
|
+
fontWeight?: number | undefined;
|
|
8069
|
+
italic?: boolean | undefined;
|
|
8070
|
+
underline?: boolean | undefined;
|
|
8071
|
+
lineSpacing?: {
|
|
8072
|
+
value?: number | undefined;
|
|
8073
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
8074
|
+
} | undefined;
|
|
8075
|
+
characterSpacing?: {
|
|
8076
|
+
type: "condensed" | "expanded";
|
|
8077
|
+
value: number;
|
|
8078
|
+
} | undefined;
|
|
8079
|
+
scale?: number | undefined;
|
|
8080
|
+
alignment?: "left" | "right" | "center" | "justify" | undefined;
|
|
8081
|
+
priority?: number | undefined;
|
|
8082
|
+
followingStyle?: string | undefined;
|
|
8083
|
+
widowControl?: boolean | undefined;
|
|
8084
|
+
keepNext?: boolean | undefined;
|
|
8085
|
+
keepLinesTogether?: boolean | undefined;
|
|
8086
|
+
outlineLevel?: number | undefined;
|
|
8087
|
+
borders?: {
|
|
8088
|
+
left?: {
|
|
8089
|
+
space?: number | undefined;
|
|
8090
|
+
size: number;
|
|
8091
|
+
color: string;
|
|
8092
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
8093
|
+
} | undefined;
|
|
8094
|
+
top?: {
|
|
8095
|
+
space?: number | undefined;
|
|
8096
|
+
size: number;
|
|
8097
|
+
color: string;
|
|
8098
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
8099
|
+
} | undefined;
|
|
8100
|
+
bottom?: {
|
|
8101
|
+
space?: number | undefined;
|
|
8102
|
+
size: number;
|
|
8103
|
+
color: string;
|
|
8104
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
8105
|
+
} | undefined;
|
|
8106
|
+
right?: {
|
|
8107
|
+
space?: number | undefined;
|
|
8108
|
+
size: number;
|
|
8109
|
+
color: string;
|
|
8110
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
8111
|
+
} | undefined;
|
|
8112
|
+
between?: {
|
|
8113
|
+
space?: number | undefined;
|
|
8114
|
+
size: number;
|
|
8115
|
+
color: string;
|
|
8116
|
+
style: "single" | "none" | "double" | "dashDotStroked" | "dashed" | "dashSmallGap" | "dotDash" | "dotDotDash" | "dotted" | "doubleWave" | "inset" | "nil" | "outset" | "thick" | "thickThinLargeGap" | "thickThinMediumGap" | "thickThinSmallGap" | "thinThickLargeGap" | "thinThickMediumGap" | "thinThickSmallGap" | "thinThickThinLargeGap" | "thinThickThinMediumGap" | "thinThickThinSmallGap" | "threeDEmboss" | "threeDEngrave" | "triple" | "wave";
|
|
8117
|
+
} | undefined;
|
|
8118
|
+
} | undefined;
|
|
8119
|
+
indent?: {
|
|
8120
|
+
left?: number | undefined;
|
|
8121
|
+
hanging?: number | undefined;
|
|
8122
|
+
} | undefined;
|
|
8123
|
+
font?: "body" | "heading" | "mono" | "light" | undefined;
|
|
8124
|
+
tabStops?: {
|
|
8125
|
+
leader?: "none" | "dot" | "hyphen" | "middleDot" | "underscore" | undefined;
|
|
8126
|
+
type: "left" | "right" | "center" | "bar" | "clear" | "decimal" | "end" | "num" | "start";
|
|
8127
|
+
position: number | "max";
|
|
8128
|
+
}[] | undefined;
|
|
8129
|
+
} | undefined;
|
|
8130
|
+
} | undefined;
|
|
8131
|
+
componentDefaults?: {
|
|
8132
|
+
heading?: {
|
|
8133
|
+
noProofWords?: string[] | undefined;
|
|
8134
|
+
spacing?: {
|
|
8135
|
+
before?: number | undefined;
|
|
8136
|
+
after?: number | undefined;
|
|
8137
|
+
} | undefined;
|
|
8138
|
+
text?: string | undefined;
|
|
8139
|
+
lineSpacing?: number | {
|
|
8140
|
+
value?: number | undefined;
|
|
8141
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
8142
|
+
} | undefined;
|
|
8143
|
+
alignment?: "left" | "right" | "center" | "justify" | undefined;
|
|
8144
|
+
keepNext?: boolean | undefined;
|
|
8145
|
+
indent?: {
|
|
8146
|
+
left?: number | undefined;
|
|
8147
|
+
right?: number | undefined;
|
|
8148
|
+
hanging?: number | undefined;
|
|
8149
|
+
firstLine?: number | undefined;
|
|
8150
|
+
} | undefined;
|
|
8151
|
+
font?: {
|
|
8152
|
+
spacing?: {
|
|
8153
|
+
before?: number | undefined;
|
|
8154
|
+
after?: number | undefined;
|
|
8155
|
+
} | undefined;
|
|
8156
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
8157
|
+
size?: number | undefined;
|
|
8158
|
+
color?: string | undefined;
|
|
8159
|
+
bold?: boolean | undefined;
|
|
8160
|
+
fontWeight?: number | undefined;
|
|
8161
|
+
italic?: boolean | undefined;
|
|
8162
|
+
underline?: boolean | undefined;
|
|
8163
|
+
lineSpacing?: {
|
|
8164
|
+
value?: number | undefined;
|
|
8165
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
8166
|
+
} | undefined;
|
|
8167
|
+
characterSpacing?: {
|
|
8168
|
+
type: "condensed" | "expanded";
|
|
8169
|
+
value: number;
|
|
8170
|
+
} | undefined;
|
|
8171
|
+
scale?: number | undefined;
|
|
8172
|
+
family?: string | undefined;
|
|
8173
|
+
} | undefined;
|
|
8174
|
+
level?: 1 | 6 | 3 | 5 | 2 | 4 | undefined;
|
|
8175
|
+
language?: string | undefined;
|
|
8176
|
+
noProof?: boolean | undefined;
|
|
8177
|
+
pageBreak?: boolean | undefined;
|
|
8178
|
+
columnBreak?: boolean | undefined;
|
|
8179
|
+
numbering?: boolean | undefined;
|
|
8180
|
+
keepLines?: boolean | undefined;
|
|
8181
|
+
} | undefined;
|
|
8182
|
+
paragraph?: {
|
|
8183
|
+
noProofWords?: string[] | undefined;
|
|
8184
|
+
spacing?: {
|
|
8185
|
+
before?: number | undefined;
|
|
8186
|
+
after?: number | undefined;
|
|
8187
|
+
} | undefined;
|
|
8188
|
+
text?: string | undefined;
|
|
8189
|
+
id?: string | undefined;
|
|
8190
|
+
alignment?: "left" | "right" | "center" | "justify" | undefined;
|
|
8191
|
+
keepNext?: boolean | undefined;
|
|
8192
|
+
indent?: {
|
|
8193
|
+
left?: number | undefined;
|
|
8194
|
+
right?: number | undefined;
|
|
8195
|
+
hanging?: number | undefined;
|
|
8196
|
+
firstLine?: number | undefined;
|
|
8197
|
+
} | undefined;
|
|
8198
|
+
font?: {
|
|
8199
|
+
spacing?: {
|
|
8200
|
+
before?: number | undefined;
|
|
8201
|
+
after?: number | undefined;
|
|
8202
|
+
} | undefined;
|
|
8203
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
8204
|
+
size?: number | undefined;
|
|
8205
|
+
color?: string | undefined;
|
|
8206
|
+
bold?: boolean | undefined;
|
|
8207
|
+
fontWeight?: number | undefined;
|
|
8208
|
+
italic?: boolean | undefined;
|
|
8209
|
+
underline?: boolean | undefined;
|
|
8210
|
+
lineSpacing?: {
|
|
8211
|
+
value?: number | undefined;
|
|
8212
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
8213
|
+
} | undefined;
|
|
8214
|
+
characterSpacing?: {
|
|
8215
|
+
type: "condensed" | "expanded";
|
|
8216
|
+
value: number;
|
|
8217
|
+
} | undefined;
|
|
8218
|
+
scale?: number | undefined;
|
|
8219
|
+
family?: string | undefined;
|
|
8220
|
+
} | undefined;
|
|
8221
|
+
tabStops?: {
|
|
8222
|
+
leader?: "none" | "dot" | "hyphen" | "middleDot" | "underscore" | undefined;
|
|
8223
|
+
type: "left" | "right" | "center" | "bar" | "decimal";
|
|
8224
|
+
position: number;
|
|
8225
|
+
}[] | undefined;
|
|
8226
|
+
language?: string | undefined;
|
|
8227
|
+
noProof?: boolean | undefined;
|
|
8228
|
+
pageBreak?: boolean | undefined;
|
|
8229
|
+
columnBreak?: boolean | undefined;
|
|
8230
|
+
keepLines?: boolean | undefined;
|
|
8231
|
+
themeStyle?: string | undefined;
|
|
8232
|
+
boldColor?: string | undefined;
|
|
8233
|
+
floating?: {
|
|
8234
|
+
width?: number | undefined;
|
|
8235
|
+
height?: number | undefined;
|
|
8236
|
+
horizontalPosition?: {
|
|
8237
|
+
relative?: "page" | "text" | "margin" | undefined;
|
|
8238
|
+
align?: "left" | "right" | "center" | "inside" | "outside" | undefined;
|
|
8239
|
+
offset?: string | number | undefined;
|
|
8240
|
+
} | undefined;
|
|
8241
|
+
verticalPosition?: {
|
|
8242
|
+
relative?: "page" | "text" | "margin" | undefined;
|
|
8243
|
+
align?: "top" | "bottom" | "center" | "inside" | "outside" | undefined;
|
|
8244
|
+
offset?: string | number | undefined;
|
|
8245
|
+
} | undefined;
|
|
8246
|
+
wrap?: {
|
|
8247
|
+
type: "none" | "around" | "notBeside" | "through" | "tight" | "auto";
|
|
8248
|
+
} | undefined;
|
|
8249
|
+
lockAnchor?: boolean | undefined;
|
|
8250
|
+
} | undefined;
|
|
8251
|
+
} | undefined;
|
|
8252
|
+
image?: {
|
|
8253
|
+
spacing?: {
|
|
8254
|
+
before?: number | undefined;
|
|
8255
|
+
after?: number | undefined;
|
|
8256
|
+
} | undefined;
|
|
8257
|
+
path?: string | undefined;
|
|
8258
|
+
width?: string | number | undefined;
|
|
8259
|
+
height?: string | number | undefined;
|
|
8260
|
+
alignment?: "left" | "right" | "center" | undefined;
|
|
8261
|
+
keepNext?: boolean | undefined;
|
|
8262
|
+
keepLines?: boolean | undefined;
|
|
8263
|
+
floating?: {
|
|
8264
|
+
horizontalPosition?: {
|
|
8265
|
+
relative?: "page" | "text" | "margin" | "character" | "column" | undefined;
|
|
8266
|
+
align?: "left" | "right" | "center" | "inside" | "outside" | undefined;
|
|
8267
|
+
offset?: string | number | undefined;
|
|
8268
|
+
} | undefined;
|
|
8269
|
+
verticalPosition?: {
|
|
8270
|
+
relative?: "page" | "text" | "paragraph" | "margin" | "line" | undefined;
|
|
8271
|
+
align?: "top" | "bottom" | "center" | "inside" | "outside" | undefined;
|
|
8272
|
+
offset?: string | number | undefined;
|
|
8273
|
+
} | undefined;
|
|
8274
|
+
wrap?: {
|
|
8275
|
+
margins?: {
|
|
8276
|
+
left?: string | number | undefined;
|
|
8277
|
+
top?: string | number | undefined;
|
|
8278
|
+
bottom?: string | number | undefined;
|
|
8279
|
+
right?: string | number | undefined;
|
|
8280
|
+
} | undefined;
|
|
8281
|
+
side?: "left" | "right" | "bothSides" | "largest" | undefined;
|
|
8282
|
+
type: "none" | "around" | "through" | "tight" | "square" | "topAndBottom";
|
|
8283
|
+
} | undefined;
|
|
8284
|
+
lockAnchor?: boolean | undefined;
|
|
8285
|
+
allowOverlap?: boolean | undefined;
|
|
8286
|
+
behindDocument?: boolean | undefined;
|
|
8287
|
+
layoutInCell?: boolean | undefined;
|
|
8288
|
+
zIndex?: number | undefined;
|
|
8289
|
+
rotation?: number | undefined;
|
|
8290
|
+
visibility?: "hidden" | "inherit" | undefined;
|
|
8291
|
+
} | undefined;
|
|
8292
|
+
base64?: string | undefined;
|
|
8293
|
+
svg?: string | undefined;
|
|
8294
|
+
alt?: string | undefined;
|
|
8295
|
+
widthRelativeTo?: "page" | "content" | undefined;
|
|
8296
|
+
heightRelativeTo?: "page" | "content" | undefined;
|
|
8297
|
+
caption?: string | undefined;
|
|
8298
|
+
} | undefined;
|
|
8299
|
+
statistic?: {
|
|
8300
|
+
number?: string | undefined;
|
|
8301
|
+
description?: string | undefined;
|
|
8302
|
+
spacing?: {
|
|
8303
|
+
before?: number | undefined;
|
|
8304
|
+
after?: number | undefined;
|
|
8305
|
+
} | undefined;
|
|
8306
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
8307
|
+
alignment?: "left" | "right" | "center" | undefined;
|
|
8308
|
+
unit?: string | undefined;
|
|
8309
|
+
format?: string | undefined;
|
|
8310
|
+
trend?: "up" | "down" | "neutral" | undefined;
|
|
8311
|
+
trendValue?: string | number | undefined;
|
|
8312
|
+
} | undefined;
|
|
8313
|
+
table?: {} | undefined;
|
|
8314
|
+
section?: {
|
|
8315
|
+
page?: {
|
|
8316
|
+
size?: "LETTER" | "A4" | "A3" | "LEGAL" | {
|
|
8317
|
+
width: number;
|
|
8318
|
+
height: number;
|
|
8319
|
+
} | undefined;
|
|
8320
|
+
margins?: {
|
|
8321
|
+
left?: number | undefined;
|
|
8322
|
+
top?: number | undefined;
|
|
8323
|
+
bottom?: number | undefined;
|
|
8324
|
+
right?: number | undefined;
|
|
8325
|
+
header?: number | undefined;
|
|
8326
|
+
footer?: number | undefined;
|
|
8327
|
+
gutter?: number | undefined;
|
|
8328
|
+
} | undefined;
|
|
8329
|
+
} | undefined;
|
|
8330
|
+
spacing?: {
|
|
8331
|
+
before?: number | undefined;
|
|
8332
|
+
after?: number | undefined;
|
|
8333
|
+
} | undefined;
|
|
8334
|
+
header?: "linkToPrevious" | any[] | undefined;
|
|
8335
|
+
footer?: "linkToPrevious" | any[] | undefined;
|
|
8336
|
+
pageBreak?: boolean | undefined;
|
|
8337
|
+
meta?: {
|
|
8338
|
+
title?: string | undefined;
|
|
8339
|
+
} | undefined;
|
|
8340
|
+
} | undefined;
|
|
8341
|
+
columns?: {
|
|
8342
|
+
columns?: number | {
|
|
8343
|
+
width?: string | number | undefined;
|
|
8344
|
+
gap?: string | number | undefined;
|
|
8345
|
+
}[] | undefined;
|
|
8346
|
+
gap?: string | number | undefined;
|
|
8347
|
+
} | undefined;
|
|
8348
|
+
list?: {
|
|
8349
|
+
spacing?: {
|
|
8350
|
+
before?: number | undefined;
|
|
8351
|
+
after?: number | undefined;
|
|
8352
|
+
item?: number | undefined;
|
|
8353
|
+
} | undefined;
|
|
8354
|
+
alignment?: "left" | "right" | "center" | "justify" | undefined;
|
|
8355
|
+
indent?: number | {
|
|
8356
|
+
left?: number | undefined;
|
|
8357
|
+
hanging?: number | undefined;
|
|
8358
|
+
} | undefined;
|
|
8359
|
+
start?: number | undefined;
|
|
8360
|
+
format?: "none" | "decimal" | "bullet" | "upperRoman" | "lowerRoman" | "upperLetter" | "lowerLetter" | "ordinal" | "cardinalText" | "ordinalText" | "hex" | "chicago" | "ideographDigital" | "japaneseCounting" | "aiueo" | "iroha" | "decimalFullWidth" | "decimalHalfWidth" | "japaneseLegal" | "japaneseDigitalTenThousand" | "decimalEnclosedCircle" | "decimalFullWidth2" | "aiueoFullWidth" | "irohaFullWidth" | "decimalZero" | "ganada" | "chosung" | "decimalEnclosedFullstop" | "decimalEnclosedParen" | "decimalEnclosedCircleChinese" | "ideographEnclosedCircle" | "ideographTraditional" | "ideographZodiac" | "ideographZodiacTraditional" | "taiwaneseCounting" | "ideographLegalTraditional" | "taiwaneseCountingThousand" | "taiwaneseDigital" | "chineseCounting" | "chineseLegalSimplified" | "chineseCountingThousand" | "koreanDigital" | "koreanCounting" | "koreanLegal" | "koreanDigital2" | "vietnameseCounting" | "russianLower" | "russianUpper" | "numberInDash" | "hebrew1" | "hebrew2" | "arabicAlpha" | "arabicAbjad" | "hindiVowels" | "hindiConsonants" | "hindiNumbers" | "hindiCounting" | "thaiLetters" | "thaiNumbers" | "thaiCounting" | "numbered" | undefined;
|
|
8361
|
+
items?: (string | {
|
|
8362
|
+
id?: string | undefined;
|
|
8363
|
+
level?: number | undefined;
|
|
8364
|
+
revision?: {
|
|
8365
|
+
author?: string | undefined;
|
|
8366
|
+
date?: string | undefined;
|
|
8367
|
+
segments: {
|
|
8368
|
+
text: string;
|
|
8369
|
+
type: "equal" | "insert" | "delete";
|
|
8370
|
+
}[];
|
|
8371
|
+
} | undefined;
|
|
8372
|
+
text: string;
|
|
8373
|
+
})[] | undefined;
|
|
8374
|
+
bullet?: string | undefined;
|
|
8375
|
+
reference?: string | undefined;
|
|
8376
|
+
levels?: {
|
|
8377
|
+
text?: string | undefined;
|
|
8378
|
+
alignment?: "left" | "right" | "center" | "end" | "start" | undefined;
|
|
8379
|
+
indent?: {
|
|
8380
|
+
left?: number | undefined;
|
|
8381
|
+
hanging?: number | undefined;
|
|
8382
|
+
} | undefined;
|
|
8383
|
+
font?: {
|
|
8384
|
+
size?: number | undefined;
|
|
8385
|
+
color?: string | undefined;
|
|
8386
|
+
bold?: boolean | undefined;
|
|
8387
|
+
italic?: boolean | undefined;
|
|
8388
|
+
underline?: boolean | undefined;
|
|
8389
|
+
family?: string | undefined;
|
|
8390
|
+
} | undefined;
|
|
8391
|
+
start?: number | undefined;
|
|
8392
|
+
format?: "none" | "decimal" | "bullet" | "upperRoman" | "lowerRoman" | "upperLetter" | "lowerLetter" | "ordinal" | "cardinalText" | "ordinalText" | "hex" | "chicago" | "ideographDigital" | "japaneseCounting" | "aiueo" | "iroha" | "decimalFullWidth" | "decimalHalfWidth" | "japaneseLegal" | "japaneseDigitalTenThousand" | "decimalEnclosedCircle" | "decimalFullWidth2" | "aiueoFullWidth" | "irohaFullWidth" | "decimalZero" | "ganada" | "chosung" | "decimalEnclosedFullstop" | "decimalEnclosedParen" | "decimalEnclosedCircleChinese" | "ideographEnclosedCircle" | "ideographTraditional" | "ideographZodiac" | "ideographZodiacTraditional" | "taiwaneseCounting" | "ideographLegalTraditional" | "taiwaneseCountingThousand" | "taiwaneseDigital" | "chineseCounting" | "chineseLegalSimplified" | "chineseCountingThousand" | "koreanDigital" | "koreanCounting" | "koreanLegal" | "koreanDigital2" | "vietnameseCounting" | "russianLower" | "russianUpper" | "numberInDash" | "hebrew1" | "hebrew2" | "arabicAlpha" | "arabicAbjad" | "hindiVowels" | "hindiConsonants" | "hindiNumbers" | "hindiCounting" | "thaiLetters" | "thaiNumbers" | "thaiCounting" | undefined;
|
|
8393
|
+
level: number;
|
|
8394
|
+
}[] | undefined;
|
|
8395
|
+
} | undefined;
|
|
8396
|
+
} | undefined;
|
|
8397
|
+
noProofWords?: string[] | undefined;
|
|
8398
|
+
palette?: {
|
|
8399
|
+
textMuted?: string | undefined;
|
|
8400
|
+
rule?: string | undefined;
|
|
8401
|
+
onPrimary?: string | undefined;
|
|
8402
|
+
surfaceInverse?: string | undefined;
|
|
8403
|
+
positive?: string | undefined;
|
|
8404
|
+
negative?: string | undefined;
|
|
8405
|
+
chart?: string[] | undefined;
|
|
8406
|
+
} | undefined;
|
|
8407
|
+
typography?: {
|
|
8408
|
+
scale?: {
|
|
8409
|
+
a4?: {
|
|
8410
|
+
ratio?: number | undefined;
|
|
8411
|
+
baselinePt?: number | undefined;
|
|
8412
|
+
base: number;
|
|
8413
|
+
} | undefined;
|
|
8414
|
+
letter?: {
|
|
8415
|
+
ratio?: number | undefined;
|
|
8416
|
+
baselinePt?: number | undefined;
|
|
8417
|
+
base: number;
|
|
8418
|
+
} | undefined;
|
|
8419
|
+
wide169?: {
|
|
8420
|
+
ratio?: number | undefined;
|
|
8421
|
+
baselinePt?: number | undefined;
|
|
8422
|
+
base: number;
|
|
8423
|
+
} | undefined;
|
|
8424
|
+
standard43?: {
|
|
8425
|
+
ratio?: number | undefined;
|
|
8426
|
+
baselinePt?: number | undefined;
|
|
8427
|
+
base: number;
|
|
8428
|
+
} | undefined;
|
|
8429
|
+
} | undefined;
|
|
8430
|
+
roles?: {
|
|
8431
|
+
display?: {
|
|
8432
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
8433
|
+
size?: number | undefined;
|
|
8434
|
+
color?: string | undefined;
|
|
8435
|
+
weight?: number | undefined;
|
|
8436
|
+
face?: "body" | "heading" | "mono" | "light" | undefined;
|
|
8437
|
+
lineHeight?: number | undefined;
|
|
8438
|
+
tracking?: number | undefined;
|
|
8439
|
+
spaceBefore?: number | undefined;
|
|
8440
|
+
spaceAfter?: number | undefined;
|
|
8441
|
+
} | undefined;
|
|
8442
|
+
footer?: {
|
|
8443
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
8444
|
+
size?: number | undefined;
|
|
8445
|
+
color?: string | undefined;
|
|
8446
|
+
weight?: number | undefined;
|
|
8447
|
+
face?: "body" | "heading" | "mono" | "light" | undefined;
|
|
8448
|
+
lineHeight?: number | undefined;
|
|
8449
|
+
tracking?: number | undefined;
|
|
8450
|
+
spaceBefore?: number | undefined;
|
|
8451
|
+
spaceAfter?: number | undefined;
|
|
8452
|
+
} | undefined;
|
|
8453
|
+
eyebrow?: {
|
|
8454
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
8455
|
+
size?: number | undefined;
|
|
8456
|
+
color?: string | undefined;
|
|
8457
|
+
weight?: number | undefined;
|
|
8458
|
+
face?: "body" | "heading" | "mono" | "light" | undefined;
|
|
8459
|
+
lineHeight?: number | undefined;
|
|
8460
|
+
tracking?: number | undefined;
|
|
8461
|
+
spaceBefore?: number | undefined;
|
|
8462
|
+
spaceAfter?: number | undefined;
|
|
8463
|
+
} | undefined;
|
|
8464
|
+
stat?: {
|
|
8465
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
8466
|
+
size?: number | undefined;
|
|
8467
|
+
color?: string | undefined;
|
|
8468
|
+
weight?: number | undefined;
|
|
8469
|
+
face?: "body" | "heading" | "mono" | "light" | undefined;
|
|
8470
|
+
lineHeight?: number | undefined;
|
|
8471
|
+
tracking?: number | undefined;
|
|
8472
|
+
spaceBefore?: number | undefined;
|
|
8473
|
+
spaceAfter?: number | undefined;
|
|
8474
|
+
} | undefined;
|
|
8475
|
+
quote?: {
|
|
8476
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
8477
|
+
size?: number | undefined;
|
|
8478
|
+
color?: string | undefined;
|
|
8479
|
+
weight?: number | undefined;
|
|
8480
|
+
face?: "body" | "heading" | "mono" | "light" | undefined;
|
|
8481
|
+
lineHeight?: number | undefined;
|
|
8482
|
+
tracking?: number | undefined;
|
|
8483
|
+
spaceBefore?: number | undefined;
|
|
8484
|
+
spaceAfter?: number | undefined;
|
|
8485
|
+
} | undefined;
|
|
8486
|
+
label?: {
|
|
8487
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
8488
|
+
size?: number | undefined;
|
|
8489
|
+
color?: string | undefined;
|
|
8490
|
+
weight?: number | undefined;
|
|
8491
|
+
face?: "body" | "heading" | "mono" | "light" | undefined;
|
|
8492
|
+
lineHeight?: number | undefined;
|
|
8493
|
+
tracking?: number | undefined;
|
|
8494
|
+
spaceBefore?: number | undefined;
|
|
8495
|
+
spaceAfter?: number | undefined;
|
|
8496
|
+
} | undefined;
|
|
8497
|
+
tableHeader?: {
|
|
8498
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
8499
|
+
size?: number | undefined;
|
|
8500
|
+
color?: string | undefined;
|
|
8501
|
+
weight?: number | undefined;
|
|
8502
|
+
face?: "body" | "heading" | "mono" | "light" | undefined;
|
|
8503
|
+
lineHeight?: number | undefined;
|
|
8504
|
+
tracking?: number | undefined;
|
|
8505
|
+
spaceBefore?: number | undefined;
|
|
8506
|
+
spaceAfter?: number | undefined;
|
|
8507
|
+
} | undefined;
|
|
8508
|
+
tableCell?: {
|
|
8509
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
8510
|
+
size?: number | undefined;
|
|
8511
|
+
color?: string | undefined;
|
|
8512
|
+
weight?: number | undefined;
|
|
8513
|
+
face?: "body" | "heading" | "mono" | "light" | undefined;
|
|
8514
|
+
lineHeight?: number | undefined;
|
|
8515
|
+
tracking?: number | undefined;
|
|
8516
|
+
spaceBefore?: number | undefined;
|
|
8517
|
+
spaceAfter?: number | undefined;
|
|
8518
|
+
} | undefined;
|
|
8519
|
+
chartLabel?: {
|
|
8520
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
8521
|
+
size?: number | undefined;
|
|
8522
|
+
color?: string | undefined;
|
|
8523
|
+
weight?: number | undefined;
|
|
8524
|
+
face?: "body" | "heading" | "mono" | "light" | undefined;
|
|
8525
|
+
lineHeight?: number | undefined;
|
|
8526
|
+
tracking?: number | undefined;
|
|
8527
|
+
spaceBefore?: number | undefined;
|
|
8528
|
+
spaceAfter?: number | undefined;
|
|
8529
|
+
} | undefined;
|
|
8530
|
+
tracker?: {
|
|
8531
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
8532
|
+
size?: number | undefined;
|
|
8533
|
+
color?: string | undefined;
|
|
8534
|
+
weight?: number | undefined;
|
|
8535
|
+
face?: "body" | "heading" | "mono" | "light" | undefined;
|
|
8536
|
+
lineHeight?: number | undefined;
|
|
8537
|
+
tracking?: number | undefined;
|
|
8538
|
+
spaceBefore?: number | undefined;
|
|
8539
|
+
spaceAfter?: number | undefined;
|
|
8540
|
+
} | undefined;
|
|
8541
|
+
source?: {
|
|
8542
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
8543
|
+
size?: number | undefined;
|
|
8544
|
+
color?: string | undefined;
|
|
8545
|
+
weight?: number | undefined;
|
|
8546
|
+
face?: "body" | "heading" | "mono" | "light" | undefined;
|
|
8547
|
+
lineHeight?: number | undefined;
|
|
8548
|
+
tracking?: number | undefined;
|
|
8549
|
+
spaceBefore?: number | undefined;
|
|
8550
|
+
spaceAfter?: number | undefined;
|
|
8551
|
+
} | undefined;
|
|
8552
|
+
} | undefined;
|
|
8553
|
+
} | undefined;
|
|
8554
|
+
spacing?: {
|
|
8555
|
+
basePt?: number | undefined;
|
|
8556
|
+
blockGap?: {
|
|
8557
|
+
normal?: number | undefined;
|
|
8558
|
+
tight?: number | undefined;
|
|
8559
|
+
loose?: number | undefined;
|
|
8560
|
+
} | undefined;
|
|
8561
|
+
canvas?: {
|
|
8562
|
+
a4?: {
|
|
8563
|
+
columns?: number | undefined;
|
|
8564
|
+
safeAreaIn?: number | undefined;
|
|
8565
|
+
gutterIn?: number | undefined;
|
|
8566
|
+
rows?: number | undefined;
|
|
8567
|
+
} | undefined;
|
|
8568
|
+
letter?: {
|
|
8569
|
+
columns?: number | undefined;
|
|
8570
|
+
safeAreaIn?: number | undefined;
|
|
8571
|
+
gutterIn?: number | undefined;
|
|
8572
|
+
rows?: number | undefined;
|
|
8573
|
+
} | undefined;
|
|
8574
|
+
wide169?: {
|
|
8575
|
+
columns?: number | undefined;
|
|
8576
|
+
safeAreaIn?: number | undefined;
|
|
8577
|
+
gutterIn?: number | undefined;
|
|
8578
|
+
rows?: number | undefined;
|
|
8579
|
+
} | undefined;
|
|
8580
|
+
standard43?: {
|
|
8581
|
+
columns?: number | undefined;
|
|
8582
|
+
safeAreaIn?: number | undefined;
|
|
8583
|
+
gutterIn?: number | undefined;
|
|
8584
|
+
rows?: number | undefined;
|
|
8585
|
+
} | undefined;
|
|
8586
|
+
} | undefined;
|
|
8587
|
+
} | undefined;
|
|
8588
|
+
chrome?: {
|
|
8589
|
+
tracker?: {
|
|
8590
|
+
color?: string | undefined;
|
|
8591
|
+
type?: "display" | "footer" | "eyebrow" | "stat" | "quote" | "label" | "tableHeader" | "tableCell" | "chartLabel" | "tracker" | "source" | undefined;
|
|
8592
|
+
alignment?: "left" | "right" | "center" | undefined;
|
|
8593
|
+
rule?: {
|
|
8594
|
+
color?: string | undefined;
|
|
8595
|
+
weightPt?: number | undefined;
|
|
8596
|
+
} | undefined;
|
|
8597
|
+
fill?: string | undefined;
|
|
8598
|
+
padPt?: number | undefined;
|
|
8599
|
+
} | undefined;
|
|
8600
|
+
runningHead?: {
|
|
8601
|
+
color?: string | undefined;
|
|
8602
|
+
type?: "display" | "footer" | "eyebrow" | "stat" | "quote" | "label" | "tableHeader" | "tableCell" | "chartLabel" | "tracker" | "source" | undefined;
|
|
8603
|
+
alignment?: "left" | "right" | "center" | undefined;
|
|
8604
|
+
rule?: {
|
|
8605
|
+
color?: string | undefined;
|
|
8606
|
+
weightPt?: number | undefined;
|
|
8607
|
+
} | undefined;
|
|
8608
|
+
fill?: string | undefined;
|
|
8609
|
+
padPt?: number | undefined;
|
|
8610
|
+
} | undefined;
|
|
8611
|
+
actionTitle?: {
|
|
8612
|
+
color?: string | undefined;
|
|
8613
|
+
type?: "display" | "footer" | "eyebrow" | "stat" | "quote" | "label" | "tableHeader" | "tableCell" | "chartLabel" | "tracker" | "source" | undefined;
|
|
8614
|
+
alignment?: "left" | "right" | "center" | undefined;
|
|
8615
|
+
rule?: {
|
|
8616
|
+
color?: string | undefined;
|
|
8617
|
+
weightPt?: number | undefined;
|
|
8618
|
+
} | undefined;
|
|
8619
|
+
fill?: string | undefined;
|
|
8620
|
+
padPt?: number | undefined;
|
|
8621
|
+
} | undefined;
|
|
8622
|
+
keyTakeaways?: {
|
|
8623
|
+
color?: string | undefined;
|
|
8624
|
+
type?: "display" | "footer" | "eyebrow" | "stat" | "quote" | "label" | "tableHeader" | "tableCell" | "chartLabel" | "tracker" | "source" | undefined;
|
|
8625
|
+
alignment?: "left" | "right" | "center" | undefined;
|
|
8626
|
+
rule?: {
|
|
8627
|
+
color?: string | undefined;
|
|
8628
|
+
weightPt?: number | undefined;
|
|
8629
|
+
} | undefined;
|
|
8630
|
+
fill?: string | undefined;
|
|
8631
|
+
padPt?: number | undefined;
|
|
8632
|
+
} | undefined;
|
|
8633
|
+
sourceLine?: {
|
|
8634
|
+
color?: string | undefined;
|
|
8635
|
+
type?: "display" | "footer" | "eyebrow" | "stat" | "quote" | "label" | "tableHeader" | "tableCell" | "chartLabel" | "tracker" | "source" | undefined;
|
|
8636
|
+
alignment?: "left" | "right" | "center" | undefined;
|
|
8637
|
+
rule?: {
|
|
8638
|
+
color?: string | undefined;
|
|
8639
|
+
weightPt?: number | undefined;
|
|
8640
|
+
} | undefined;
|
|
8641
|
+
fill?: string | undefined;
|
|
8642
|
+
padPt?: number | undefined;
|
|
8643
|
+
} | undefined;
|
|
8644
|
+
confidentialFooter?: {
|
|
8645
|
+
color?: string | undefined;
|
|
8646
|
+
type?: "display" | "footer" | "eyebrow" | "stat" | "quote" | "label" | "tableHeader" | "tableCell" | "chartLabel" | "tracker" | "source" | undefined;
|
|
8647
|
+
alignment?: "left" | "right" | "center" | undefined;
|
|
8648
|
+
rule?: {
|
|
8649
|
+
color?: string | undefined;
|
|
8650
|
+
weightPt?: number | undefined;
|
|
8651
|
+
} | undefined;
|
|
8652
|
+
fill?: string | undefined;
|
|
8653
|
+
padPt?: number | undefined;
|
|
8654
|
+
} | undefined;
|
|
8655
|
+
logoSlot?: {
|
|
8656
|
+
color?: string | undefined;
|
|
8657
|
+
type?: "display" | "footer" | "eyebrow" | "stat" | "quote" | "label" | "tableHeader" | "tableCell" | "chartLabel" | "tracker" | "source" | undefined;
|
|
8658
|
+
alignment?: "left" | "right" | "center" | undefined;
|
|
8659
|
+
rule?: {
|
|
8660
|
+
color?: string | undefined;
|
|
8661
|
+
weightPt?: number | undefined;
|
|
8662
|
+
} | undefined;
|
|
8663
|
+
fill?: string | undefined;
|
|
8664
|
+
padPt?: number | undefined;
|
|
8665
|
+
} | undefined;
|
|
8666
|
+
cover?: {
|
|
8667
|
+
color?: string | undefined;
|
|
8668
|
+
type?: "display" | "footer" | "eyebrow" | "stat" | "quote" | "label" | "tableHeader" | "tableCell" | "chartLabel" | "tracker" | "source" | undefined;
|
|
8669
|
+
alignment?: "left" | "right" | "center" | undefined;
|
|
8670
|
+
rule?: {
|
|
8671
|
+
color?: string | undefined;
|
|
8672
|
+
weightPt?: number | undefined;
|
|
8673
|
+
} | undefined;
|
|
8674
|
+
fill?: string | undefined;
|
|
8675
|
+
padPt?: number | undefined;
|
|
8676
|
+
} | undefined;
|
|
8677
|
+
} | undefined;
|
|
8678
|
+
motif?: {
|
|
8679
|
+
color?: string | undefined;
|
|
8680
|
+
weightPt?: number | undefined;
|
|
8681
|
+
placement?: "left" | "top" | "bottom" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | undefined;
|
|
8682
|
+
kind: "none" | "rule" | "corner" | "band";
|
|
8683
|
+
} | undefined;
|
|
8684
|
+
name: string;
|
|
8685
|
+
displayName: string;
|
|
8686
|
+
description: string;
|
|
8687
|
+
version: string;
|
|
8688
|
+
colors: {
|
|
8689
|
+
accent4?: string | undefined;
|
|
8690
|
+
accent5?: string | undefined;
|
|
8691
|
+
accent6?: string | undefined;
|
|
8692
|
+
primary: string;
|
|
8693
|
+
secondary: string;
|
|
8694
|
+
accent: string;
|
|
8695
|
+
text: string;
|
|
8696
|
+
background: string;
|
|
8697
|
+
border: string;
|
|
8698
|
+
textPrimary: string;
|
|
8699
|
+
textSecondary: string;
|
|
8700
|
+
textMuted: string;
|
|
8701
|
+
borderPrimary: string;
|
|
8702
|
+
borderSecondary: string;
|
|
8703
|
+
backgroundPrimary: string;
|
|
8704
|
+
backgroundSecondary: string;
|
|
8705
|
+
};
|
|
8706
|
+
fonts: {
|
|
8707
|
+
body: {
|
|
8708
|
+
spacing?: {
|
|
8709
|
+
before?: number | undefined;
|
|
8710
|
+
after?: number | undefined;
|
|
8711
|
+
} | undefined;
|
|
8712
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
8713
|
+
size?: number | undefined;
|
|
8714
|
+
color?: string | undefined;
|
|
8715
|
+
bold?: boolean | undefined;
|
|
8716
|
+
fontWeight?: number | undefined;
|
|
8717
|
+
italic?: boolean | undefined;
|
|
8718
|
+
underline?: boolean | undefined;
|
|
8719
|
+
lineSpacing?: {
|
|
8720
|
+
value?: number | undefined;
|
|
8721
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
8722
|
+
} | undefined;
|
|
8723
|
+
characterSpacing?: {
|
|
8724
|
+
type: "condensed" | "expanded";
|
|
8725
|
+
value: number;
|
|
8726
|
+
} | undefined;
|
|
8727
|
+
scale?: number | undefined;
|
|
8728
|
+
family: string;
|
|
8729
|
+
};
|
|
8730
|
+
heading: {
|
|
8731
|
+
spacing?: {
|
|
8732
|
+
before?: number | undefined;
|
|
8733
|
+
after?: number | undefined;
|
|
8734
|
+
} | undefined;
|
|
8735
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
8736
|
+
size?: number | undefined;
|
|
8737
|
+
color?: string | undefined;
|
|
8738
|
+
bold?: boolean | undefined;
|
|
8739
|
+
fontWeight?: number | undefined;
|
|
8740
|
+
italic?: boolean | undefined;
|
|
8741
|
+
underline?: boolean | undefined;
|
|
8742
|
+
lineSpacing?: {
|
|
8743
|
+
value?: number | undefined;
|
|
8744
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
8745
|
+
} | undefined;
|
|
8746
|
+
characterSpacing?: {
|
|
8747
|
+
type: "condensed" | "expanded";
|
|
8748
|
+
value: number;
|
|
8749
|
+
} | undefined;
|
|
8750
|
+
scale?: number | undefined;
|
|
8751
|
+
family: string;
|
|
8752
|
+
};
|
|
8753
|
+
mono: {
|
|
8754
|
+
spacing?: {
|
|
8755
|
+
before?: number | undefined;
|
|
8756
|
+
after?: number | undefined;
|
|
8757
|
+
} | undefined;
|
|
8758
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
8759
|
+
size?: number | undefined;
|
|
8760
|
+
color?: string | undefined;
|
|
8761
|
+
bold?: boolean | undefined;
|
|
8762
|
+
fontWeight?: number | undefined;
|
|
8763
|
+
italic?: boolean | undefined;
|
|
8764
|
+
underline?: boolean | undefined;
|
|
8765
|
+
lineSpacing?: {
|
|
8766
|
+
value?: number | undefined;
|
|
8767
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
8768
|
+
} | undefined;
|
|
8769
|
+
characterSpacing?: {
|
|
8770
|
+
type: "condensed" | "expanded";
|
|
8771
|
+
value: number;
|
|
8772
|
+
} | undefined;
|
|
8773
|
+
scale?: number | undefined;
|
|
8774
|
+
family: string;
|
|
8775
|
+
};
|
|
8776
|
+
light: {
|
|
8777
|
+
spacing?: {
|
|
8778
|
+
before?: number | undefined;
|
|
8779
|
+
after?: number | undefined;
|
|
8780
|
+
} | undefined;
|
|
8781
|
+
case?: "none" | "upper" | "smallCaps" | undefined;
|
|
8782
|
+
size?: number | undefined;
|
|
8783
|
+
color?: string | undefined;
|
|
8784
|
+
bold?: boolean | undefined;
|
|
8785
|
+
fontWeight?: number | undefined;
|
|
8786
|
+
italic?: boolean | undefined;
|
|
8787
|
+
underline?: boolean | undefined;
|
|
8788
|
+
lineSpacing?: {
|
|
8789
|
+
value?: number | undefined;
|
|
8790
|
+
type: "single" | "atLeast" | "exactly" | "double" | "multiple";
|
|
8791
|
+
} | undefined;
|
|
8792
|
+
characterSpacing?: {
|
|
8793
|
+
type: "condensed" | "expanded";
|
|
8794
|
+
value: number;
|
|
8795
|
+
} | undefined;
|
|
8796
|
+
scale?: number | undefined;
|
|
8797
|
+
family: string;
|
|
8798
|
+
};
|
|
8799
|
+
};
|
|
8800
|
+
page: {
|
|
8801
|
+
size: "LETTER" | "A4" | "A3" | "LEGAL" | {
|
|
8802
|
+
width: number;
|
|
8803
|
+
height: number;
|
|
8804
|
+
};
|
|
8805
|
+
margins: {
|
|
8806
|
+
left: number;
|
|
8807
|
+
top: number;
|
|
8808
|
+
bottom: number;
|
|
8809
|
+
right: number;
|
|
8810
|
+
header: number;
|
|
8811
|
+
footer: number;
|
|
8812
|
+
gutter: number;
|
|
8813
|
+
};
|
|
8814
|
+
};
|
|
8815
|
+
};
|
|
7061
8816
|
//# sourceMappingURL=index.d.ts.map
|