CKEDITOR.plugins.pastetools.filters.image.ImageData
classsince 4.16.0abstract
Virtual class that illustrates image data returned by CKEDITOR.plugins.pastetools.filters.image.extractFromRtf method.
Filtering
Properties
hex : StringCKEDITOR.plugins.pastetools.filters.image.ImageData#hexImage content extracted from RTF content as a hexadecimal string.
id : StringCKEDITOR.plugins.pastetools.filters.image.ImageData#idUnique id of an image extracted from RTF content.
type : StringCKEDITOR.plugins.pastetools.filters.image.ImageData#typeMIME type of an image extracted from RTF content. If the type couldn't be extracted or it's unknown,
'unknown'value is used.