WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIContentViewerEdit

IID:1691a02f-53b2-4cb8-8769-48e7efc908b8
Inherits From:nsISupports

Constants

PRInt32 COPY_IMAGE_TEXT = 1
PRInt32 COPY_IMAGE_HTML = 2
PRInt32 COPY_IMAGE_DATA = 4
PRInt32 COPY_IMAGE_ALL = -1

Properties

readonly PRBool canGetContents

readonly PRBool copyable

readonly PRBool cutable

readonly PRBool inImage

readonly PRBool inLink

readonly PRBool pasteable

readonly PRBool searchable


Methods

void clearSelection ( ) void copyImage ( PRInt32 copyFlags ) void copyLinkLocation ( ) void copySelection ( ) void cutSelection ( ) AString getContents ( char* mimeType , PRBool selectionOnly ) void paste ( ) void search ( ) void selectAll ( )

void clearSelection ( )


void copyImage ( PRInt32 copyFlags )

Arguments:
copyFlags

void copyLinkLocation ( )


void copySelection ( )


void cutSelection ( )


AString getContents ( char* mimeType , PRBool selectionOnly )

Arguments:
mimeType
selectionOnly

void paste ( )


void search ( )


void selectAll ( )

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com