Interface IRtfBookmarkContainer
-
- All Known Implementing Classes:
RtfBookmarkContainerImpl,RtfParagraph
public interface IRtfBookmarkContainerRTF Bookmark container interface.
This work was authored by Andreas Putz (a.putz@skynamics.com).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RtfBookmarknewBookmark(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
-
-