// Gets the current indent length. IndentLength() { const tb = new LJCTextBuilder(); tb.AddIndent(2); // Example Method: const result = tb.IndentLength(); // result: // 4 }