Sign up (with export icon)

table/converters/table-caption-post-fixer

Api-module icon module

Functions

  • Chevron-right icon

    injectTableCaptionPostFixer( model ) → void
    internal

    Injects a table caption post-fixer into the model.

    The role of the table caption post-fixer is to ensure that the table with caption have the correct structure after a change() block was executed.

    The correct structure means that:

    • If there are many caption model element, they are merged into one model.
    • A final, merged caption model is placed at the end of the table.

    Parameters

    model : Model

    Returns

    void