Home | Trees | Index | Help |
|
---|
Package wx :: Module richtext :: Class RichTextHTMLHandler |
|
object
--+ |Object
--+ |RichTextFileHandler
--+ | RichTextHTMLHandler
Proxy of C++ RichTextHTMLHandler class
Method Summary | |
---|---|
RichTextHTMLHandler | __init__(self,
name,
ext,
type)
|
Clear the image locations generated by the last operation | |
bool |
Delete the in-memory or temporary files generated by the last operation |
wxArrayInt |
Get mapping deom point size to HTML font size. |
String |
Get the directory for storing temporary files. |
wxArrayString |
Get the list of image locations generated by the last operation |
Reset the file counter, in case, for example, the same names are required each time (Static method) | |
Set mapping from point size to HTML font size. | |
Set the directory for storing temporary files. | |
Set the list of image locations generated by the last operation |
Property Summary | |
---|---|
FontSizeMapping : GetFontSizeMapping(self) -> wxArrayInt | |
TempDir : GetTempDir(self) -> String | |
TemporaryImageLocations : GetTemporaryImageLocations(self) -> wxArrayString | |
thisown : The membership flag |
Instance Method Details |
---|
ClearTemporaryImageLocations(self)Clear the image locations generated by the last operation |
DeleteTemporaryImages(self)Delete the in-memory or temporary files generated by the last operation
|
GetFontSizeMapping(self)Get mapping deom point size to HTML font size.
|
GetTempDir(self)Get the directory for storing temporary files. If empty, the system temporary directory will be used.
|
GetTemporaryImageLocations(self)Get the list of image locations generated by the last operation
|
SetFontSizeMapping(self, fontSizeMapping)Set mapping from point size to HTML font size. There should be 7 elements, one for each HTML font size, each element specifying the maximum point size for that HTML font size. E.g. 8, 10, 13, 17, 22, 29, 100
|
SetTempDir(self, tempDir)Set the directory for storing temporary files. If empty, the system temporary directory will be used.
|
SetTemporaryImageLocations(self, locations)Set the list of image locations generated by the last operation
|
Static Method Details |
---|
SetFileCounter(counter)Reset the file counter, in case, for example, the same names are required each time
|
Property Details |
---|
FontSizeMappingGetFontSizeMapping(self) -> wxArrayInt Get mapping deom point size to HTML font size.
|
TempDirGetTempDir(self) -> String Get the directory for storing temporary files. If empty, the system temporary directory will be used.
|
TemporaryImageLocationsGetTemporaryImageLocations(self) -> wxArrayString Get the list of image locations generated by the last operation
|
thisownThe membership flag
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:52:34 2009 | http://epydoc.sf.net |