메소드 | 설명 | |
---|---|---|
Render ( ) : |
Called externally to render markdown to a text block.
|
|
XamlRenderer ( |
메소드 | 설명 | |
---|---|---|
AllTextIsSuperscript ( IInlineContainer container, int superscriptLevel ) : bool |
Checks if all text elements inside the given container are superscript.
|
|
AlterChildRuns ( |
Performs an action against any runs that occur within the given span.
|
|
CollapseWhitespace ( RenderContext context, string text ) : string |
Removes leading whitespace, but only if this is the first run in the block.
|
|
CreateOrReuseRichTextBlock ( UIElementCollection blockUIElementCollection, RenderContext context ) : |
Creates a new RichTextBlock, if the last element of the provided collection isn't already a RichTextBlock.
|
|
CreateTextBlock ( RenderContext context ) : |
Creates a new TextBlock, with default settings.
|
|
RemoveSuperscriptRuns ( IInlineContainer container, bool insertCaret ) : void |
Removes all superscript elements from the given container.
|
|
RenderBlock ( |
Called to render a block element.
|
|
RenderBlocks ( IEnumerable |
Renders a list of block elements.
|
|
RenderBoldRun ( InlineCollection inlineCollection, |
Renders a bold run element.
|
|
RenderCode ( |
Renders a code element.
|
|
RenderCodeRun ( InlineCollection inlineCollection, |
Renders a code element
|
|
RenderHeader ( |
Renders a header element.
|
|
RenderHorizontalRule ( |
Renders a horizontal rule element.
|
|
RenderHyperlink ( InlineCollection inlineCollection, |
Renders a raw link element.
|
|
RenderInline ( InlineCollection inlineCollection, UniversalMarkdown.Parse.MarkdownInline element, |
Called to render an inline element.
|
|
RenderInlineChildren ( InlineCollection inlineCollection, IList |
Renders all of the children for the given element.
|
|
RenderItalicRun ( InlineCollection inlineCollection, |
Renders a text run element.
|
|
RenderListElement ( |
Renders a list element.
|
|
RenderMarkdownLink ( InlineCollection inlineCollection, |
Renders a link element
|
|
RenderParagraph ( |
Renders a paragraph element.
|
|
RenderQuote ( |
Renders a quote element.
|
|
RenderStrikethroughRun ( InlineCollection inlineCollection, |
Renders a strikethrough element.
|
|
RenderSuperscriptRun ( InlineCollection inlineCollection, SuperscriptTextInline element, |
Renders a superscript element.
|
|
RenderTable ( |
Renders a table element.
|
|
RenderTextRun ( InlineCollection inlineCollection, |
Renders a text run element.
|
public XamlRenderer ( |
||
document | ||
linkRegister | ILinkRegister | |
리턴 | System |