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

Interface IRtfParagraphKeepTogetherContainer

Known Implementing Classes:
RtfSection

public interface IRtfParagraphKeepTogetherContainer

Interface for classes containing Paragraphs with Keep Together

Method Summary

RtfParagraphKeepTogether
newParagraphKeepTogether()
Close current paragraph, if any, and start a new one

Method Details

newParagraphKeepTogether

public RtfParagraphKeepTogether newParagraphKeepTogether()
            throws IOException
Close current paragraph, if any, and start a new one
Returns:
new paragraph object (with keep together)

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