Interface IWemListenerFigure

    • Method Detail

      • beginFigure

        default void beginFigure​(WikiParameters params)
        Denotes the beginning of a figure, a container for a table or an image that optionally has a caption.
        Parameters:
        params - Parameters for the figure
      • endFigure

        default void endFigure​(WikiParameters params)
        Denotes the end of a figure, a container for a table or an image that optionally has a caption.
        Parameters:
        params - Parameters for the figure
      • beginFigureCaption

        default void beginFigureCaption​(WikiParameters params)
        Denotes the beginning of a figure caption. Must be inside a figure.
        Parameters:
        params - Parameters for the figure caption
      • endFigureCaption

        default void endFigureCaption​(WikiParameters params)
        Denotes the beginning of a figure caption. Must be inside a figure.
        Parameters:
        params - Parameters for the figure caption