Uses of Class
org.forgerock.api.markup.asciidoc.AsciiDocTable
Packages that use AsciiDocTable
-
Uses of AsciiDocTable in org.forgerock.api.markup.asciidoc
Methods in org.forgerock.api.markup.asciidoc that return AsciiDocTableModifier and TypeMethodDescriptionAsciiDocTable.columnCell
(String columnCell) Inserts a column-cell.AsciiDocTable.columnCell
(String columnCell, AsciiDocTableColumnStyles style) Inserts a column-cell, with a style.AsciiDocTable.columnsPerRow
(int columnsPerRow) Sets number of columns per row, which is implicitly set byheaders(String...)
andcolumnWidths(int...)
.AsciiDocTable.columnWidths
(int... columnWidths) Sets the widths for all columns-per-row, which can be a proportional integer (the default is 1) or a percentage (1 to 99).AsciiDocTable.columnWidths
(List<Integer> columnWidths) Sets the widths for all columns-per-row, which can be a proportional integer (the default is 1) or a percentage (1 to 99).Sets the column headers, where blank entries can be null/empty, but the length of the headers array must be equal to the number of columns in the table.Sets the column headers, where blank entries can be null/empty, but the length of the headers array must be equal to the number of columns in the table.AsciiDocTable.rowEnd()
Adds an optional space to visually delineate the end of a row in the generated markup.AsciiDoc.tableStart()
Starts a table at the current position.Sets a table-title.