The IHtmlObject interface defines the structure and behavior of objects that can be embedded within HTML content.
IHtmlObject
IHtmlObject 接口定义了可以嵌入在 HTML 内容中的对象的结构和行为。
The HTML element associated with this object.
与此对象关联的 HTML 元素。
The height of the HTML object.
HTML 对象的高度。
可选
Indicates whether the HTML object is currently loading.
表示 HTML 对象当前是否正在加载。
The width of the HTML object.
HTML 对象的宽度。
The owner of the HTML object.
The HTML element to create the object from.
Creates the HTML object with the given owner and element.
使用给定的所有者和元素创建 HTML 对象。
Destroys the HTML object and frees up all associated resources.
销毁 HTML 对象并释放所有关联的资源。
The x-coordinate.
The y-coordinate.
Positions the HTML object at the specified coordinates.
将 HTML 对象定位到指定的坐标。
Releases resources associated with the HTML object.
释放与 HTML 对象关联的资源。
En
The
IHtmlObject
interface defines the structure and behavior of objects that can be embedded within HTML content.Zh
IHtmlObject
接口定义了可以嵌入在 HTML 内容中的对象的结构和行为。