public static class

TextPartUtil.LineInfo

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.output.text.TextPartUtil.LineInfo

Class Overview

Information about a line of a text document's part.

Summary

Public Constructors
LineInfo(int lineIndex, long anchorId, int anchoredLineIndex)
Public Methods
long getAnchorId()
int getAnchoredLineIndex()
int getPartLineIndex()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LineInfo (int lineIndex, long anchorId, int anchoredLineIndex)

Parameters
lineIndex the line index in the part
anchorId the anchor id of the chunk containing the line
anchoredLineIndex the line index within the anchored chunk

Public Methods

public long getAnchorId ()

Returns
  • anchor id of the chunk containing the line

public int getAnchoredLineIndex ()

Returns
  • line index within the anchored chunk

public int getPartLineIndex ()

Returns
  • line index in the part

public String toString ()