Added a PrintContent() method to the nsIContentViewer class

git-svn-id: svn://10.0.0.236/trunk@31270 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dcone%netscape.com 1999-05-12 13:31:28 +00:00
parent 7172b35aea
commit 9598165686

View File

@ -73,6 +73,8 @@ public:
NS_IMETHOD Print(void) = 0;
NS_IMETHOD PrintContent(void) = 0;
NS_IMETHOD SetEnableRendering(PRBool aOn) = 0;
NS_IMETHOD GetEnableRendering(PRBool* aResult) = 0;