From 0311d87d00060e8561b8ce551f2c9cc82be5510c Mon Sep 17 00:00:00 2001 From: Elizabeth Samuel Date: Mon, 26 Jun 2023 10:11:39 -0700 Subject: [PATCH] [office-js-preview] (Word) Latest from CDN (#65876) --- types/office-js-preview/index.d.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index 409829cb0c..2ec85c7385 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -93838,6 +93838,22 @@ declare namespace Word { * [Api set: WordApi 1.5] */ importChangeTrackingMode?: boolean; + /** + * Represents whether the custom properties from the source document should be imported. Overwrites existing properties with the same name. + * + * @remarks + * [Api set: WordApi BETA (PREVIEW ONLY)] + * @beta + */ + importCustomProperties?: boolean; + /** + * Represents whether the custom XML parts from the source document should be imported. + * + * @remarks + * [Api set: WordApi BETA (PREVIEW ONLY)] + * @beta + */ + importCustomXmlParts?: boolean; /** * Represents whether the page color and other background information from the source document should be imported. *