Interface IrtfTemplateContainer


  • public interface IrtfTemplateContainer
    Interface for classes containing templates.
    • Method Detail

      • newTemplate

        RtfTemplate newTemplate​(java.lang.String str,
                                RtfAttributes attr)
                         throws java.io.IOException
        Creates a new Template.
        Parameters:
        str - description of Template
        attr - attributes of Template
        Returns:
        new Template object
        Throws:
        java.io.IOException - on error