scan_dragto

scan_dragto(x, y) Instance Public methods

titlebackground

titlebackground(bg) Instance Public methods set title background color

load_all

load_all() Instance Public methods Loads all items from this store into memory. This recreates a documentation tree for use by a generator

each_installed_writer

each_installed_writer() Class Public methods yields an instance of each installed XML writer

inspect

WIN32OLE_TYPELIB#inspect â String Instance Public methods Returns the type library name with class name. tlib = WIN32OLE_TYPELIB.new('Microsoft Excel 9.0 Object Library') tlib.inspect # => "<#WIN32OLE_TYPELIB:Microsoft Excel 9.0 Object Library>"

content_type

content_type() Instance Public methods The content-type header

each_mail

each_mail() Instance Public methods Yields each message to the passed-in block in turn. Equivalent to: pop3.mails.each do |popmail| .... end This method raises a POPError if an error occurs. each

test_to_partial_path

test_to_partial_path() Instance Public methods Responds to to_partial_path Returns a string giving a relative path. This is used for looking up partials. For example, a BlogPost model might return âblog_posts/blog_postâ

wait

wait(on_thread = true, check_root = false) Instance Public methods

new

WIN32OLE.new(server, [host]) â WIN32OLE object Class Public methods Returns a new WIN32OLE object(OLE Automation object). The first argument server specifies OLE Automation server. The first argument should be CLSID or PROGID. If second argument host specified, then returns OLE Automation object on host. WIN32OLE.new('Excel.Application') # => Excel OLE Automation WIN32OLE object. WIN32OLE.new('{00024500-0000-0000-C000-000000000046}') # => Excel OLE Automation WIN32OLE object