Uses of Enum Class
com.vladsch.flexmark.ext.tables.TableCell.Alignment
Packages that use TableCell.Alignment
-
Uses of TableCell.Alignment in com.vladsch.flexmark.ext.tables
Fields in com.vladsch.flexmark.ext.tables declared as TableCell.AlignmentMethods in com.vladsch.flexmark.ext.tables that return TableCell.AlignmentModifier and TypeMethodDescriptionTableCell.getAlignment()static TableCell.AlignmentReturns the enum constant of this class with the specified name.static TableCell.Alignment[]TableCell.Alignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vladsch.flexmark.ext.tables with parameters of type TableCell.Alignment -
Uses of TableCell.Alignment in com.vladsch.flexmark.ext.tables.internal
Methods in com.vladsch.flexmark.ext.tables.internal that return TableCell.AlignmentModifier and TypeMethodDescriptionprivate static TableCell.AlignmentTableParagraphPreProcessor.getAlignment(boolean left, boolean right) Methods in com.vladsch.flexmark.ext.tables.internal that return types with arguments of type TableCell.AlignmentModifier and TypeMethodDescriptionprivate List<TableCell.Alignment> TableParagraphPreProcessor.parseAlignment(BasedSequence separatorLine) Methods in com.vladsch.flexmark.ext.tables.internal with parameters of type TableCell.AlignmentModifier and TypeMethodDescriptionprivate static StringTableJiraRenderer.getAlignValue(TableCell.Alignment alignment) private static StringTableNodeRenderer.getAlignValue(TableCell.Alignment alignment)