@Internal public class PageElementInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
htmlContent |
Point |
position |
Dimension |
size |
| Constructor and Description |
|---|
PageElementInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getElementHeight() |
int |
getElementWidth() |
String |
getEscapedHtmlString() |
String |
getHtmlContent() |
int |
getOffsetLeft() |
int |
getOffsetTop() |
Dimension |
getSize() |
public String htmlContent
public Dimension size
public Point position
public String getHtmlContent()
public String getEscapedHtmlString()
public Dimension getSize()
public int getOffsetLeft()
public int getOffsetTop()
public int getElementWidth()
public int getElementHeight()
Copyright © 2015 Atlassian. All rights reserved.