Uses of Enum Class
com.vladsch.flexmark.formatter.RenderPurpose
Packages that use RenderPurpose
-
Uses of RenderPurpose in com.vladsch.flexmark.formatter
Methods in com.vladsch.flexmark.formatter that return RenderPurposeModifier and TypeMethodDescription@NotNull RenderPurpose
Formatter.MainNodeFormatter.getRenderPurpose()
@NotNull RenderPurpose
Formatter.MainNodeFormatter.SubNodeFormatter.getRenderPurpose()
@NotNull RenderPurpose
TranslationContext.getRenderPurpose()
Get the reason this format rendering is being performedstatic RenderPurpose
Returns the enum constant of this class with the specified name.static RenderPurpose[]
RenderPurpose.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vladsch.flexmark.formatter with parameters of type RenderPurposeModifier and TypeMethodDescriptionvoid
TranslationHandler.setRenderPurpose
(@NotNull RenderPurpose renderPurpose) Formatter.translationRender
(Node document, TranslationHandler translationHandler, RenderPurpose renderPurpose) Render the tree of nodes to markdownvoid
Formatter.translationRender
(Node document, Appendable output, int maxTrailingBlankLines, TranslationHandler translationHandler, RenderPurpose renderPurpose) Render a node to the appendablevoid
Formatter.translationRender
(Node document, Appendable output, TranslationHandler translationHandler, RenderPurpose renderPurpose) Render a node to the appendable -
Uses of RenderPurpose in com.vladsch.flexmark.formatter.internal
Fields in com.vladsch.flexmark.formatter.internal declared as RenderPurposeMethods in com.vladsch.flexmark.formatter.internal that return RenderPurposeModifier and TypeMethodDescription@NotNull RenderPurpose
TranslationHandlerImpl.getRenderPurpose()
Methods in com.vladsch.flexmark.formatter.internal with parameters of type RenderPurposeModifier and TypeMethodDescriptionvoid
TranslationHandlerImpl.setRenderPurpose
(@NotNull RenderPurpose renderPurpose)