Param |
Method |
Event |
|
|
PasteSelectFormatv4.3.2.21 or higherWhen pasting in Office plugin mode, set the paste to allow you to choose the form of the pasted data as either image or HTML. However, the selection window is only displayed if image data is contained in the clipboard.
Parameters
Sample Codesvar CrossEditor = new NamoSE("test"); CrossEditor.params.PasteSelectFormat = true; CrossEditor.EditorStart();
|