| TWPClipboardOptions Type |
Unit
WPRTEDefs
Declaration
TWPClipboardOptions = set of
(wpcoNoInternalDragAndDrop, // V5: Switch off the internal drag&drop
wpcoNoDragAndDropFromOutside, // V5: Allow only Drop from within
wpcoAlwaysDeleteInDragSource, // Delete dragged source text if from different editor, too!
wpcoDontMoveCursorDuringDrag, // Do not show cursor when dragging
wpcoNoAutoSelSpaceExtension, // Don't select preceding or trailing spaces when doing Drag&Drop
wpDontHideCaret, // do not hide the caret while selection is active
wpcoDontPasteWPT, wpcoDontPasteRTF, wpcoDontPasteANSI, wpcoDontPasteUNICODE, wpcoPasteHTMLWhenAvailable,
wpcoDontPasteGraphics,
wpcoDontCopyRTF, wpcoDontCopyANSI, wpcoDontCopyUNICODE, wpcoDontCopyWPTOOLS, wpcoPreserveBorders, wpcoPreserveShading,
wpcoPreserveIndents,
wpcoDontAutoAppendSpace,
wpcoPasteAsNestedTable, // V5.13.5 - cells are always pasted as nested table
wpcoDontPasteFonts, wpcoDontPasteFontSizes,
wpcoDoNotUseInsertMode, // Any paste operation will completely replace the document!
wpcoDontCopyProtectedText, // Do not copy protected text - independently to ppProtectSelectedTextToo
wpcoDontCopyProtectedAttribute, // Do not save the afsProtected Attribute
wpcoAlwaysCopyImagesEmbedded, // Copy BLOB data for linked images
wpcoAlsoCopyHTML, // also copy HTML to clipboard
wpcoAlsoPasteRTFVariables, //5.24.2 Per default don't load RTF variables from clipboard
wpcoDontPasteWhenTextIsSelected,
wpcoPastedANSIDoesNotInheritParAttr // By default, when pasting ANSI text the new paragraphs inherit the current paragraph attributes
);|
Copyright (C) by WP |