public class Line extends TextElement
| Constructor | Description |
|---|---|
Line() |
| Modifier and Type | Method | Description |
|---|---|---|
Line |
addWordsItem(Word wordsItem) |
|
boolean |
equals(Object o) |
|
List<Word> |
getWords() |
The words contained by the line
|
int |
hashCode() |
|
void |
setWords(List<Word> words) |
|
String |
toString() |
|
Line |
words(List<Word> words) |
public boolean equals(Object o)
equals in class TextElementpublic int hashCode()
hashCode in class TextElementpublic String toString()
toString in class TextElementCopyright © 2025. All rights reserved.