C# Класс TemplNET.TemplMatchTable

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

Открытые свойства

Свойство Тип Описание
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