C# Класс TemplNET.TemplMatchText

Represents a paragraph, located by matching a placeholder string in the scope of this Paragraph
Наследование: TemplMatchPara
Показать файл Открыть проект

Открытые методы

Метод Описание
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