Package | dom.html |
Class | public class HTMLObjectElement |
Inheritance | HTMLObjectElement HTMLElement Element Node Object |
Property | Defined By | ||
---|---|---|---|
align : DOMString
Aligns this object (vertically or horizontally) with respect to its surrounding text. | HTMLObjectElement | ||
archive : DOMString
Space-separated list of archives. | HTMLObjectElement | ||
DOM 1 Core attributes : NamedNodeMap [read-only]
Returns an unordered collection of Attr nodes. | Node | ||
Non-Standard baseName : DOMString [read-only]
Returns the base name for the name qualified with the namespace. | Node | ||
DOM 3 Core baseURI : DOMString [read-only]
The absolute base URI of this node or null if the implementation
wasn't able to obtain an absolute URI. | Node | ||
baseURIObject : nsIURI [read-only]
Non-Standard | FireFox 3+
Returns the nsIURI object representing the element's URI. | Element | ||
border : DOMString
Width of border around the object. | HTMLObjectElement | ||
Element Traversal childElementCount : Number [read-only]
Returns the current number of element nodes that are children of this
element. | Element | ||
DOM 1 Core childNodes : NodeList [read-only]
Returns an ordered collection of node objects that are children of
the current element. | Node | ||
children : NodeList [read-only]
? | FireFox 3.5+
Returns a collection of child elements of the given element. | Element | ||
className : DOMString
The class attribute of the element. | HTMLElement | ||
DOM 3 Core clientHeight : Number [read-only]
Returns the inner height of an element in pixels, including padding but not the horizontal scrollbar height, border, or margin. | Element | ||
DOM 3 Core clientLeft : Number [read-only]
The width of the left border of an element in pixels. | Element | ||
DOM 3 Core clientTop : Number [read-only]
The width of the top border of an element in pixels. | Element | ||
DOM 3 Core clientWidth : Number [read-only]
Returns the inner width of an element in pixels. | Element | ||
code : DOMString
Applet class file. | HTMLObjectElement | ||
codeBase : DOMString
Base URI for classid, data, and archive attributes. | HTMLObjectElement | ||
codeType : DOMString
Content type for data downloaded via classid attribute. | HTMLObjectElement | ||
contentDocument : Document [read-only]
DOM Level 2
The document this object contains, if there is any and it is available, or null otherwise. | HTMLObjectElement | ||
data : DOMString
A URI [IETF RFC 2396] specifying the location of the object's data. | HTMLObjectElement | ||
Non-Standard dataType : *
Specifies the data type for this node. | Node | ||
declare : Boolean
Declare (for future reference), but do not instantiate, this object. | HTMLObjectElement | ||
Non-Standard definition : Node [read-only]
Returns the definition of the node in the document type definition (DTD) or schema. | Node | ||
dir : DOMString
The dir attribute gets or sets the text writing directionality of
the content of the current element. | HTMLElement | ||
DOM 1 Core firstChild : Node [read-only]
Returns the node's first child in the tree, or null if the node is
childless. | Node | ||
Element Traversal firstElementChild : Element [read-only]
Returns the first child element node of this element. | Element | ||
form : HTMLFormElement [read-only]
Returns the FORM element containing this control. | HTMLObjectElement | ||
height : DOMString
Override height. | HTMLObjectElement | ||
hspace : Number
Horizontal space, in pixels, to the left and right of this image, applet, or object. | HTMLObjectElement | ||
id : DOMString
Gets or sets the element's identifier. | HTMLElement | ||
innerHTML : DOMString
DOM Level 0 | NS\FireFox\IE4+
Sets or gets all of the markup and content within a given element. | Element | ||
lang : DOMString
This property gets or sets the base language of an element's attribute
values and text content. | HTMLElement | ||
DOM 1 Core lastChild : Node [read-only]
Returns the last child of a node. | Node | ||
Element Traversal lastElementChild : Element [read-only]
Returns the last child element node of this element. | Element | ||
DOM 2 Core localName : DOMString [read-only]
Returns the local part of the qualified name of this node. | Node | ||
name : DOMString
Form control or object name when submitted with a form. | HTMLObjectElement | ||
DOM 2 Core namespaceURI : DOMString [read-only]
The namespace URI of the node, or null if it is unspecified (read-only). | Node | ||
Element Traversal nextElementSibling : Element [read-only]
Returns the next sibling element node of this element. | Element | ||
DOM 1 Core nextSibling : Node [read-only]
Returns the node immediately following the specified one in its
parent's childNodes list, or null if the specified node is the
last node in that list. | Node | ||
DOM 1 Core nodeName : DOMString [read-only]
Returns the name of the current node as a string. | Node | ||
Non-Standard nodePrincipal : nsIPrincipal [read-only]
Returns the nsIPrincipal object representing current security
context of the node. | Node | ||
DOM 1 Core nodeType : Number [read-only]
Returns an integer code representing the type of the node. | Node | ||
Non-Standard nodeTypedValue : *
Contains the node value expressed in its defined data type. | Node | ||
Non-Standard nodeTypeString : DOMString [read-only]
Returns the node type in string form. | Node | ||
DOM 1 Core nodeValue : DOMString
Returns or sets the value of the current node. | Node | ||
DOM 3 Core offsetHeight : Number [read-only]
Height of an element relative to the element's offsetParent. | Element | ||
DOM 3 Core offsetLeft : Number [read-only]
Returns the number of pixels that the upper left corner of the current
element is offset to the left within the offsetParent node. | Element | ||
DOM 3 Core offsetParent : Element [read-only]
The element from which all offset calculations are currently computed. | Element | ||
DOM 3 Core offsetTop : Number [read-only]
Returns the distance of the current element relative to the
top of the offsetParent node. | Element | ||
DOM 3 Core offsetWidth : Number [read-only]
The width of an element, relative to the layout. | Element | ||
onclick : Function
a pointer button was clicked
| HTMLElement | ||
oncopy : Function
Non-Standard | Firefox 3+
This event is sent when the user attempts to copy text. | HTMLElement | ||
oncut : Function
Non-Standard | Firefox 3+
This event is sent when the user attempts to cut text. | HTMLElement | ||
ondblclick : Function
a pointer button was double clicked
| HTMLElement | ||
onkeydown : Function
a key was pressed down
| HTMLElement | ||
onkeypress : Function
a key was pressed and released
| HTMLElement | ||
onkeyup : Function
a key was released
| HTMLElement | ||
onmousedown : Function
a pointer button was pressed down
| HTMLElement | ||
onmousemove : Function
a pointer was moved within
| HTMLElement | ||
onmouseout : Function
a pointer was moved away
| HTMLElement | ||
onmouseover : Function
a pointer was moved onto
| HTMLElement | ||
onmouseup : Function
a pointer button was released
| HTMLElement | ||
onpaste : Function
Non-Standard | Firefox 3+
This event is sent when the user attempts to paste text. | HTMLElement | ||
DOM 1 Core ownerDocument : Document [read-only]
The Document object associated with this node. | Node | ||
DOM 1 Core parentNode : Node [read-only]
Returns the parent of the specified node in the DOM tree. | Node | ||
Non-Standard parsed : Boolean [read-only]
Indicates the parsed status of the node and child nodes. | Node | ||
DOM 2 Core prefix : DOMString
Returns the namespace prefix of the specified node, or null if no
prefix is specified. | Node | ||
Element Traversal previousElementSibling : Element [read-only]
Returns the previous sibling element node of this element. | Element | ||
DOM 1 Core previousSibling : Node [read-only]
Returns the node immediately preceding the specified one in its
parent's childNodes list, null if the specified node is the first
in that list. | Node | ||
schemeTypeInfo : TypeInfo [read-only]
DOM Level 3 | None
The type information associated with this element. | Element | ||
DOM 3 Core scrollHeight : Number [read-only]
Height of the scroll view of an element; it includes the element padding but not its margin. | Element | ||
DOM 3 Core scrollLeft : Number
Gets or sets the number of pixels that an element's content is scrolled to the left. | Element | ||
DOM 3 Core scrollTop : Number
Gets or sets the number of pixels that the content of an element is scrolled upward. | Element | ||
DOM 3 Core scrollWidth : Number [read-only]
Returns either the width in pixels of the content of an element or the width of the element itself, whichever is greater. | Element | ||
Non-Standard specified : Boolean [read-only]
Indicates whether the node (usually an attribute) is explicitly specified or derived
from a default value in the document type definition (DTD) or schema. | Node | ||
standby : DOMString
Message to render while loading the object. | HTMLObjectElement | ||
style : CSSStyleDeclaration [read-only]
Returns an object that represents the element's style attribute. | HTMLElement | ||
tabIndex : Number
Index that represents the element's position in the tabbing order. | HTMLObjectElement | ||
DOM 2 Core tagName : DOMString [read-only]
The name of the element. | Element | ||
Non-Standard text : DOMString
Represents the text content of the node or the concatenated text representing the node and its descendants. | Node | ||
DOM 3 Core textContent : DOMString
Gets or sets the text content of a node and its descendants. | Node | ||
title : DOMString
Establishes the text to be displayed in a 'tool tip' popup when the
mouse is over the displayed node. | HTMLElement | ||
type : DOMString
Content type for data downloaded via data attribute. | HTMLObjectElement | ||
useMap : DOMString
Use client-side image map. | HTMLObjectElement | ||
vspace : Number
Vertical space, in pixels, above and below this image, applet, or object. | HTMLObjectElement | ||
width : DOMString
Override width. | HTMLObjectElement | ||
Non-Standard xml : DOMString [read-only]
Contains the XML representation of the node and all its descendants. | Node |
align | property |
align:DOMString
Aligns this object (vertically or horizontally) with respect to its surrounding text. This attribute is deprecated in HTML 4.01.
Valid values are:
public function get align():DOMString
public function set align(value:DOMString):void
archive | property |
archive:DOMString
Space-separated list of archives.
public function get archive():DOMString
public function set archive(value:DOMString):void
border | property |
border:DOMString
Width of border around the object. This attribute is deprecated in HTML 4.01.
public function get border():DOMString
public function set border(value:DOMString):void
code | property |
code:DOMString
Applet class file.
public function get code():DOMString
public function set code(value:DOMString):void
See also
codeBase | property |
codeBase:DOMString
Base URI for classid, data, and archive attributes.
public function get codeBase():DOMString
public function set codeBase(value:DOMString):void
codeType | property |
codeType:DOMString
Content type for data downloaded via classid attribute.
public function get codeType():DOMString
public function set codeType(value:DOMString):void
contentDocument | property |
contentDocument:Document
[read-only] DOM Level 2 The document this object contains, if there is any and it is available, or null otherwise.
public function get contentDocument():Document
data | property |
data:DOMString
A URI [IETF RFC 2396] specifying the location of the object's data.
public function get data():DOMString
public function set data(value:DOMString):void
declare | property |
declare:Boolean
Declare (for future reference), but do not instantiate, this object.
When present, this boolean attribute makes the current OBJECT definition a declaration only. The object must be instantiated by a subsequent OBJECT definition referring to this declaration.
public function get declare():Boolean
public function set declare(value:Boolean):void
form | property |
form:HTMLFormElement
[read-only] Returns the FORM element containing this control. Returns null if this control is not within the context of a form.
public function get form():HTMLFormElement
height | property |
height:DOMString
Override height.
public function get height():DOMString
public function set height(value:DOMString):void
hspace | property |
hspace:Number
Horizontal space, in pixels, to the left and right of this image, applet, or object. This attribute is deprecated in HTML 4.01.
public function get hspace():Number
public function set hspace(value:Number):void
name | property |
name:DOMString
Form control or object name when submitted with a form.
public function get name():DOMString
public function set name(value:DOMString):void
standby | property |
standby:DOMString
Message to render while loading the object.
public function get standby():DOMString
public function set standby(value:DOMString):void
tabIndex | property |
tabIndex:Number
Index that represents the element's position in the tabbing order.
public function get tabIndex():Number
public function set tabIndex(value:Number):void
type | property |
type:DOMString
Content type for data downloaded via data attribute.
public function get type():DOMString
public function set type(value:DOMString):void
useMap | property |
useMap:DOMString
Use client-side image map.
public function get useMap():DOMString
public function set useMap(value:DOMString):void
vspace | property |
vspace:Number
Vertical space, in pixels, above and below this image, applet, or object. This attribute is deprecated in HTML 4.01.
public function get vspace():Number
public function set vspace(value:Number):void
width | property |
width:DOMString
Override width.
public function get width():DOMString
public function set width(value:DOMString):void