import prohtml.*; TextElement text; void setup(){ text = new TextElement("proHTML",null); println("kindOfElement:.."+text.kindOfElement); }