API Reference

Class

StructuredParagraph

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Heuristic paragraph group built from nearby non-list, non-table lines.

Inheritance

  • Object
  • StructuredParagraph

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

Accepted by parameters

Constructors

Properties

public String Text { get; set; } #

Paragraph text with grouped lines joined by spaces.

public List<StructuredLine> Lines { get; } #

Line geometry entries that make up the paragraph.

public Double XStart { get; set; } #

Leftmost X coordinate (points).

public Double XEnd { get; set; } #

Rightmost X coordinate (points).

public Double YTop { get; set; } #

Top baseline Y coordinate (points).

public Double YBottom { get; set; } #

Bottom baseline Y coordinate (points).