Uses of Class
com.vladsch.flexmark.util.sequence.PositionAnchor
-
Packages that use PositionAnchor Package Description com.vladsch.flexmark.util.sequence com.vladsch.flexmark.util.sequence.builder -
-
Uses of PositionAnchor in com.vladsch.flexmark.util.sequence
Methods in com.vladsch.flexmark.util.sequence that return PositionAnchor Modifier and Type Method Description static PositionAnchorPositionAnchor. valueOf(String name)Returns the enum constant of this type with the specified name.static PositionAnchor[]PositionAnchor. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PositionAnchor in com.vladsch.flexmark.util.sequence.builder
Constructors in com.vladsch.flexmark.util.sequence.builder with parameters of type PositionAnchor Constructor Description CharRecoveryOptimizer(PositionAnchor anchor)
-