Interface IrtfTemplateContainer
-
public interface IrtfTemplateContainerInterface for classes containing templates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RtfTemplatenewTemplate(java.lang.String str, RtfAttributes attr)Creates a new Template.
-
-
-
Method Detail
-
newTemplate
RtfTemplate newTemplate(java.lang.String str, RtfAttributes attr) throws java.io.IOException
Creates a new Template.- Parameters:
str- description of Templateattr- attributes of Template- Returns:
- new Template object
- Throws:
java.io.IOException- on error
-
-