Uses of Class
com.vladsch.flexmark.ext.gfm.tasklist.TaskListItemPlacement
-
-
Uses of TaskListItemPlacement in com.vladsch.flexmark.ext.gfm.tasklist
Fields in com.vladsch.flexmark.ext.gfm.tasklist with type parameters of type TaskListItemPlacement Modifier and Type Field Description static com.vladsch.flexmark.util.data.DataKey<TaskListItemPlacement>TaskListExtension. FORMAT_LIST_ITEM_PLACEMENTMethods in com.vladsch.flexmark.ext.gfm.tasklist that return TaskListItemPlacement Modifier and Type Method Description static TaskListItemPlacementTaskListItemPlacement. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskListItemPlacement[]TaskListItemPlacement. values()Returns an array containing the constants of this enum type, in the order they are declared.
-