48#include "nsIPluginTagInfo.idl"
49#include "nsIPluginTagInfoOld.idl"
51[uuid(6a49c9a0-019b-11d2-815b-006008119d7a)]
58 readonly attribute nsPluginTagType
tagType;
72 in constCharStarConstStar aNames,
73 in constCharStarConstStar aValues);
104 readonly attribute
unsigned long width;
readonly attribute unsigned long borderVertSpace
Get border vertical space.
readonly attribute nsPluginTagType tagType
Get the type of the HTML tag that was used ot instantiate this plugin.
readonly attribute unsigned long uniqueID
Returns a unique id for the current document containing plugin.
void getParameter(in string aName, out constCharPtr aResult)
Get the value for the named parameter.
readonly attribute unsigned long width
Get object width.
void getParameters(in PRUint16Ref aCount, in constCharStarConstStar aNames, in constCharStarConstStar aValues)
Get a ptr to the paired list of parameter names and values, returns the length of the array.
void getDocumentEncoding(out constCharPtr aDocumentEncoding)
Return an encoding whose name is specified in: http://java.sun.com/products/jdk/1....
void getTagText(out constCharPtr aTagText)
Get the complete text of the HTML tag that was used to instantiate this plugin.
void getAlignment(out constCharPtr aElignment)
Get object alignment.
void getDocumentBase(out constCharPtr aDocumentBase)
Get the document base.
readonly attribute unsigned long borderHorizSpace
Get border horizontal space.
readonly attribute unsigned long height
Get object height.
readonly attribute nsIDOMElement DOMElement
Returns the DOM element corresponding to the tag which references this plugin in the document.
Plugin Tag Info Interface This interface provides information about the HTML tag on the page.