API Reference

Class

PdfLogicalParagraph

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Heuristic paragraph group built from nearby line-level text blocks.

Inheritance

  • Object
  • PdfLogicalParagraph

Usage

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

Returned or exposed by

Properties

public Int32 PageNumber { get; } #

One-based source page number.

public String Text { get; } #

Paragraph text with grouped lines joined by spaces.

public IReadOnlyList<PdfLogicalTextBlock> Lines { get; } #

Line-level blocks that make up this paragraph.

public Double XStart { get; } #

Leftmost X coordinate in PDF points.

public Double XEnd { get; } #

Rightmost X coordinate in PDF points.

public Double YTop { get; } #

Top baseline Y coordinate in PDF points.

public Double YBottom { get; } #

Bottom baseline Y coordinate in PDF points.