/idl/PDFPlugin.idl
http://firefox-mac-pdf.googlecode.com/ · IDL · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · d7b8993fbf559f27a189e78deed00564 MD5 · raw file
- #include "nsISupports.idl"
- [scriptable, uuid(77dc4cd3-1bba-44d4-a34b-169b728f588e)]
- interface PDFPlugin : nsISupports
- {
- void Copy();
- boolean Find( in AString str, in boolean caseSensitive, in boolean forward );
- void FindAll( in AString str, in boolean caseSensitive );
- void RemoveHighlights();
- void Zoom( in long arg );
- };