API Reference

Enum

PdfLogicalParagraphContinuationEvidence

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
Flags

Evidence supporting one or more recovered cross-page paragraph boundaries.

Inheritance

  • Enum
  • PdfLogicalParagraphContinuationEvidence

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const PdfLogicalParagraphContinuationEvidence None #

No cross-page continuation was inferred.

Value: 0
public const PdfLogicalParagraphContinuationEvidence AdjacentPages #

The segments came from adjacent source pages.

Value: 1
public const PdfLogicalParagraphContinuationEvidence BoundaryParagraphs #

The segments were the last and first page paragraphs.

Value: 2
public const PdfLogicalParagraphContinuationEvidence PageEdges #

The segments were positioned near the bottom and top page edges.

Value: 4
public const PdfLogicalParagraphContinuationEvidence CompatibleGeometry #

The segments had compatible horizontal geometry.

Value: 8
public const PdfLogicalParagraphContinuationEvidence CompatibleTypography #

The boundary lines had compatible font sizes.

Value: 16
public const PdfLogicalParagraphContinuationEvidence IncompleteTerminal #

The preceding segment did not end with strong terminal punctuation.

Value: 32
public const PdfLogicalParagraphContinuationEvidence LowercaseContinuation #

The following segment began with a lower-case letter.

Value: 64
public const PdfLogicalParagraphContinuationEvidence HyphenatedBreak #

The preceding segment ended with a likely discretionary hyphen.

Value: 128