public interface ICurrentStyles
Modifier and Type | Method and Description |
---|---|
String |
getBackgroundColor() |
String |
getBackgroundImage() |
String |
getBackgroundRepeat() |
String[] |
getChildTexts() |
String |
getColor() |
String |
getComputedBackgroundColor() |
String |
getComputedBackgroundImage() |
String |
getComputedColor() |
String[] |
getDescendantTextsWithBGImage() |
String |
getDisplay() |
Element |
getElement() |
String |
getFontFamily() |
String |
getFontSize() |
String |
getFontStyle() |
String |
getFontVariant() |
String |
getLetterSpacing() |
String |
getLineHeight() |
URL |
getLinkURL() |
String |
getPosition() |
Rectangle |
getRectangle() |
String |
getTagName() |
String |
getTextAlign() |
String |
getTextDecoration() |
String |
getVisibility() |
String |
getXPath() |
boolean |
hasChildText() |
boolean |
hasDescendantTextWithBGImage() |
boolean |
isLink() |
String getXPath()
String getTagName()
boolean isLink()
URL getLinkURL()
String getBackgroundColor()
String getBackgroundRepeat()
String getBackgroundImage()
String getColor()
String getDisplay()
String getFontFamily()
String getFontSize()
String getFontStyle()
String getFontVariant()
String getLetterSpacing()
String getLineHeight()
String getPosition()
String getTextAlign()
String getTextDecoration()
String getVisibility()
Element getElement()
String getComputedColor()
String getComputedBackgroundColor()
String getComputedBackgroundImage()
boolean hasChildText()
boolean hasDescendantTextWithBGImage()
String[] getChildTexts()
String[] getDescendantTextsWithBGImage()