C# 클래스 TemplNET.TemplMatchTable

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

공개 프로퍼티들

프로퍼티 타입 설명
CellIndex int
RowIndex int
Table Novacode.Table

공개 메소드들

메소드 설명
Find ( TemplRegex rxp, IEnumerabletables, uintmaxPerTable = TemplConst.MaxMatchesPerScope, uintmaxPerRow = TemplConst.MaxMatchesPerScope, uintmaxPerCell = TemplConst.MaxMatchesPerScope ) : IEnumerable
Find ( TemplRegex rxp, Table t, int rowIdx, int cellIdx, uint maxPerCell = TemplConst.MaxMatchesPerScope ) : IEnumerable
Find ( TemplRegex rxp, Table t, int rowIdx, uint maxPerRow = TemplConst.MaxMatchesPerScope, uint maxPerCell = TemplConst.MaxMatchesPerScope ) : IEnumerable
Find ( TemplRegex rxp, Table t, uint maxPerTable = TemplConst.MaxMatchesPerScope, uint maxPerRow = TemplConst.MaxMatchesPerScope, uint maxPerCell = TemplConst.MaxMatchesPerScope ) : IEnumerable
Remove ( ) : void

Removes the matched Table from the document.

Validate ( ) : void

Verifies that the row,cell index refers to a valid cell in the table

메소드 상세

Find() 공개 정적인 메소드

public static Find ( TemplRegex rxp, IEnumerabletables, uintmaxPerTable = TemplConst.MaxMatchesPerScope, uintmaxPerRow = TemplConst.MaxMatchesPerScope, uintmaxPerCell = TemplConst.MaxMatchesPerScope ) : IEnumerable
rxp TemplRegex
tables IEnumerable
maxPerTable uint
maxPerRow uint
maxPerCell uint
리턴 IEnumerable

Find() 공개 정적인 메소드

public static Find ( TemplRegex rxp, Table t, int rowIdx, int cellIdx, uint maxPerCell = TemplConst.MaxMatchesPerScope ) : IEnumerable
rxp TemplRegex
t Novacode.Table
rowIdx int
cellIdx int
maxPerCell uint
리턴 IEnumerable

Find() 공개 정적인 메소드

public static Find ( TemplRegex rxp, Table t, int rowIdx, uint maxPerRow = TemplConst.MaxMatchesPerScope, uint maxPerCell = TemplConst.MaxMatchesPerScope ) : IEnumerable
rxp TemplRegex
t Novacode.Table
rowIdx int
maxPerRow uint
maxPerCell uint
리턴 IEnumerable

Find() 공개 정적인 메소드

public static Find ( TemplRegex rxp, Table t, uint maxPerTable = TemplConst.MaxMatchesPerScope, uint maxPerRow = TemplConst.MaxMatchesPerScope, uint maxPerCell = TemplConst.MaxMatchesPerScope ) : IEnumerable
rxp TemplRegex
t Novacode.Table
maxPerTable uint
maxPerRow uint
maxPerCell uint
리턴 IEnumerable

Remove() 공개 메소드

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

Validate() 공개 메소드

Verifies that the row,cell index refers to a valid cell in the table
public Validate ( ) : void
리턴 void

프로퍼티 상세

CellIndex 공개적으로 프로퍼티

public int CellIndex
리턴 int

RowIndex 공개적으로 프로퍼티

public int RowIndex
리턴 int

Table 공개적으로 프로퍼티

public Table,Novacode Table
리턴 Novacode.Table