API Reference
Enum
PdfLogicalParagraphContinuationEvidence
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.
Returned or exposed by
- Field PdfLogicalParagraphContinuationEvidence.AdjacentPages
- Field PdfLogicalParagraphContinuationEvidence.BoundaryParagraphs
- Field PdfLogicalParagraphContinuationEvidence.CompatibleGeometry
- Field PdfLogicalParagraphContinuationEvidence.CompatibleTypography
- Field PdfLogicalParagraphContinuationEvidence.HyphenatedBreak
- Field PdfLogicalParagraphContinuationEvidence.IncompleteTerminal
- Field PdfLogicalParagraphContinuationEvidence.LowercaseContinuation
- Field PdfLogicalParagraphContinuationEvidence.None
- Field PdfLogicalParagraphContinuationEvidence.PageEdges
- Property PdfLogicalParagraphContinuationGroup.Evidence
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const PdfLogicalParagraphContinuationEvidence None #No cross-page continuation was inferred.
Value:
0public const PdfLogicalParagraphContinuationEvidence AdjacentPages #The segments came from adjacent source pages.
Value:
1public const PdfLogicalParagraphContinuationEvidence BoundaryParagraphs #The segments were the last and first page paragraphs.
Value:
2public const PdfLogicalParagraphContinuationEvidence PageEdges #The segments were positioned near the bottom and top page edges.
Value:
4public const PdfLogicalParagraphContinuationEvidence CompatibleGeometry #The segments had compatible horizontal geometry.
Value:
8public const PdfLogicalParagraphContinuationEvidence CompatibleTypography #The boundary lines had compatible font sizes.
Value:
16public const PdfLogicalParagraphContinuationEvidence IncompleteTerminal #The preceding segment did not end with strong terminal punctuation.
Value:
32public const PdfLogicalParagraphContinuationEvidence LowercaseContinuation #The following segment began with a lower-case letter.
Value:
64public const PdfLogicalParagraphContinuationEvidence HyphenatedBreak #The preceding segment ended with a likely discretionary hyphen.
Value:
128