mshtml
インタフェース IHTMLComputedStyle


public interface IHTMLComputedStyle


フィールドの概要
static com.ms.com._Guid iid
           
 
メソッドの概要
 int getBackgroundColor()
           
 boolean getBlockDirection()
           
 boolean getBold()
           
 boolean getDirection()
           
 boolean getExplicitFace()
           
 short getFontName()
           
 int getFontSize()
           
 int getFontWeight()
           
 boolean getHasBgColor()
           
 boolean getItalic()
           
 boolean getOL()
           
 boolean getOverline()
           
 boolean getPreFormatted()
           
 boolean getStrikeOut()
           
 boolean getSubScript()
           
 boolean getSuperScript()
           
 int getTextColor()
           
 boolean getUnderline()
           
 void isEqual(IHTMLComputedStyle pComputedStyle, boolean[] pfEqual)
           
 

フィールドの詳細

iid

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

getBold

boolean getBold()

getItalic

boolean getItalic()

getUnderline

boolean getUnderline()

getOverline

boolean getOverline()

getStrikeOut

boolean getStrikeOut()

getSubScript

boolean getSubScript()

getSuperScript

boolean getSuperScript()

getExplicitFace

boolean getExplicitFace()

getFontWeight

int getFontWeight()

getFontSize

int getFontSize()

getFontName

short getFontName()

getHasBgColor

boolean getHasBgColor()

getTextColor

int getTextColor()

getBackgroundColor

int getBackgroundColor()

getPreFormatted

boolean getPreFormatted()

getDirection

boolean getDirection()

getBlockDirection

boolean getBlockDirection()

getOL

boolean getOL()

isEqual

void isEqual(IHTMLComputedStyle pComputedStyle,
             boolean[] pfEqual)