Report an issue
Class

CKEDITOR.plugins.pastetools.filters.image.ImageData

class since 4.16.0 abstract

Virtual class that illustrates image data returned by CKEDITOR.plugins.pastetools.filters.image.extractFromRtf method.

Filtering

Properties

  • hex : String

    Image content extracted from RTF content as a hexadecimal string.

  • id : String

    Unique id of an image extracted from RTF content.

  • type : String

    MIME type of an image extracted from RTF content. If the type couldn't be extracted or it's unknown, 'unknown' value is used.