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