API Reference

Class

PdfTextFallbackSegment

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Describes one contiguous text segment covered by one embedded TrueType font candidate.

Inheritance

  • Object
  • PdfTextFallbackSegment

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

Segment text.

public Int32 StartIndex { get; } #

UTF-16 start index in the original text.

public Int32 Length { get; } #

UTF-16 length in the original text.

public Int32 FontIndex { get; } #

Zero-based index of the selected fallback candidate.

public String FontName { get; } #

Display name of the selected fallback candidate.