Back to Devexpress

InlineImage Class

aspnetcore-js-devexpress-dot-richedit-cd48f5ab.md

latest1.7 KB
Original Source

InlineImage Class

Contains settings of an inline image in the Rich Text Editor.

Declaration

ts
export class InlineImage extends Image

Inherited Members

actualSize

base64

description

extension

interval

isLoaded

originalSize

url

changeWrapType(wrapType)

delete

onLoaded(callback)

reload(base64)

Inheritance

Image InlineImage

Methods

getWrapType Method

Returns the image’s wrap type.

Declaration

ts
getWrapType(): WrapType

Returns

TypeDescription
WrapType

Returns the Inline value.

|