// Indicates if the builder has text. HasText() { const tb = new LJCTextBuilder(); tb.Text("This is some text."); // Example Method: const result = tb.HasText(); // result: // "true" }