1 This filter is used when the "HTML (StarWriter)" filter is invoked.
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.
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
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).