C# 클래스 TemplNET.TemplMatchText

Represents a paragraph, located by matching a placeholder string in the scope of this Paragraph
상속: TemplMatchPara
파일 보기 프로젝트 열기: CPonty/templ-dot-net

공개 메소드들

메소드 설명
Find ( TemplRegex rxp, IEnumerable paragraphs, uint maxPerParagraph = TemplConst.MaxMatchesPerScope ) : IEnumerable
Find ( TemplRegex rxp, Paragraph p ) : IEnumerable
ToPicture ( TemplGraphic g, int w ) : TemplMatchText
ToPictures ( ICollection g, int w ) : TemplMatchText
ToPictures ( TemplGraphic g, int w ) : TemplMatchText
ToText ( string text ) : TemplMatchText

메소드 상세

Find() 공개 정적인 메소드

public static Find ( TemplRegex rxp, IEnumerable paragraphs, uint maxPerParagraph = TemplConst.MaxMatchesPerScope ) : IEnumerable
rxp TemplRegex
paragraphs IEnumerable
maxPerParagraph uint
리턴 IEnumerable

Find() 공개 정적인 메소드

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

ToPicture() 공개 메소드

public ToPicture ( TemplGraphic g, int w ) : TemplMatchText
g TemplGraphic
w int
리턴 TemplMatchText

ToPictures() 공개 메소드

public ToPictures ( ICollection g, int w ) : TemplMatchText
g ICollection
w int
리턴 TemplMatchText

ToPictures() 공개 메소드

public ToPictures ( TemplGraphic g, int w ) : TemplMatchText
g TemplGraphic
w int
리턴 TemplMatchText

ToText() 공개 메소드

public ToText ( string text ) : TemplMatchText
text string
리턴 TemplMatchText