API Reference

Class

StructuredLine

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

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.

Constructors

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.