API Reference
Class
MarkdownNativeListItemParagraphSnapshot
UI-safe snapshot of one paragraph owned by a native list item.
Inheritance
- Object
- MarkdownNativeListItemParagraphSnapshot
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Index { get; } #Zero-based paragraph index within the list item.
public String Text { get; } #Plain-text paragraph content.
public MarkdownNativeSourceSpanSnapshot SourceSpan { get; } #Source span snapshot when available.
public String SourceText { get; } #Normalized markdown text backing this list-item paragraph when available.
public String OriginalSourceText { get; } #Original reader input backing this list-item paragraph when available.
public Nullable<MarkdownOriginalSourceSliceFailureReason> OriginalSourceFailureReason { get; } #Reason original reader input could not be materialized for this paragraph, when applicable.
public IReadOnlyList<MarkdownNativeInlineSnapshot> Inlines { get; } #Inline snapshots for this paragraph.