API Reference
Class
StructuredParagraph
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
- Property StructuredPage.Paragraphs
- Property StructuredParagraphPage.Paragraphs
Accepted by parameters
- Constructor StructuredParagraphPage.StructuredParagraphPage
Constructors
public StructuredParagraph() #Inherited Methods
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).