Uses of Enum Class
com.vladsch.flexmark.util.html.CellAlignment
Packages that use CellAlignment
Package
Description
-
Uses of CellAlignment in com.vladsch.flexmark.ext.tables
Methods in com.vladsch.flexmark.ext.tables that return CellAlignment -
Uses of CellAlignment in com.vladsch.flexmark.html2md.converter
Fields in com.vladsch.flexmark.html2md.converter with type parameters of type CellAlignmentModifier and TypeFieldDescriptionstatic final DataKey
<Map<Object, CellAlignment>> FlexmarkHtmlConverter.TABLE_CELL_ALIGNMENT_MAP
private static final Map
<Object, CellAlignment> FlexmarkHtmlConverter.TABLE_CELL_ALIGNMENTS
HtmlConverterOptions.tableCellAlignmentMap
-
Uses of CellAlignment in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as CellAlignmentModifier and TypeFieldDescriptionfinal CellAlignment
TableCell.alignment
private CellAlignment[]
MarkdownTable.alignments
Methods in com.vladsch.flexmark.util.format that return CellAlignmentModifier and TypeMethodDescriptionprivate CellAlignment
MarkdownTable.adjustCellAlignment
(CellAlignment alignment) Methods in com.vladsch.flexmark.util.format with parameters of type CellAlignmentModifier and TypeMethodDescriptionprivate CellAlignment
MarkdownTable.adjustCellAlignment
(CellAlignment alignment) private BasedSequence
MarkdownTable.cellText
(List<TableCell> cells, int index, boolean withTrackedOffset, boolean isHeader, int width, CellAlignment alignment, Ref<Integer> delta) TableCell.withAlignment
(CellAlignment alignment) Constructors in com.vladsch.flexmark.util.format with parameters of type CellAlignmentModifierConstructorDescriptionTableCell
(Node tableCellNode, CharSequence text, int rowSpan, int columnSpan, CellAlignment alignment) TableCell
(Node tableCellNode, CharSequence openMarker, CharSequence text, CharSequence closeMarker, int rowSpan, int columnSpan, CellAlignment alignment) TableCell
(Node tableCellNode, CharSequence openMarker, CharSequence text, CharSequence closeMarker, int rowSpan, int columnSpan, CellAlignment alignment, int trackedTextOffset, int spanTrackedOffset, int trackedTextAdjust, boolean afterSpace, boolean afterDelete) TableCell
(@NotNull TableCell other, boolean copyNode, int rowSpan, int columnSpan, CellAlignment alignment) -
Uses of CellAlignment in com.vladsch.flexmark.util.html
Methods in com.vladsch.flexmark.util.html that return CellAlignmentModifier and TypeMethodDescriptionstatic CellAlignment
CellAlignment.getAlignment
(String alignment) static CellAlignment
Returns the enum constant of this class with the specified name.static CellAlignment[]
CellAlignment.values()
Returns an array containing the constants of this enum class, in the order they are declared.