Interface IrtfTemplateContainer
public interface IrtfTemplateContainer
Interface for classes containing templates.
-
Method Summary
Modifier and TypeMethodDescriptionnewTemplate(String str, RtfAttributes attr) Creates a new Template.
-
Method Details
-
newTemplate
Creates a new Template.- Parameters:
str- description of Templateattr- attributes of Template- Returns:
- new Template object
- Throws:
IOException- on error
-