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_MAPprivate static final Map<Object, CellAlignment> FlexmarkHtmlConverter.TABLE_CELL_ALIGNMENTSHtmlConverterOptions.tableCellAlignmentMap -
Uses of CellAlignment in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as CellAlignmentModifier and TypeFieldDescriptionfinal CellAlignmentTableCell.alignmentprivate CellAlignment[]MarkdownTable.alignmentsMethods in com.vladsch.flexmark.util.format that return CellAlignmentModifier and TypeMethodDescriptionprivate CellAlignmentMarkdownTable.adjustCellAlignment(CellAlignment alignment) Methods in com.vladsch.flexmark.util.format with parameters of type CellAlignmentModifier and TypeMethodDescriptionprivate CellAlignmentMarkdownTable.adjustCellAlignment(CellAlignment alignment) private BasedSequenceMarkdownTable.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
Subclasses with type arguments of type CellAlignment in com.vladsch.flexmark.util.htmlMethods in com.vladsch.flexmark.util.html that return CellAlignmentModifier and TypeMethodDescriptionstatic CellAlignmentCellAlignment.getAlignment(String alignment) static CellAlignmentReturns 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.