Class RtfBookmark

java.lang.Object
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfBookmark

public class RtfBookmark extends RtfElement

RTF Bookmark. Create an RTF bookmark as a child of given container with default attributes. This class belongs to the "id" attribute processing.

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

  • Field Details

    • MAX_BOOKMARK_LENGTH

      public static final int MAX_BOOKMARK_LENGTH
      Word 2000 supports a length of 40 characters only
      See Also:
    • REPLACE_CHARACTER

      public static final char REPLACE_CHARACTER
      Word 2000 converts '.' in bookmarks to "_", thats why we control this replacement.
      See Also:
  • Method Details