@DOMObjectAttribute @DOMNameAttribute(name="HTMLAppletElement") public class HTMLAppletElement extends HTMLElement
Node.Flags
OnAbort, OnAbortDelegate, OnBlur, OnBlurDelegate, OnCancel, OnCancelDelegate, OnCanplay, OnCanplayDelegate, OnCanPlayThrough, OnCanPlayThroughDelegate, OnChange, OnChangeDelegate, OnClick, OnClickDelegate, OnCueChange, OnCueChangeDelegate, OnDblClick, OnDblClickDelegate, OnDurationChange, OnDurationChangeDelegate, OnEmptied, OnEmptiedDelegate, OnEnded, OnEndedDelegate, OnError, OnErrorDelegate, OnFocus, OnFocusDelegate, OnInput, OnInputDelegate, OnInvalid, OnInvalidDelegate, OnKeyDown, OnKeyDownDelegate, OnKeyPress, OnKeyPressDelegate, OnKeyUp, OnKeyUpDelegate, OnLoad, OnLoadDelegate, OnLoadedData, OnLoadedDataDelegate, OnLoadedMetadata, OnLoadedMetadataDelegate, OnLoadStart, OnLoadStartDelegate, OnMouseDown, OnMouseDownDelegate, OnMouseEnter, OnMouseEnterDelegate, OnMouseLeave, OnMouseLeaveDelegate, OnMouseMove, OnMouseMoveDelegate, OnMouseOut, OnMouseOutDelegate, OnMouseOver, OnMouseOverDelegate, OnMouseUp, OnMouseUpDelegate, OnMouseWheel, OnMouseWheelDelegate, OnPause, OnPauseDelegate, OnPlay, OnPlayDelegate, OnPlaying, OnPlayingDelegate, OnProgress, OnProgressDelegate, OnRateChange, OnRateChangeDelegate, OnReset, OnResetDelegate, OnResize, OnResizeDelegate, OnScroll, OnScrollDelegate, OnSeeked, OnSeekedDelegate, OnSeeking, OnSeekingDelegate, OnSelect, OnSelectDelegate, OnShow, OnShowDelegate, OnStalled, OnStalledDelegate, OnSubmit, OnSubmitDelegate, OnSuspend, OnSuspendDelegate, OnTimeUpdate, OnTimeUpdateDelegate, OnToggle, OnToggleDelegate, OnVolumeChange, OnVolumeChangeDelegate, OnWaiting, OnWaitingDelegate
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, flags, nodeDocument, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
EventMap
PropertyChanged
Constructor and Description |
---|
HTMLAppletElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the
HTMLAppletElement class. |
Modifier and Type | Method and Description |
---|---|
String |
getAlign()
Aligns this object (vertically or horizontally) with respect to its
surrounding text.
|
String |
getAlt()
Alternate text for user agents not rendering the normal content of this
element.
|
String |
getArchive()
Comma-separated archive list.
|
String |
getCode()
Applet class file.
|
String |
getCodeBase() |
String |
getHeight()
Override height.
|
int |
getHspace()
Horizontal space, in pixels, to the left and right of this image,
applet, or object.
|
String |
getName()
The name of the applet.
|
String |
getObject()
The value of the "object" attribute.
|
int |
getVspace()
Vertical space, in pixels, above and below this image, applet, or
object.
|
String |
getWidth()
Override width.
|
void |
setAlign(String value)
Aligns this object (vertically or horizontally) with respect to its
surrounding text.
|
void |
setAlt(String value)
Alternate text for user agents not rendering the normal content of this
element.
|
void |
setArchive(String value)
Comma-separated archive list.
|
void |
setCode(String value)
Applet class file.
|
void |
setCodeBase(String value) |
void |
setHeight(String value)
Override height.
|
void |
setHspace(int value)
Horizontal space, in pixels, to the left and right of this image,
applet, or object.
|
void |
setName(String value)
The name of the applet.
|
void |
setObject(String value)
The value of the "object" attribute.
|
void |
setVspace(int value)
Vertical space, in pixels, above and below this image, applet, or
object.
|
void |
setWidth(String value)
Override width.
|
getAttributeOrDefault, getChildOfType, getClassName_Rename_Namesake, getDir, getId_Rename_Namesake, getLang, getParentOfType, getRowIndexInScopeOfCollection, getStyle, getTitle, setAttribute, setAttribute, setAttribute, setClassName_Rename_Namesake, setDir, setId_Rename_Namesake, setLang, setTitle, toggleAttribute
attachShadow, equals, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getChildElementCount, getChildren, getClassName, getComputedStyle, getComputedStyle, getData, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getFirstElementChild, getId, getInnerHTML, getLastElementChild, getLocalName, getNamespaceURI, getNextElementSibling, getNodeName, getNodeType, getOuterHTML, getPrefix, getPreviousElementSibling, getSchemaTypeInfo, getShadowRoot, getStyleContainer, getTag, getTagName, getTextContent, hasAttribute, hasAttributeNS, hasAttributes, querySelector, querySelectorAll, remove, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setClassName, setData, setId, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setInnerHTML, setOuterHTML, setTextContent
adoptNode, appendChild, cloneNode, deepClone, getBaseURI, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRegisteredObservers, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceAll, replaceChild, setNodeValue, setParentNode, setPrefix, toString
addEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, dispose, removeEventListener, removeEventListener, removeEventListener
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
public HTMLAppletElement(com.aspose.html.dom.DOMName name, Document doc)
Initializes a new instance of the HTMLAppletElement
class.
name
- The DOM name.doc
- The document.@DOMNameAttribute(name="align") public String getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text. See the align attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="align") public void setAlign(String value)
Aligns this object (vertically or horizontally) with respect to its surrounding text. See the align attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="alt") public String getAlt()
Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="alt") public void setAlt(String value)
Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="archive") public String getArchive()
Comma-separated archive list. See the archive attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="archive") public void setArchive(String value)
Comma-separated archive list. See the archive attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="code") public String getCode()
Applet class file. See the code attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="code") public void setCode(String value)
Applet class file. See the code attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="codeBase") public String getCodeBase()
@DOMNameAttribute(name="codeBase") public void setCodeBase(String value)
@DOMNameAttribute(name="height") public String getHeight()
Override height. See the height attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="height") public void setHeight(String value)
Override height. See the height attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="hspace") public int getHspace()
Horizontal space, in pixels, to the left and right of this image, applet, or object. See the hspace attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="hspace") public void setHspace(int value)
Horizontal space, in pixels, to the left and right of this image, applet, or object. See the hspace attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="name") public String getName()
The name of the applet. See the name attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="name") public void setName(String value)
The name of the applet. See the name attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="object") public String getObject()
The value of the "object" attribute. See the object attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="object") public void setObject(String value)
The value of the "object" attribute. See the object attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="vspace") public int getVspace()
Vertical space, in pixels, above and below this image, applet, or object. See the vspace attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="vspace") public void setVspace(int value)
Vertical space, in pixels, above and below this image, applet, or object. See the vspace attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="width") public String getWidth()
Override width. See the width attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="width") public void setWidth(String value)
Override width. See the width attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.