T_Cyjb_Markdown_Syntax_Table - CYJB/Cyjb.Markdown GitHub Wiki
表示 Markdown 的表格。
System.Object
Cyjb.Markdown.Syntax.Node
Cyjb.Markdown.Syntax.BlockNode
Cyjb.Markdown.Syntax.Table
Namespace: Cyjb.Markdown.Syntax
Assembly: Cyjb.Markdown (in Cyjb.Markdown.dll) Version: 1.0.2+f073417ab111e884603147b5dc42e8ccc863a984
C#
public sealed class Table : BlockNode,
INodeContainer<TableRow>The Table type exposes the following members.
| 名称 | 说明 | |
|---|---|---|
![]() |
Table | 使用指定的标题行和文本范围初始化 Table 类的新实例。 |
| 名称 | 说明 | |
|---|---|---|
![]() |
Aligns | 获取表格的对齐方式列表。 |
![]() |
Children | 获取行列表。 |
![]() |
ColumnCount | 获取表格的列数。 |
![]() |
FirstChild | 获取标题行。 |
![]() |
IsHtml | 获取节点是否是 HTML 节点。 (继承自 Node。) |
![]() |
Kind | 获取节点的类型。 (继承自 Node。) |
![]() |
LastChild | 获取最后一行。 |
![]() |
LinePositionSpan | 获取节点的行列位置范围。 (继承自 Node。) |
![]() |
Locator | 获取或设置关联到的行定位器。 (继承自 Node。) |
![]() |
Next | 获取后继兄弟节点。 (继承自 BlockNode。) |
![]() |
Parent | 获取所属父节点。 (继承自 Node。) |
![]() |
Prev | 获取前驱兄弟节点。 (继承自 BlockNode。) |
![]() |
RowCount | 获取表格的行数(包含标题行)。 |
![]() |
Span | 获取或设置节点的文本范围。 (继承自 Node。) |
| 名称 | 说明 | |
|---|---|---|
![]() |
Accept(SyntaxVisitor) | 应用指定的访问器。 (重写 Node.Accept(SyntaxVisitor).) |
![]() |
Accept(TResult)(SyntaxVisitor(TResult)) | 应用指定的访问器。 (继承自 Node。) |
![]() |
Accept(TResult)(SyntaxVisitor(TResult)) | 应用指定的访问器。 (重写 Node.Accept(TResult)(SyntaxVisitor(TResult)).) |
![]() |
Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
![]() |
GetHashCode | Serves as the default hash function. (继承自 Object。) |
![]() |
GetType | Gets the Type of the current instance. (继承自 Object。) |
![]() |
Remove | 将当前节点从父节点中移除。 (继承自 Node。) |
![]() |
ToString | 返回当前对象的字符串表示形式。 (继承自 Node。) |
总是将首行作为标题行,使用标题行的单元格数作为列数。

