org.apache.fop.render.rtf.rtflib.rtfdoc

Interface IrtfTemplateContainer

public interface IrtfTemplateContainer

Interface for classes containing templates.

Method Summary

RtfTemplate
newTemplate(String str, RtfAttributes attr)
Creates a new Template.

Method Details

newTemplate

public RtfTemplate newTemplate(String str,
                               RtfAttributes attr)
            throws IOException
Creates a new Template.
Parameters:
str - description of Template
attr - attributes of Template
Returns:
new Template object

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.