summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/html/README
blob: 7b16fb0838a356a613ad17ff0d8dfa5de4448629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
This filter is used when the "HTML (StarWriter)" filter is invoked.

Import options:

- FilterOptions: string

  - xhtmlns=reqif-xhtml: actives the ReqIF mode

- AllowedRTFOLEMimeTypes: sequence<string>

  In case an (UNO) client wants to limit the accepted set of MIME types for
  OLE objects in ReqIF mode, that's possible via this parameter.

  Any MIME type is accepted by default.

Export options:

- FilterOptions: string

  - SkipImages: skips images

  - SkipHeaderFooter: skips the header and footer

  - EmbedImages: inlines images

  - XHTML: activates the XHTML mode

  - xhtmlns=reqif-xhtml: actives the ReqIF mode

- RTFOLEMimeType: string

  Defines what MIME type to use for OLE objects in ReqIF mode, defaults to text/rtf.

- ExportImagesAsOLE: boolean

  Defines if images should be exported as OLE objects or bitmaps, defaults to
  false.

- ShapeDPI: long (32bit signed int)

  Defines a custom DPI when converting vector shapes to bitmaps, defaults to
  the system DPI (96 when not on HiDPI).