Name
struct _EMFormatHTML —
HTML formatter object.
Synopsis
struct _EMFormatHTML {
EMFormat format;
struct _EMFormatHTMLPrivate * priv;
struct _GtkHTML * html;
EDList pending_object_list;
GSList * headers;
guint32 text_html_flags;
guint32 body_colour;
guint32 text_colour;
guint32 frame_colour;
guint32 content_colour;
guint32 citation_colour;
unsigned int load_http:2;
unsigned int load_http_now:1;
unsigned int mark_citations:1;
unsigned int simple_headers:1;
unsigned int hide_headers:1;
unsigned int show_rupert:1;
}; Members
- format
- priv
- html
- pending_object_list
- headers
- text_html_flags
- body_colour
- text_colour
- frame_colour
- content_colour
- citation_colour
- load_http
2:
- load_http_now
1:
- mark_citations
1:
- simple_headers
1:
- hide_headers
1:
- show_rupert
1:
Description
Most of these fields are private or read-only.
The base HTML formatter object. This object drives HTML generation
into a GtkHTML parser. It also handles text to HTML conversion,
multipart/related objects and inline images.
Description
Most of these fields are private or read-only.
The base HTML formatter object. This object drives HTML generation
into a GtkHTML parser. It also handles text to HTML conversion,
multipart/related objects and inline images.