Update styling-with-js.md (#2734)

Co-authored-by: Dolan <dolan_miu@hotmail.com>
This commit is contained in:
Yousef
2024-10-11 01:57:11 +02:00
committed by GitHub
parent 1f2f5988e1
commit f212cf0251

View File

@ -126,10 +126,10 @@ const doc = new Document({
next: "Normal", next: "Normal",
quickFormat: true, quickFormat: true,
run: { run: {
size: 26 size: 26,
bold: true, bold: true,
color: "999999", color: "999999",
{ underline: {
type: UnderlineType.DOUBLE, type: UnderlineType.DOUBLE,
color: "FF0000", color: "FF0000",
}, },