
Public Member Functions | |
| this (IntPtr wxobj) | |
| this (HtmlWindow wnd) | |
| override void | InitParser (string source) |
| override void | DoneParser () |
| override wxObject | Product () |
| void | SetDC (DC dc, double pixel_scale) |
| DC | GetDC () |
| double | PixelScale () |
| int | CharHeight () |
| int | CharWidth () |
| HtmlWindow | window () |
| void | SetFonts (string normal_face, string fixed_face, int[] sizes) |
| void | AddModule (HtmlTagsModule mod) |
| void | RemoveModule (HtmlTagsModule mod) |
| HtmlContainerCell | Container () |
| HtmlContainerCell | SetContainter (HtmlContainerCell cont) |
| HtmlContainerCell | OpenContainer () |
| HtmlContainerCell | CloseContainer () |
| int | FontSize () |
| void | FontSize (int value) |
| int | FontBold () |
| void | FontBold (int value) |
| int | FontItalic () |
| void | FontItalic (int value) |
| int | FontUnderlined () |
| void | FontUnderlined (int value) |
| int | FontFixed () |
| void | FontFixed (int value) |
| string | FontFace () |
| void | FontFace (string value) |
| int | Align () |
| void | Align (int value) |
| Colour | LinkColor () |
| void | LinkColor (Colour value) |
| Colour | ActualColor () |
| void | ActualColor (Colour value) |
| HtmlLinkInfo | Link () |
| void | Link (HtmlLinkInfo value) |
| Font | CreateCurrentFont () |
Static Public Member Functions | |
| static wxObject | New (IntPtr ptr) |
| this | ( | IntPtr | wxobj | ) |
Reimplemented from HtmlParser.
| this | ( | HtmlWindow | wnd | ) |
| static wxObject New | ( | IntPtr | ptr | ) | [static] |
| override void InitParser | ( | string | source | ) |
Reimplemented from HtmlParser.
| override void DoneParser | ( | ) |
Reimplemented from HtmlParser.
| override wxObject Product | ( | ) | [virtual] |
Implements HtmlParser.
| void SetDC | ( | DC | dc, | |
| double | pixel_scale | |||
| ) |
| DC GetDC | ( | ) |
| double PixelScale | ( | ) |
| int CharHeight | ( | ) |
| int CharWidth | ( | ) |
| HtmlWindow window | ( | ) |
| void SetFonts | ( | string | normal_face, | |
| string | fixed_face, | |||
| int[] | sizes | |||
| ) |
| void AddModule | ( | HtmlTagsModule | mod | ) |
| void RemoveModule | ( | HtmlTagsModule | mod | ) |
| HtmlContainerCell Container | ( | ) |
| HtmlContainerCell SetContainter | ( | HtmlContainerCell | cont | ) |
| HtmlContainerCell OpenContainer | ( | ) |
| HtmlContainerCell CloseContainer | ( | ) |
| int FontSize | ( | ) |
| void FontSize | ( | int | value | ) |
| int FontBold | ( | ) |
| void FontBold | ( | int | value | ) |
| int FontItalic | ( | ) |
| void FontItalic | ( | int | value | ) |
| int FontUnderlined | ( | ) |
| void FontUnderlined | ( | int | value | ) |
| int FontFixed | ( | ) |
| void FontFixed | ( | int | value | ) |
| string FontFace | ( | ) |
| void FontFace | ( | string | value | ) |
| int Align | ( | ) |
| void Align | ( | int | value | ) |
| Colour LinkColor | ( | ) |
| void LinkColor | ( | Colour | value | ) |
| Colour ActualColor | ( | ) |
| void ActualColor | ( | Colour | value | ) |
| HtmlLinkInfo Link | ( | ) |
| void Link | ( | HtmlLinkInfo | value | ) |
| Font CreateCurrentFont | ( | ) |
1.5.4