Interface FormatTemplateAccess

All Known Subinterfaces:
DomEditorValue

public interface FormatTemplateAccess
Interface providing access to a set of format templates
Since:
4.0.17
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Get all format templates, valid and visible for the editor.
  • Method Details

    • getFormatTemplates

      List<FormatTemplate> getFormatTemplates() throws IOException
      Get all format templates, valid and visible for the editor.
      Returns:
      A list of format templates.
      Throws:
      IOException - If the template store could not be accessed.
      Since:
      4.0.17