Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

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 Nullable<Int32> FontWeight { get; } #

Source PDF font descriptor weight, when declared.

public Nullable<Int32> FontDescriptorFlags { get; } #

Raw source PDF font descriptor flags, when declared.

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; } #

Bold classification from declared weight, with a legacy font-name fallback.

public Boolean IsItalic { get; } #

Italic classification from descriptor flags, with a legacy font-name fallback.