android: Update app-specific/MIME type icons
[LibreOffice.git] / sw / source / filter / html / README
blob7b16fb0838a356a613ad17ff0d8dfa5de4448629
1 This filter is used when the "HTML (StarWriter)" filter is invoked.
3 Import options:
5 - FilterOptions: string
7   - xhtmlns=reqif-xhtml: actives the ReqIF mode
9 - AllowedRTFOLEMimeTypes: sequence<string>
11   In case an (UNO) client wants to limit the accepted set of MIME types for
12   OLE objects in ReqIF mode, that's possible via this parameter.
14   Any MIME type is accepted by default.
16 Export options:
18 - FilterOptions: string
20   - SkipImages: skips images
22   - SkipHeaderFooter: skips the header and footer
24   - EmbedImages: inlines images
26   - XHTML: activates the XHTML mode
28   - xhtmlns=reqif-xhtml: actives the ReqIF mode
30 - RTFOLEMimeType: string
32   Defines what MIME type to use for OLE objects in ReqIF mode, defaults to text/rtf.
34 - ExportImagesAsOLE: boolean
36   Defines if images should be exported as OLE objects or bitmaps, defaults to
37   false.
39 - ShapeDPI: long (32bit signed int)
41   Defines a custom DPI when converting vector shapes to bitmaps, defaults to
42   the system DPI (96 when not on HiDPI).