# Class: com.pnfsoftware.jeb.core.output.text.TextPartUtil.LineInfo

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

## Constructor: LineInfo
- parameter: `lineIndex`, type: `int`
- parameter: `anchorId`, type: `long`
- parameter: `anchoredLineIndex`, type: `int`

Description: 
parameter: lineIndex: the line index in the part
parameter: anchorId: the anchor id of the chunk containing the line
parameter: anchoredLineIndex: the line index within the anchored chunk

## Method: getAnchorId
- return type: `long`

Description: 
return: anchor id of the chunk containing the line

## Method: getAnchoredLineIndex
- return type: `int`

Description: 
return: line index within the anchored chunk

## Method: getPartLineIndex
- return type: `int`

Description: 
return: line index in the part

## Method: toString
- return type: `java.lang.String`


