Méthode | Description | |
---|---|---|
BeginHyperlinkSpan ( Uri uri ) : void |
Begin a span that links to the specified URI.
|
|
BeginSpan ( Color foregroundColor ) : void |
Begin a colored span.
|
|
BeginSpan ( FontFamily fontFamily ) : void |
Begin a span with modified font family.
|
|
BeginSpan ( FontStyle fontStyle ) : void |
Begin a span with modified font style.
|
|
BeginSpan ( FontWeight fontWeight ) : void |
Begin a span with modified font weight.
|
|
BeginSpan ( Highlighting.HighlightingColor highlightingColor ) : void |
Begin a highlighted span.
|
|
EndSpan ( ) : void |
Marks the end of the current span.
|
|
Indent ( ) : void |
Increases the indentation level.
|
|
Unindent ( ) : void |
Decreases the indentation level.
|
|
Write ( RichText richText ) : void |
Writes the RichText instance.
|
|
Write ( RichText richText, int offset, int length ) : void |
Writes the RichText instance.
|
Méthode | Description | |
---|---|---|
BeginUnhandledSpan ( ) : void |
Gets called by the RichTextWriter base class when a BeginSpan() method that is not overwritten gets called.
|
public BeginHyperlinkSpan ( Uri uri ) : void | ||
uri | Uri | |
Résultat | void |
public BeginSpan ( Color foregroundColor ) : void | ||
foregroundColor | Color | |
Résultat | void |
public BeginSpan ( FontFamily fontFamily ) : void | ||
fontFamily | FontFamily | |
Résultat | void |
public BeginSpan ( FontStyle fontStyle ) : void | ||
fontStyle | FontStyle | |
Résultat | void |
public BeginSpan ( FontWeight fontWeight ) : void | ||
fontWeight | FontWeight | |
Résultat | void |
public BeginSpan ( Highlighting.HighlightingColor highlightingColor ) : void | ||
highlightingColor | Highlighting.HighlightingColor | |
Résultat | void |
protected abstract BeginUnhandledSpan ( ) : void | ||
Résultat | void |
public Write ( RichText richText, int offset, int length ) : void | ||
richText | RichText | |
offset | int | |
length | int | |
Résultat | void |