public class AppletTag extends CoreAttributes
| Modifier and Type | Method and Description |
|---|---|
String |
getAlign()
Specifies the alignment of an applet according to surrounding elements
|
String |
getAlt()
Specifies an alternate text for an applet
|
String |
getArchive()
Specifies the location of an archive file
|
String |
getCode()
Specifies the file name of a Java applet
|
String |
getCodebase()
Specifies a relative base URL for applets specified in the code attribute
|
String |
getHeight()
Specifies the height of an applet
|
String |
getHspace()
Defines the horizontal spacing around an applet
|
String |
getNameAttribute()
Defines the name for an applet (to use in scripts)
|
String |
getObject()
Specifies a reference to a serialized representation of an applet
|
String |
getVspace()
Defines the vertical spacing around an applet
|
String |
getWidth()
Specifies the width of an applet
|
getClassAttribute, getIdAttribute, getStyle, getTitlecompareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toStringpublic String getCodebase()
public String getArchive()
public String getCode()
public String getObject()
public String getAlt()
public String getNameAttribute()
public String getWidth()
public String getHeight()
public String getAlign()
public String getHspace()
public String getVspace()
Copyright © 2012. All Rights Reserved.