-
Pick<IPropertiesOptions,"title"|"subject"|"creator"|"keywords"|"description"|"lastModifiedBy"|"revision"|"styles"|"background">↳
DocxOptions
- output
- imageResolver
- title
- subject
- creator
- keywords
- description
- lastModifiedBy
- revision
- styles
- background
• Optional output: "buffer" | "blob"
Set output type of VFile.result. buffer is Promise<Buffer>. blob is Promise<Blob>.
• Optional imageResolver: ImageResolver
You must set if your markdown includes images. See example for browser and Node.js.
• Optional Readonly title: string
Pick.title
node_modules/docx/build/file/core-properties/properties.d.ts:12
• Optional Readonly subject: string
Pick.subject
node_modules/docx/build/file/core-properties/properties.d.ts:13
• Optional Readonly creator: string
Pick.creator
node_modules/docx/build/file/core-properties/properties.d.ts:14
• Optional Readonly keywords: string
Pick.keywords
node_modules/docx/build/file/core-properties/properties.d.ts:15
• Optional Readonly description: string
Pick.description
node_modules/docx/build/file/core-properties/properties.d.ts:16
• Optional Readonly lastModifiedBy: string
Pick.lastModifiedBy
node_modules/docx/build/file/core-properties/properties.d.ts:17
• Optional Readonly revision: number
Pick.revision
node_modules/docx/build/file/core-properties/properties.d.ts:18
• Optional Readonly styles: IStylesOptions
Pick.styles
node_modules/docx/build/file/core-properties/properties.d.ts:20
• Optional Readonly background: IDocumentBackgroundOptions
Pick.background
node_modules/docx/build/file/core-properties/properties.d.ts:28