API Reference
Class
StructuredLine
Geometry detail for a single emitted line.
Inheritance
- Object
- StructuredLine
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 StructuredHeading.Line
- Property StructuredListItem.Line
- Property StructuredPage.LinesDetailed
- Property StructuredParagraph.Lines
Constructors
public StructuredLine() #Inherited Methods
Properties
public Double Y { get; set; } #Baseline Y coordinate for the line (points from bottom).
public Double XStart { get; set; } #Leftmost X coordinate (points).
public Double XEnd { get; set; } #Rightmost X coordinate (points).
public String Text { get; set; } #Line text.
public Double FontSize { get; set; } #Representative font size in points.
public Int32 SpanCount { get; set; } #Number of underlying spans grouped into this line.