[office-js-preview] (Word) Latest from CDN (#65876)

This commit is contained in:
Elizabeth Samuel
2023-06-26 10:11:39 -07:00
committed by GitHub
parent 8eaf09d9bf
commit 0311d87d00

View File

@@ -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.
*