Class TextDocumentPart

java.lang.Object
com.pnfsoftware.jeb.core.output.text.impl.TextDocumentPart
All Implemented Interfaces:
ITextDocumentPart

public class TextDocumentPart extends Object implements ITextDocumentPart
A simple implementation for a text document part.
  • Field Details

    • EMPTY

      public static final TextDocumentPart EMPTY
      An empty part with an empty line and an anchor pointing to that line
  • Constructor Details

    • TextDocumentPart

      public TextDocumentPart(List<ILine> lines, List<IAnchor> anchors)
      Create a new part with the given lines and anchors.
      Parameters:
      lines - a list of lines
      anchors - a list of anchors
  • Method Details