
Public Member Functions | |
| this (IntPtr wxobj) | |
| this () | |
| this (string name) | |
| this (string name, Window parentWindow) | |
| bool | PreviewFile (string htmlfile) |
| bool | PreviewText (string htmltext) |
| bool | PreviewText (string htmltext, string basepath) |
| bool | PrintFile (string htmlfile) |
| bool | PrintText (string htmltext) |
| bool | PrintText (string htmltext, string basepath) |
| void | PageSetup () |
| void | SetHeader (string header) |
| void | SetHeader (string header, int pg) |
| void | SetFooter (string footer) |
| void | SetFooter (string footer, int pg) |
| void | SetFonts (string normal_face, string fixed_face) |
| void | SetFonts (string normal_face, string fixed_face, int[] sizes) |
| void | SetStandardFonts () |
| void | SetStandardFonts (int size) |
| void | SetStandardFonts (int size, string normal_face) |
| void | SetStandardFonts (int size, string normal_face, string fixed_face) |
| PrintData | printData () |
| PageSetupDialogData | PageSetupData () |
Public Attributes | |
| const int | wxPAGE_ODD = 0 |
| const int | wxPAGE_EVEN = 1 |
| const int | wxPAGE_ALL = 2 |
| this | ( | IntPtr | wxobj | ) |
Reimplemented from wxObject.
| this | ( | ) |
| this | ( | string | name | ) |
| this | ( | string | name, | |
| Window | parentWindow | |||
| ) |
| bool PreviewFile | ( | string | htmlfile | ) |
| bool PreviewText | ( | string | htmltext | ) |
| bool PreviewText | ( | string | htmltext, | |
| string | basepath | |||
| ) |
| bool PrintFile | ( | string | htmlfile | ) |
| bool PrintText | ( | string | htmltext | ) |
| bool PrintText | ( | string | htmltext, | |
| string | basepath | |||
| ) |
| void PageSetup | ( | ) |
| void SetHeader | ( | string | header | ) |
| void SetHeader | ( | string | header, | |
| int | pg | |||
| ) |
| void SetFooter | ( | string | footer | ) |
| void SetFooter | ( | string | footer, | |
| int | pg | |||
| ) |
| void SetFonts | ( | string | normal_face, | |
| string | fixed_face | |||
| ) |
| void SetFonts | ( | string | normal_face, | |
| string | fixed_face, | |||
| int[] | sizes | |||
| ) |
| void SetStandardFonts | ( | ) |
| void SetStandardFonts | ( | int | size | ) |
| void SetStandardFonts | ( | int | size, | |
| string | normal_face | |||
| ) |
| void SetStandardFonts | ( | int | size, | |
| string | normal_face, | |||
| string | fixed_face | |||
| ) |
| PrintData printData | ( | ) |
| PageSetupDialogData PageSetupData | ( | ) |
| const int wxPAGE_ODD = 0 |
| const int wxPAGE_EVEN = 1 |
| const int wxPAGE_ALL = 2 |
1.5.4