/idl/PDFPlugin.idl

http://firefox-mac-pdf.googlecode.com/ · IDL · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · d7b8993fbf559f27a189e78deed00564 MD5 · raw file

  1. #include "nsISupports.idl"
  2. [scriptable, uuid(77dc4cd3-1bba-44d4-a34b-169b728f588e)]
  3. interface PDFPlugin : nsISupports
  4. {
  5. void Copy();
  6. boolean Find( in AString str, in boolean caseSensitive, in boolean forward );
  7. void FindAll( in AString str, in boolean caseSensitive );
  8. void RemoveHighlights();
  9. void Zoom( in long arg );
  10. };