Jiffie: Java InterFace For Internet Explorer

net.sf.jiffie
Class IHTMLCurrentStyle

Package class diagram package IHTMLCurrentStyle
java.lang.Object
  extended by net.sf.jiffie.IDispatch
      extended by net.sf.jiffie.BrowserDispatch
          extended by net.sf.jiffie.IHTMLCurrentStyle
All Implemented Interfaces:
java.lang.Cloneable, Releaseable

public class IHTMLCurrentStyle
extends BrowserDispatch

Partial implementation of the IHTMLCurrentStyle interface.


Field Summary
 
Fields inherited from class net.sf.jiffie.IDispatch
IID
 
Constructor Summary
IHTMLCurrentStyle(InternetExplorer parentBrowser, Dispatch object)
          Constructor
 
Method Summary
 java.lang.String getBackgroundColor()
          Retrieves the color behind the content of the object.
 java.lang.String getBorderBottomColor()
          Retrieves the color of the bottom border of the object.
 java.lang.String getBorderBottomStyle()
          Retrieves the style of the bottom border of the object.
 java.lang.String getBorderBottomWidth()
          Retrieves the width of the bottom border of the object.
 java.lang.String getBorderColor()
          Retrieves the color of the borders of the object.
 java.lang.String getBorderLeftColor()
          Retrieves the color of the left border of the object.
 java.lang.String getBorderLeftStyle()
          Retrieves the style of the left border of the object.
 java.lang.String getBorderLeftWidth()
          Retrieves the width of the left border of the object.
 java.lang.String getBorderRightColor()
          Retrieves the color of the right border of the object.
 java.lang.String getBorderRightStyle()
          Retrieves the style of the right border of the object.
 java.lang.String getBorderRightWidth()
          Retrieves the width of the right border of the object.
 java.lang.String getBorderStyle()
          Retrieves the style of the borders of the object.
 java.lang.String getBorderTopColor()
          Retrieves the color of the top border of the object.
 java.lang.String getBorderTopStyle()
          Retrieves the style of the top border of the object.
 java.lang.String getBorderTopWidth()
          Retrieves the width of the top border of the object.
 java.lang.String getBorderWidth()
          Retrieves the width of the borders of the object.
 java.lang.String getColor()
          Retrieves the text color.
 
Methods inherited from class net.sf.jiffie.BrowserDispatch
getElementProperty, getParentBrowser
 
Methods inherited from class net.sf.jiffie.IDispatch
call, call, call, call, call, clone, finalize, getBooleanProperty, getDispatch, getDispatchProperty, getIntegerProperty, getStringProperty, getVariantProperty, isReleased, newDispatch, queryInterface, release, setBooleanProperty, setIntegerProperty, setStringProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IHTMLCurrentStyle

public IHTMLCurrentStyle(InternetExplorer parentBrowser,
                         Dispatch object)
Constructor

Parameters:
parentBrowser - parent browser object
object - Jacob dispatch interface
Method Detail

getBackgroundColor

public java.lang.String getBackgroundColor()
Retrieves the color behind the content of the object.

Returns:
the background color

getBorderStyle

public java.lang.String getBorderStyle()
Retrieves the style of the borders of the object.

Returns:
the border style

getBorderBottomStyle

public java.lang.String getBorderBottomStyle()
Retrieves the style of the bottom border of the object.

Returns:
the border style

getBorderLeftStyle

public java.lang.String getBorderLeftStyle()
Retrieves the style of the left border of the object.

Returns:
the border style

getBorderRightStyle

public java.lang.String getBorderRightStyle()
Retrieves the style of the right border of the object.

Returns:
the border style

getBorderTopStyle

public java.lang.String getBorderTopStyle()
Retrieves the style of the top border of the object.

Returns:
the border style

getBorderColor

public java.lang.String getBorderColor()
Retrieves the color of the borders of the object.

Returns:
the border color

getBorderBottomColor

public java.lang.String getBorderBottomColor()
Retrieves the color of the bottom border of the object.

Returns:
the border color

getBorderLeftColor

public java.lang.String getBorderLeftColor()
Retrieves the color of the left border of the object.

Returns:
the border color

getBorderRightColor

public java.lang.String getBorderRightColor()
Retrieves the color of the right border of the object.

Returns:
the border color

getBorderTopColor

public java.lang.String getBorderTopColor()
Retrieves the color of the top border of the object.

Returns:
the border color

getBorderWidth

public java.lang.String getBorderWidth()
Retrieves the width of the borders of the object.

Returns:
the border width

getBorderBottomWidth

public java.lang.String getBorderBottomWidth()
Retrieves the width of the bottom border of the object.

Returns:
the border width

getBorderLeftWidth

public java.lang.String getBorderLeftWidth()
Retrieves the width of the left border of the object.

Returns:
the border width

getBorderRightWidth

public java.lang.String getBorderRightWidth()
Retrieves the width of the right border of the object.

Returns:
the border width

getBorderTopWidth

public java.lang.String getBorderTopWidth()
Retrieves the width of the top border of the object.

Returns:
the border width

getColor

public java.lang.String getColor()
Retrieves the text color.

Returns:
text color


Copyright © 2004-2009 Packwood Software. All Rights Reserved.