Interface IRtfBookmarkContainer

All Known Implementing Classes:
RtfBookmarkContainerImpl, RtfParagraph

public interface IRtfBookmarkContainer

RTF Bookmark container interface.

This work was authored by Andreas Putz (a.putz@skynamics.com).

  • Method Summary

    Modifier and Type
    Method
    Description
    newBookmark(String bookmark)
    Create a new RTF bookmark.
  • Method Details

    • newBookmark

      RtfBookmark newBookmark(String bookmark) throws IOException
      Create a new RTF bookmark.
      Parameters:
      bookmark - Name of the bookmark
      Returns:
      RTF bookmark
      Throws:
      IOException - for I/O problems