Class LinesPreprocessingConsumer
- java.lang.Object
-
- org.verapdf.wcag.algorithms.semanticalgorithms.consumers.LinesPreprocessingConsumer
-
public class LinesPreprocessingConsumer extends Object
-
-
Constructor Summary
Constructors Constructor Description LinesPreprocessingConsumer(IDocument document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TableBorderBuilder>findTableBorders()LinesCollectiongetLinesCollection()
-
-
-
Constructor Detail
-
LinesPreprocessingConsumer
public LinesPreprocessingConsumer(IDocument document)
-
-
Method Detail
-
getLinesCollection
public LinesCollection getLinesCollection()
-
findTableBorders
public List<TableBorderBuilder> findTableBorders()
-
-