RTF Text Selection n working with images

  • Hi all,

    While selecting RTF text can i select text and skip the image if present?

    Is there a function/variable which would hold all the attributes of a selected RTF text data and apply all of them when required?

    Can i before parsing a RTF file set all the images present in it to background so that when i cut a line the image related to same would not be cut?

    • Offizieller Beitrag

    Hi,

    Images are implemented using placeholders in the text - this is also true for movable images. If you click on a movable image the image will be displayed selected - but internally the placeholder is selected <start>X<end>. So it is actually not possible to NOT select the images- You can suppress the selection on-click in EditOptions.

    To avoid copy&paste you can use ClipboardOptions:
    wpcoDontPasteGraphics

    Julian