Line
All Implemented Interfaces: com.groupdocs.viewer.results.TextElement, java.io.Serializable
public interface Line extends TextElement<String>, Serializable
Represents relatively positioned rectangle which contains single line. Default implementation is LineImpl
Methods
Method | Description |
---|---|
getWords() | The words contained by the line. |
getWords()
public abstract List<Word> getWords()
The words contained by the line.
Returns: java.util.List<com.groupdocs.viewer.results.Word> - The words contained by the line.