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)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
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
()
public
String
toString
()