Skip navigation links
C E G I O S T V 

C

create() - Static method in class org.commonmark.ext.gfm.tables.TablesExtension
 

E

extend(Parser.Builder) - Method in class org.commonmark.ext.gfm.tables.TablesExtension
 
extend(HtmlRenderer.Builder) - Method in class org.commonmark.ext.gfm.tables.TablesExtension
 
extend(TextContentRenderer.Builder) - Method in class org.commonmark.ext.gfm.tables.TablesExtension
 

G

getAlignment() - Method in class org.commonmark.ext.gfm.tables.TableCell
 

I

isHeader() - Method in class org.commonmark.ext.gfm.tables.TableCell
 

O

org.commonmark.ext.gfm.tables - package org.commonmark.ext.gfm.tables
 

S

setAlignment(TableCell.Alignment) - Method in class org.commonmark.ext.gfm.tables.TableCell
 
setHeader(boolean) - Method in class org.commonmark.ext.gfm.tables.TableCell
 

T

TableBlock - Class in org.commonmark.ext.gfm.tables
Table block containing a TableHead and optionally a TableBody.
TableBlock() - Constructor for class org.commonmark.ext.gfm.tables.TableBlock
 
TableBody - Class in org.commonmark.ext.gfm.tables
Body part of a TableBlock containing TableRows.
TableBody() - Constructor for class org.commonmark.ext.gfm.tables.TableBody
 
TableCell - Class in org.commonmark.ext.gfm.tables
Table cell of a TableRow containing inline nodes.
TableCell() - Constructor for class org.commonmark.ext.gfm.tables.TableCell
 
TableCell.Alignment - Enum in org.commonmark.ext.gfm.tables
How the cell is aligned horizontally.
TableHead - Class in org.commonmark.ext.gfm.tables
Head part of a TableBlock containing TableRows.
TableHead() - Constructor for class org.commonmark.ext.gfm.tables.TableHead
 
TableRow - Class in org.commonmark.ext.gfm.tables
Table row of a TableHead or TableBody containing TableCells.
TableRow() - Constructor for class org.commonmark.ext.gfm.tables.TableRow
 
TablesExtension - Class in org.commonmark.ext.gfm.tables
Extension for GFM tables using "|" pipes (GitHub Flavored Markdown).

V

valueOf(String) - Static method in enum org.commonmark.ext.gfm.tables.TableCell.Alignment
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.commonmark.ext.gfm.tables.TableCell.Alignment
Returns an array containing the constants of this enum type, in the order they are declared.
C E G I O S T V 
Skip navigation links

Copyright © 2021. All rights reserved.