mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
[office-js-preview] (Word) Latest from CDN (#65876)
This commit is contained in:
16
types/office-js-preview/index.d.ts
vendored
16
types/office-js-preview/index.d.ts
vendored
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user