Class TextPartUtil.LineInfo
java.lang.Object
com.pnfsoftware.jeb.core.output.text.TextPartUtil.LineInfo
- Enclosing class:
- TextPartUtil
Information about a line of a text document's part.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LineInfo
public LineInfo(int lineIndex, long anchorId, int anchoredLineIndex) - Parameters:
lineIndex
- the line index in the partanchorId
- the anchor id of the chunk containing the lineanchoredLineIndex
- the line index within the anchored chunk
-
-
Method Details
-
getPartLineIndex
public int getPartLineIndex()- Returns:
- line index in the part
-
getAnchorId
public long getAnchorId()- Returns:
- anchor id of the chunk containing the line
-
getAnchoredLineIndex
public int getAnchoredLineIndex()- Returns:
- line index within the anchored chunk
-
toString
-