C# Class TemplNET.TemplMatchTable

Represents a table cell, located by matching a placeholder string in the scope of this table's paragraphs
Inheritance: TemplMatchPara
Afficher le fichier Open project: CPonty/templ-dot-net

Méthodes publiques

Свойство Type Description
CellIndex int
RowIndex int
Table Novacode.Table

Méthodes publiques

Méthode Description
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

Method Details

Find() public static méthode

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
Résultat IEnumerable

Find() public static méthode

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
Résultat IEnumerable

Find() public static méthode

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
Résultat IEnumerable

Find() public static méthode

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
Résultat IEnumerable

Remove() public méthode

Removes the matched Table from the document.
public Remove ( ) : void
Résultat void

Validate() public méthode

Verifies that the row,cell index refers to a valid cell in the table
public Validate ( ) : void
Résultat void

Property Details

CellIndex public_oe property

public int CellIndex
Résultat int

RowIndex public_oe property

public int RowIndex
Résultat int

Table public_oe property

public Table,Novacode Table
Résultat Novacode.Table