public interface IWebBrowserStyleInfo
IWebBrowserACTF
Modifier and Type | Method and Description |
---|---|
Map<String,ICurrentStyles> |
getCurrentStyles()
Get current style information of the content in
IWebBrowserACTF |
ModelServiceSizeInfo |
getSizeInfo(boolean isWhole)
Get current size information of
IWebBrowserACTF |
org.eclipse.swt.graphics.RGB |
getUnvisitedLinkColor()
Get the unvisited link color in RGB format.
|
org.eclipse.swt.graphics.RGB |
getVisitedLinkColor()
Get the visited link color in RGB format.
|
Map<String,ICurrentStyles> getCurrentStyles()
IWebBrowserACTF
ModelServiceSizeInfo getSizeInfo(boolean isWhole)
IWebBrowserACTF
isWhole
- if true returns whole page size, if false returns visible area
sizeorg.eclipse.swt.graphics.RGB getUnvisitedLinkColor()
org.eclipse.swt.graphics.RGB getVisitedLinkColor()