API Reference

Class

PdfLogicalParagraphContinuationGroup

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

One logical paragraph reconstructed from one or more page-level paragraph segments.

Inheritance

  • Object
  • PdfLogicalParagraphContinuationGroup

Usage

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

Properties

public IReadOnlyList<PdfLogicalParagraph> Segments { get; } #

Page-level paragraph segments contributing to this logical paragraph.

public String Text { get; } #

Recovered paragraph text.

public Double Confidence { get; } #

Lowest normalized confidence across recovered page boundaries, or 1 for an unmerged paragraph.

public PdfLogicalParagraphContinuationEvidence Evidence { get; } #

Combined evidence supporting the recovered page boundaries.

public Int32 RejoinedHyphenCount { get; } #

Number of strongly evidenced line-ending hyphens removed while joining segments.

public Boolean SpansPages { get; } #

True when this logical paragraph combines more than one page-level segment.

public Int32 FirstPageNumber { get; } #

One-based source page number of the first segment.

public Int32 LastPageNumber { get; } #

One-based source page number of the last segment.