Uses of Enum Class
com.vladsch.flexmark.util.format.options.ElementPlacement
Packages that use ElementPlacement
Package
Description
-
Uses of ElementPlacement in com.vladsch.flexmark.ext.abbreviation
Fields in com.vladsch.flexmark.ext.abbreviation with type parameters of type ElementPlacementModifier and TypeFieldDescriptionstatic final DataKey<ElementPlacement>
AbbreviationExtension.ABBREVIATIONS_PLACEMENT
-
Uses of ElementPlacement in com.vladsch.flexmark.ext.abbreviation.internal
Fields in com.vladsch.flexmark.ext.abbreviation.internal declared as ElementPlacementModifier and TypeFieldDescriptionfinal ElementPlacement
AbbreviationFormatOptions.abbreviationsPlacement
Methods in com.vladsch.flexmark.ext.abbreviation.internal that return ElementPlacement -
Uses of ElementPlacement in com.vladsch.flexmark.ext.enumerated.reference
Fields in com.vladsch.flexmark.ext.enumerated.reference with type parameters of type ElementPlacementModifier and TypeFieldDescriptionstatic final DataKey<ElementPlacement>
EnumeratedReferenceExtension.ENUMERATED_REFERENCE_PLACEMENT
-
Uses of ElementPlacement in com.vladsch.flexmark.ext.enumerated.reference.internal
Fields in com.vladsch.flexmark.ext.enumerated.reference.internal declared as ElementPlacementModifier and TypeFieldDescriptionfinal ElementPlacement
EnumeratedReferenceFormatOptions.enumeratedReferencePlacement
Methods in com.vladsch.flexmark.ext.enumerated.reference.internal that return ElementPlacement -
Uses of ElementPlacement in com.vladsch.flexmark.ext.footnotes
Fields in com.vladsch.flexmark.ext.footnotes with type parameters of type ElementPlacementModifier and TypeFieldDescriptionstatic final DataKey<ElementPlacement>
FootnoteExtension.FOOTNOTE_PLACEMENT
-
Uses of ElementPlacement in com.vladsch.flexmark.ext.footnotes.internal
Fields in com.vladsch.flexmark.ext.footnotes.internal declared as ElementPlacementMethods in com.vladsch.flexmark.ext.footnotes.internal that return ElementPlacement -
Uses of ElementPlacement in com.vladsch.flexmark.ext.macros
Fields in com.vladsch.flexmark.ext.macros with type parameters of type ElementPlacementModifier and TypeFieldDescriptionstatic final DataKey<ElementPlacement>
MacrosExtension.MACRO_DEFINITIONS_PLACEMENT
-
Uses of ElementPlacement in com.vladsch.flexmark.ext.macros.internal
Fields in com.vladsch.flexmark.ext.macros.internal declared as ElementPlacementMethods in com.vladsch.flexmark.ext.macros.internal that return ElementPlacement -
Uses of ElementPlacement in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as ElementPlacementFields in com.vladsch.flexmark.formatter with type parameters of type ElementPlacementModifier and TypeFieldDescriptionstatic final DataKey<ElementPlacement>
Formatter.REFERENCE_PLACEMENT
Methods in com.vladsch.flexmark.formatter that return ElementPlacementModifier and TypeMethodDescriptionabstract ElementPlacement
NodeRepositoryFormatter.getReferencePlacement()
protected ElementPlacement
NodeRepositoryFormatter.getTranslationReferencePlacement
(NodeFormatterContext context) -
Uses of ElementPlacement in com.vladsch.flexmark.formatter.internal
Methods in com.vladsch.flexmark.formatter.internal that return ElementPlacement -
Uses of ElementPlacement in com.vladsch.flexmark.test.util
Method parameters in com.vladsch.flexmark.test.util with type arguments of type ElementPlacementModifier and TypeMethodDescriptionstatic @NotNull Map<String,
DataHolder> ComboSpecTestCase.placementAndSortOptions
(DataKey<ElementPlacement> placementDataKey, DataKey<ElementPlacementSort> sortDataKey) -
Uses of ElementPlacement in com.vladsch.flexmark.util.format.options
Methods in com.vladsch.flexmark.util.format.options that return ElementPlacementModifier and TypeMethodDescriptionstatic ElementPlacement
Returns the enum constant of this class with the specified name.static ElementPlacement[]
ElementPlacement.values()
Returns an array containing the constants of this enum class, in the order they are declared.