You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/model/documentEntry.ts
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ export class DocumentEntry extends BaseEntry {
49
49
{
50
50
name: "importFormatMode",
51
51
baseName: "ImportFormatMode",
52
-
type: "string",
52
+
type: "DocumentEntry.ImportFormatModeEnum",
53
53
}
54
54
];
55
55
@@ -68,7 +68,7 @@ export class DocumentEntry extends BaseEntry {
68
68
/**
69
69
* Gets or sets the option that controls formatting will be used: appended or destination document. Can be KeepSourceFormatting or UseDestinationStyles.
0 commit comments