Uses of Class
com.vladsch.flexmark.util.format.options.ElementPlacement
-
-
Uses of ElementPlacement in com.vladsch.flexmark.ext.abbreviation
Fields in com.vladsch.flexmark.ext.abbreviation with type parameters of type ElementPlacement Modifier and Type Field Description static 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 ElementPlacement Modifier and Type Field Description ElementPlacement
AbbreviationFormatOptions. abbreviationsPlacement
Methods in com.vladsch.flexmark.ext.abbreviation.internal that return ElementPlacement Modifier and Type Method Description ElementPlacement
AbbreviationNodeFormatter. getReferencePlacement()
-
Uses of ElementPlacement in com.vladsch.flexmark.ext.enumerated.reference
Fields in com.vladsch.flexmark.ext.enumerated.reference with type parameters of type ElementPlacement Modifier and Type Field Description static 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 ElementPlacement Modifier and Type Field Description ElementPlacement
EnumeratedReferenceFormatOptions. enumeratedReferencePlacement
Methods in com.vladsch.flexmark.ext.enumerated.reference.internal that return ElementPlacement Modifier and Type Method Description ElementPlacement
EnumeratedReferenceNodeFormatter. getReferencePlacement()
-
Uses of ElementPlacement in com.vladsch.flexmark.ext.footnotes
Fields in com.vladsch.flexmark.ext.footnotes with type parameters of type ElementPlacement Modifier and Type Field Description static 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 ElementPlacement Modifier and Type Field Description ElementPlacement
FootnoteFormatOptions. footnotePlacement
Methods in com.vladsch.flexmark.ext.footnotes.internal that return ElementPlacement Modifier and Type Method Description ElementPlacement
FootnoteNodeFormatter. getReferencePlacement()
-
Uses of ElementPlacement in com.vladsch.flexmark.ext.macros
Fields in com.vladsch.flexmark.ext.macros with type parameters of type ElementPlacement Modifier and Type Field Description static 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 ElementPlacement Modifier and Type Field Description ElementPlacement
MacroFormatOptions. macrosPlacement
Methods in com.vladsch.flexmark.ext.macros.internal that return ElementPlacement Modifier and Type Method Description ElementPlacement
MacrosNodeFormatter. getReferencePlacement()
-
Uses of ElementPlacement in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as ElementPlacement Modifier and Type Field Description ElementPlacement
FormatterOptions. referencePlacement
Fields in com.vladsch.flexmark.formatter with type parameters of type ElementPlacement Modifier and Type Field Description static DataKey<ElementPlacement>
Formatter. REFERENCE_PLACEMENT
Methods in com.vladsch.flexmark.formatter that return ElementPlacement Modifier and Type Method Description abstract 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 Modifier and Type Method Description ElementPlacement
CoreNodeFormatter. getReferencePlacement()
-
Uses of ElementPlacement in com.vladsch.flexmark.test.util
Method parameters in com.vladsch.flexmark.test.util with type arguments of type ElementPlacement Modifier and Type Method Description static @NotNull java.util.Map<java.lang.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 ElementPlacement Modifier and Type Method Description static ElementPlacement
ElementPlacement. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ElementPlacement[]
ElementPlacement. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-