API Reference
Class
PdfLogicalListItem
Detected bullet or numbered list item.
Inheritance
- Object
- PdfLogicalListItem
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
- Property PdfLogicalDocument.ListItems
- Property PdfLogicalPage.ListItems
Inherited Methods
Properties
public Int32 PageNumber { get; } #One-based source page number.
public Int32 Level { get; } #Best-effort nesting level, where 1 is the outermost list level.
public String Marker { get; } #List marker such as "1", "1.2", "-", "•", or "(a)".
public String Text { get; } #List item text without the marker.
public PdfLogicalTextBlock Line { get; } #Line-level text block that produced the list item.
public Double Confidence { get; } #Normalized list-classification confidence.
public IReadOnlyList<PdfInferenceEvidence> Evidence { get; } #Evidence supporting the list classification.