Query: html::display::win32::ole
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HTML::Display::Win32::OLE(3pm) User Contributed Perl Documentation HTML::Display::Win32::OLE(3pm)NAMEHTML::Display::Win32::OLE - use an OLE object to display HTMLSYNOPSISpackage HTML::Display::Win32::OleControl; use parent 'HTML::Display::Win32::OLE'; sub new { my $class = shift; $class->SUPER::new( app_string => "FooBrowser.Application", @_ ); $self; }; my $browser = HTML::Display->new( class => 'HTML::Display::Win32::OleControl', ); $browser->display("<html><body><h1>Hello world!</h1></body></html>"); setup "setup" is a method you can override to provide initial setup of your OLE control. It is called after the control is instantiated for the first time. control This initializes the OLE control and returns it. Only one control is initialized for each object instance. You don't need to store it separately.AUTHORCopyright (c) 2004-2007 Max Maischein "<corion@cpan.org>"LICENSEThis module is released under the same terms as Perl itself. perl v5.10.1 2007-10-20 HTML::Display::Win32::OLE(3pm)
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Introduction |
Find columns in a file based on header and print to new file |
Weird 'find' results |
New UNIX and Linux History Sections |