C# 클래스 TemplNET.TemplMatchHyperlink

Represents a hyperlink, located by matching a placeholder string in the scope of this hyperlink's Uri
상속: TemplMatchText
파일 보기 프로젝트 열기: CPonty/templ-dot-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Hyperlink Novacode.Hyperlink

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Find ( TemplRegex rxp, Paragraph p, Novacode.Hyperlink hl ) : IEnumerable
UrlString ( Novacode.Hyperlink hl ) : string

메소드 상세

Find() 공개 정적인 메소드

public static Find ( TemplRegex rxp, IEnumerable paragraphs ) : IEnumerable
rxp TemplRegex
paragraphs IEnumerable
리턴 IEnumerable

Find() 공개 정적인 메소드

public static Find ( TemplRegex rxp, Paragraph p ) : IEnumerable
rxp TemplRegex
p Novacode.Paragraph
리턴 IEnumerable

Remove() 공개 메소드

Removes the matched Hyperlink from the document.
public Remove ( ) : void
리턴 void

RemovePlaceholder() 공개 메소드

Removes the placeholder from the hyperlink's Url
public RemovePlaceholder ( ) : void
리턴 void

SetText() 공개 메소드

Sets the Hyperlink's display text
public SetText ( string text ) : TemplMatchHyperlink
text string
리턴 TemplMatchHyperlink

SetUrl() 공개 메소드

Sets the Hyperlink's Url
public SetUrl ( string url ) : TemplMatchHyperlink
url string
리턴 TemplMatchHyperlink

프로퍼티 상세

Hyperlink 공개적으로 프로퍼티

public Hyperlink,Novacode Hyperlink
리턴 Novacode.Hyperlink