org.eclipse.actf.model.ui.editor.browser
Interface ICurrentStyles


public interface ICurrentStyles

Interface for current style information of the Element


Method Summary
 String getBackgroundColor()
           
 String getBackgroundRepeat()
           
 String getColor()
           
 String getDisplay()
           
 String getFontFamily()
           
 String getFontSize()
           
 String getFontStyle()
           
 String getFontVariant()
           
 String getLetterSpacing()
           
 String getLineHeight()
           
 URL getLinkURL()
           
 String getPosition()
           
 org.eclipse.swt.graphics.Rectangle getRectangle()
           
 String getTagName()
           
 String getTextAlign()
           
 String getTextDecoration()
           
 String getVisibility()
           
 String getXPath()
           
 boolean isLink()
           
 

Method Detail

getXPath

String getXPath()
Returns:
XPath (child path sequence) of the element

getTagName

String getTagName()
Returns:
tag name of the element

getRectangle

org.eclipse.swt.graphics.Rectangle getRectangle()
Returns:
get Rectangle of the element

isLink

boolean isLink()
Returns:
true if the element is link

getLinkURL

URL getLinkURL()
Returns:
the destination URL of the link

getBackgroundColor

String getBackgroundColor()
Returns:
background color

getBackgroundRepeat

String getBackgroundRepeat()
Returns:
background repeat

getColor

String getColor()
Returns:
foreground color

getDisplay

String getDisplay()
Returns:
display

getFontFamily

String getFontFamily()
Returns:
font family

getFontSize

String getFontSize()
Returns:
font size

getFontStyle

String getFontStyle()
Returns:
font style

getFontVariant

String getFontVariant()
Returns:
font variant

getLetterSpacing

String getLetterSpacing()
Returns:
letter spacing

getLineHeight

String getLineHeight()
Returns:
line height

getPosition

String getPosition()
Returns:
position

getTextAlign

String getTextAlign()
Returns:
text align

getTextDecoration

String getTextDecoration()
Returns:
text decoration

getVisibility

String getVisibility()
Returns:
visibility