C# Class TemplNET.TemplMatchHyperlink

Represents a hyperlink, located by matching a placeholder string in the scope of this hyperlink's Uri
Inheritance: TemplMatchText
Afficher le fichier Open project: CPonty/templ-dot-net Class Usage Examples

Méthodes publiques

Свойство Type Description
Hyperlink Novacode.Hyperlink

Méthodes publiques

Méthode Description
Find ( TemplRegex rxp, IEnumerable paragraphs ) : IEnumerable
Find ( TemplRegex rxp, Paragraph p ) : IEnumerable
Remove ( ) : void

Removes the matched Hyperlink from the document.

RemovePlaceholder ( ) : void

Removes the placeholder from the hyperlink's Url

SetText ( string text ) : TemplMatchHyperlink

Sets the Hyperlink's display text

SetUrl ( string url ) : TemplMatchHyperlink

Sets the Hyperlink's Url

Private Methods

Méthode Description
Find ( TemplRegex rxp, Paragraph p, Novacode.Hyperlink hl ) : IEnumerable
UrlString ( Novacode.Hyperlink hl ) : string

Method Details

Find() public static méthode

public static Find ( TemplRegex rxp, IEnumerable paragraphs ) : IEnumerable
rxp TemplRegex
paragraphs IEnumerable
Résultat IEnumerable

Find() public static méthode

public static Find ( TemplRegex rxp, Paragraph p ) : IEnumerable
rxp TemplRegex
p Novacode.Paragraph
Résultat IEnumerable

Remove() public méthode

Removes the matched Hyperlink from the document.
public Remove ( ) : void
Résultat void

RemovePlaceholder() public méthode

Removes the placeholder from the hyperlink's Url
public RemovePlaceholder ( ) : void
Résultat void

SetText() public méthode

Sets the Hyperlink's display text
public SetText ( string text ) : TemplMatchHyperlink
text string
Résultat TemplMatchHyperlink

SetUrl() public méthode

Sets the Hyperlink's Url
public SetUrl ( string url ) : TemplMatchHyperlink
url string
Résultat TemplMatchHyperlink

Property Details

Hyperlink public_oe property

public Hyperlink,Novacode Hyperlink
Résultat Novacode.Hyperlink