Package | Description |
---|---|
com.hfg.html |
The HTML classes in this package can be used to construct HTML or XHTML in an object-oriented fashion.
|
Modifier and Type | Method and Description |
---|---|
ObjectTag |
ObjectTag.setArchive(String inValue)
This attribute may be used to specify a space-separated list of URIs for
archives containing resources relevant to the object, which may include the
resources specified by the
classid and data attributes. |
ObjectTag |
ObjectTag.setBorder(int inValue)
Deprecated.
|
ObjectTag |
ObjectTag.setClass(String inValue) |
ObjectTag |
ObjectTag.setClassId(String inValue) |
ObjectTag |
ObjectTag.setCodebase(String inValue) |
ObjectTag |
ObjectTag.setCodetype(String inValue)
This attribute specifies the content type of data expected when downloading
the object specified by
classid . |
ObjectTag |
ObjectTag.setData(String inValue) |
ObjectTag |
ObjectTag.setDeclare()
When present, this boolean attribute makes the current OBJECT definition a
declaration only.
|
ObjectTag |
ObjectTag.setHeight(int inValue) |
ObjectTag |
ObjectTag.setHeight(String inValue) |
ObjectTag |
ObjectTag.setStandby(String inValue)
This attribute specifies a message that a user agent may render while loading
the object's implementation and data.
|
ObjectTag |
ObjectTag.setTabIndex(int inValue) |
ObjectTag |
ObjectTag.setType(String inValue)
This attribute specifies the content type for the data specified by data.
|
ObjectTag |
ObjectTag.setUseMap(String inValue) |
ObjectTag |
ObjectTag.setWidth(int inValue) |
ObjectTag |
ObjectTag.setWidth(String inValue) |
jataylor@hairyfatguy.com