Class BookmarksReplaceWithText

java.lang.Object
org.docx4j.samples.BookmarksReplaceWithText

public class BookmarksReplaceWithText extends Object
Replace text between w:bookmarkStarts and corresponding w:bookmarkEnds with specified data, matching on bookmark's @w:name
  • Field Details

    • log

      protected static org.slf4j.Logger log
    • DELETE_BOOKMARK

      private static boolean DELETE_BOOKMARK
    • factory

      private static ObjectFactory factory
  • Constructor Details

    • BookmarksReplaceWithText

      public BookmarksReplaceWithText()
  • Method Details