com.groupdocs.viewer.results

Interface Line

  • All Superinterfaces:
    TextElement<String>


    public interface Line
    extends TextElement<String>
    Represents relatively positioned rectangle which contains single line. Default implementation is LineImpl
    • Method Detail

      • getWords

        List<Word> getWords()
        The words contained by the line.
        Returns:
        The words contained by the line.