mshtml
インタフェース IHTMLAreasCollection

既知の実装クラスの一覧:
HTMLAreasCollection

public interface IHTMLAreasCollection


フィールドの概要
static com.ms.com._Guid iid
           
 
メソッドの概要
 void add(IHTMLElement element, com.ms.com.Variant before)
           
 com.ms.com.IUnknown get_newEnum()
           
 int getLength()
           
 java.lang.Object item(com.ms.com.Variant name, com.ms.com.Variant index)
           
 void remove(int index)
           
 void setLength(int p)
           
 java.lang.Object tags(com.ms.com.Variant tagName)
           
 

フィールドの詳細

iid

static final com.ms.com._Guid iid
メソッドの詳細

setLength

void setLength(int p)

getLength

int getLength()

get_newEnum

com.ms.com.IUnknown get_newEnum()

item

java.lang.Object item(com.ms.com.Variant name,
                      com.ms.com.Variant index)

tags

java.lang.Object tags(com.ms.com.Variant tagName)

add

void add(IHTMLElement element,
         com.ms.com.Variant before)

remove

void remove(int index)