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 |
|
메소드 상세
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 |
|
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 |
|
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 |
|
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 |
|
public Remove ( ) : void |
리턴 |
void |
|
프로퍼티 상세
public int CellIndex |
리턴 |
int |
|
public int RowIndex |
리턴 |
int |
|
public Table,Novacode Table |
리턴 |
Novacode.Table |
|
| | |