DocxOptions
Overview
DocxOptions is a interface in Aspose.PDF FOSS for TypeScript.
Options for {@link Document.ToDocx} and {@link Page.ToDocx}.
Properties: backdrop, box, mode.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
mode | : 'flow' | 'textbox' | Read | Reflowable, or positioned page reproduction. |
backdrop | : 'none' | 'raster' | Read | A raster of the page’s GRAPHICS behind the frames, in textbox mode, with every glyph suppressed. |
box | : 'crop' | 'media' | Read | Which page box sizes the page. |