Uses of Class
com.vladsch.flexmark.ext.tables.TableCell.Alignment
-
Packages that use TableCell.Alignment Package Description com.vladsch.flexmark.ext.tables com.vladsch.flexmark.ext.tables.internal -
-
Uses of TableCell.Alignment in com.vladsch.flexmark.ext.tables
Fields in com.vladsch.flexmark.ext.tables declared as TableCell.Alignment Modifier and Type Field Description private TableCell.Alignment
TableCell. alignment
Methods in com.vladsch.flexmark.ext.tables that return TableCell.Alignment Modifier and Type Method Description TableCell.Alignment
TableCell. getAlignment()
static TableCell.Alignment
TableCell.Alignment. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TableCell.Alignment[]
TableCell.Alignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vladsch.flexmark.ext.tables with parameters of type TableCell.Alignment Modifier and Type Method Description void
TableCell. setAlignment(TableCell.Alignment alignment)
-
Uses of TableCell.Alignment in com.vladsch.flexmark.ext.tables.internal
Methods in com.vladsch.flexmark.ext.tables.internal that return TableCell.Alignment Modifier and Type Method Description private static TableCell.Alignment
TableParagraphPreProcessor. getAlignment(boolean left, boolean right)
Methods in com.vladsch.flexmark.ext.tables.internal that return types with arguments of type TableCell.Alignment Modifier and Type Method Description private java.util.List<TableCell.Alignment>
TableParagraphPreProcessor. parseAlignment(BasedSequence separatorLine)
Methods in com.vladsch.flexmark.ext.tables.internal with parameters of type TableCell.Alignment Modifier and Type Method Description private static java.lang.String
TableJiraRenderer. getAlignValue(TableCell.Alignment alignment)
private static java.lang.String
TableNodeRenderer. getAlignValue(TableCell.Alignment alignment)
-