API Reference

Interface

IPdfLineGroupingStage

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers abstract

Groups words into lines.

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Methods

public abstract IReadOnlyList<PdfUnderstandingLine> GroupLines(PdfUnderstandingPageContext context, IReadOnlyList<PdfUnderstandingWord> words) #
Returns: IReadOnlyList<PdfUnderstandingLine>

Groups words into line artifacts.

Parameters

context OfficeIMO.Pdf.PdfUnderstandingPageContext requiredposition: 0
words System.Collections.Generic.IReadOnlyList{OfficeIMO.Pdf.PdfUnderstandingWord} requiredposition: 1