Uses of Class
com.vladsch.flexmark.util.misc.Ref
-
Packages that use Ref Package Description com.vladsch.flexmark.html2md.converter com.vladsch.flexmark.util.format -
-
Uses of Ref in com.vladsch.flexmark.html2md.converter
Fields in com.vladsch.flexmark.html2md.converter with type parameters of type Ref Modifier and Type Field Description static DataKey<Ref<Document>>
FlexmarkHtmlConverter. FOR_DOCUMENT
-
Uses of Ref in com.vladsch.flexmark.util.format
Methods in com.vladsch.flexmark.util.format with parameters of type Ref Modifier and Type Method Description private BasedSequence
MarkdownTable. cellText(java.util.List<TableCell> cells, int index, boolean withTrackedOffset, boolean isHeader, int width, CellAlignment alignment, Ref<java.lang.Integer> delta)
-