Dim jo As JavaObject = HTMLEditor1
Dim WebView As WebView = jo.RunMethod("lookup", Array("WebView"))
jo = WebView
jo.RunMethodJO("getEngine", Null).RunMethod("setUserStyleSheetLocation", Array("data:,body { font: 12pt Arial; }"))
Dim jo As JavaObject = HTMLEditor1
Dim WebView As WebView = jo.RunMethod("lookup", Array("WebView"))
jo = WebView
jo.RunMethodJO("getEngine", Null).RunMethod("setUserStyleSheetLocation", Array("data:,body { font: 12pt Arial; }"))