Uses of Enum Class
com.vladsch.flexmark.formatter.RenderPurpose
Packages that use RenderPurpose
-
Uses of RenderPurpose in com.vladsch.flexmark.formatter
Subclasses with type arguments of type RenderPurpose in com.vladsch.flexmark.formatterMethods in com.vladsch.flexmark.formatter that return RenderPurposeModifier and TypeMethodDescription@NotNull RenderPurposeFormatter.MainNodeFormatter.getRenderPurpose()@NotNull RenderPurposeFormatter.MainNodeFormatter.SubNodeFormatter.getRenderPurpose()@NotNull RenderPurposeTranslationContext.getRenderPurpose()Get the reason this format rendering is being performedstatic RenderPurposeReturns 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 TypeMethodDescriptionvoidTranslationHandler.setRenderPurpose(@NotNull RenderPurpose renderPurpose) Formatter.translationRender(Node document, TranslationHandler translationHandler, RenderPurpose renderPurpose) Render the tree of nodes to markdownvoidFormatter.translationRender(Node document, Appendable output, int maxTrailingBlankLines, TranslationHandler translationHandler, RenderPurpose renderPurpose) Render a node to the appendablevoidFormatter.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 RenderPurposeTranslationHandlerImpl.getRenderPurpose()Methods in com.vladsch.flexmark.formatter.internal with parameters of type RenderPurposeModifier and TypeMethodDescriptionvoidTranslationHandlerImpl.setRenderPurpose(@NotNull RenderPurpose renderPurpose)