API Reference

Class

PdfLogicalTextRun

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Semantic text fragment aligned with one positioned PDF text span.

Inheritance

  • Object
  • PdfLogicalTextRun

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 String Text { get; } #

Text in this semantic fragment, including inferred adjacent whitespace.

public PdfTextSpan SourceSpan { get; } #

Positioned source span supplying style and geometry, when alignment succeeded.

public String BaseFont { get; } #

Source PDF base font name, when available.

public Double FontSize { get; } #

Source font size in points, or zero when no source span was aligned.

public Nullable<OfficeColor> Color { get; } #

Source text color, when available.

public Boolean IsBold { get; } #

Best-effort bold classification derived from the source PDF base font name.

public Boolean IsItalic { get; } #

Best-effort italic classification derived from the source PDF base font name.