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 CellAlignmentTableCell.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_MAPprivate static java.util.Map<java.lang.Object,CellAlignment>FlexmarkHtmlConverter. TABLE_CELL_ALIGNMENTSjava.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 CellAlignmentTableCell. alignmentprivate CellAlignment[]MarkdownTable. alignmentsMethods in com.vladsch.flexmark.util.format that return CellAlignment Modifier and Type Method Description private CellAlignmentMarkdownTable. adjustCellAlignment(CellAlignment alignment)Methods in com.vladsch.flexmark.util.format with parameters of type CellAlignment Modifier and Type Method Description private CellAlignmentMarkdownTable. adjustCellAlignment(CellAlignment alignment)private BasedSequenceMarkdownTable. cellText(java.util.List<TableCell> cells, int index, boolean withTrackedOffset, boolean isHeader, int width, CellAlignment alignment, Ref<java.lang.Integer> delta)TableCellTableCell. 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 CellAlignmentCellAlignment. getAlignment(java.lang.String alignment)static CellAlignmentCellAlignment. 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.
-