* Returns all lines in the document as string array. * @returns {string[]}
()
| 147 | * @returns {string[]} |
| 148 | **/ |
| 149 | getAllLines() { |
| 150 | return this.getLines(0, this.getLength()); |
| 151 | } |
| 152 | |
| 153 | /** |
| 154 | * Returns the number of rows in the document. |
no test coverage detected