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 ElementPlacementAbbreviationFormatOptions. abbreviationsPlacementMethods in com.vladsch.flexmark.ext.abbreviation.internal that return ElementPlacement Modifier and Type Method Description ElementPlacementAbbreviationNodeFormatter. 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 ElementPlacementEnumeratedReferenceFormatOptions. enumeratedReferencePlacementMethods in com.vladsch.flexmark.ext.enumerated.reference.internal that return ElementPlacement Modifier and Type Method Description ElementPlacementEnumeratedReferenceNodeFormatter. 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 ElementPlacementFootnoteFormatOptions. footnotePlacementMethods in com.vladsch.flexmark.ext.footnotes.internal that return ElementPlacement Modifier and Type Method Description ElementPlacementFootnoteNodeFormatter. 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 ElementPlacementMacroFormatOptions. macrosPlacementMethods in com.vladsch.flexmark.ext.macros.internal that return ElementPlacement Modifier and Type Method Description ElementPlacementMacrosNodeFormatter. getReferencePlacement() -
Uses of ElementPlacement in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as ElementPlacement Modifier and Type Field Description ElementPlacementFormatterOptions. referencePlacementFields in com.vladsch.flexmark.formatter with type parameters of type ElementPlacement Modifier and Type Field Description static DataKey<ElementPlacement>Formatter. REFERENCE_PLACEMENTMethods in com.vladsch.flexmark.formatter that return ElementPlacement Modifier and Type Method Description abstract ElementPlacementNodeRepositoryFormatter. getReferencePlacement()protected ElementPlacementNodeRepositoryFormatter. 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 ElementPlacementCoreNodeFormatter. 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 ElementPlacementElementPlacement. 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.
-