Browse Source

添加 docxjs-0.3.5

master
Elivo 3 weeks ago
parent
commit
42a9069ec9
  1. 27
      cdn.apewer.com/common/docxjs/0.3.5/docx-preview.d.ts
  2. 3934
      cdn.apewer.com/common/docxjs/0.3.5/docx-preview.js
  3. 1
      cdn.apewer.com/common/docxjs/0.3.5/docx-preview.js.map
  4. 2
      cdn.apewer.com/common/docxjs/0.3.5/docx-preview.min.js
  5. 1
      cdn.apewer.com/common/docxjs/0.3.5/docx-preview.min.js.map
  6. 2
      cdn.apewer.com/common/docxjs/0.3.5/docx-preview.min.mjs
  7. 1
      cdn.apewer.com/common/docxjs/0.3.5/docx-preview.min.mjs.map
  8. 3925
      cdn.apewer.com/common/docxjs/0.3.5/docx-preview.mjs
  9. 1
      cdn.apewer.com/common/docxjs/0.3.5/docx-preview.mjs.map

27
cdn.apewer.com/common/docxjs/0.3.5/docx-preview.d.ts

@ -0,0 +1,27 @@
export interface Options {
inWrapper: boolean;
hideWrapperOnPrint: boolean;
ignoreWidth: boolean;
ignoreHeight: boolean;
ignoreFonts: boolean;
breakPages: boolean;
debug: boolean;
experimental: boolean;
className: string;
trimXmlDeclaration: boolean;
renderHeaders: boolean;
renderFooters: boolean;
renderFootnotes: boolean;
renderEndnotes: boolean;
ignoreLastRenderedPageBreak: boolean;
useBase64URL: boolean;
renderChanges: boolean;
renderComments: boolean;
renderAltChunks: boolean;
}
//stub
export type WordDocument = any;
export declare const defaultOptions: Options;
export declare function parseAsync(data: Blob | any, userOptions?: Partial<Options>): Promise<WordDocument>;
export declare function renderDocument(document: WordDocument, bodyContainer: HTMLElement, styleContainer?: HTMLElement, userOptions?: Partial<Options>): Promise<any>;
export declare function renderAsync(data: Blob | any, bodyContainer: HTMLElement, styleContainer?: HTMLElement, userOptions?: Partial<Options>): Promise<any>;

3934
cdn.apewer.com/common/docxjs/0.3.5/docx-preview.js
File diff suppressed because it is too large
View File

1
cdn.apewer.com/common/docxjs/0.3.5/docx-preview.js.map
File diff suppressed because it is too large
View File

2
cdn.apewer.com/common/docxjs/0.3.5/docx-preview.min.js
File diff suppressed because it is too large
View File

1
cdn.apewer.com/common/docxjs/0.3.5/docx-preview.min.js.map
File diff suppressed because it is too large
View File

2
cdn.apewer.com/common/docxjs/0.3.5/docx-preview.min.mjs
File diff suppressed because it is too large
View File

1
cdn.apewer.com/common/docxjs/0.3.5/docx-preview.min.mjs.map
File diff suppressed because it is too large
View File

3925
cdn.apewer.com/common/docxjs/0.3.5/docx-preview.mjs
File diff suppressed because it is too large
View File

1
cdn.apewer.com/common/docxjs/0.3.5/docx-preview.mjs.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save