fop 0.95

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

All Known Implementing Classes:
RtfBookmarkContainerImpl, RtfParagraph

public interface IRtfBookmarkContainer

RTF Bookmark container interface.

Author:
Andreas Putz

Method Summary
 RtfBookmark newBookmark(java.lang.String bookmark)
          Create a new RTF bookmark.
 

Method Detail

newBookmark

RtfBookmark newBookmark(java.lang.String bookmark)
                        throws java.io.IOException
Create a new RTF bookmark.

Parameters:
bookmark - Name of the bookmark
Returns:
RTF bookmark
Throws:
java.io.IOException - for I/O problems

fop 0.95

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