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

Interface IRtfBookmarkContainer

Known Implementing Classes:
RtfBookmarkContainerImpl, RtfParagraph

public interface IRtfBookmarkContainer

RTF Bookmark container interface.
Author:
Andreas Putz

Method Summary

RtfBookmark
newBookmark(String bookmark)
Create a new RTF bookmark.

Method Details

newBookmark

public RtfBookmark newBookmark(String bookmark)
            throws IOException
Create a new RTF bookmark.
Parameters:
bookmark - Name of the bookmark
Returns:
RTF bookmark

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