|
RiTa index |
|
| Name | splitWords() |
| Class | RiText |
| Description | Splits this object into an array of RiTexts, one per word,
with correct x and y-positions. To split into words, according to the default tokenizer, use RiTa.tokenize(String). Note: If desired, the original RiText should be deleted explicitly (via RiText.delete(originalRiText)). |
| Syntax | splitWords(); |
| Returns | rita.RiText[] |
| Usage | Web & Application |
| Related | |