Class RtfBookmarkContainerImpl

All Implemented Interfaces:
IRtfBookmarkContainer
Direct Known Subclasses:
RtfParagraph

public class RtfBookmarkContainerImpl extends RtfContainer implements IRtfBookmarkContainer

RTF Bookmark container implementation. Nearly all containers or elements can have a bookmark, that is why the bookmark container is implemented as stand alone.

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

  • Field Details

    • mBookmark

      private RtfBookmark mBookmark
      Rtf bookmark
  • Constructor Details

    • RtfBookmarkContainerImpl

      RtfBookmarkContainerImpl(RtfContainer parent, Writer w) throws IOException
      Constructor. Create an RTF container as a child of given container.
      Parameters:
      parent - The parent container
      w - Writer
      Throws:
      IOException - On error
    • RtfBookmarkContainerImpl

      RtfBookmarkContainerImpl(RtfContainer parent, Writer w, RtfAttributes attr) throws IOException
      Constructor. Create an RTF container as a child of given container.
      Parameters:
      parent - The parent container
      w - Writer
      attr - Rtf attributes
      Throws:
      IOException - On error
  • Method Details