|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hwpf.usermodel.NotesImpl
public class NotesImpl
Default implementation of Notes
interface
Constructor Summary | |
---|---|
NotesImpl(NotesTables notesTables)
|
Method Summary | |
---|---|
int |
getNoteAnchorPosition(int index)
Returns the location of note anchor in main textspace |
int |
getNoteIndexByAnchorPosition(int anchorPosition)
Returns index of note (if exists, otherwise -1) with specified anchor position |
int |
getNotesCount()
Returns count of notes in document |
int |
getNoteTextEndOffset(int index)
Returns the end offset of the text corresponding to the reference within the footnote text address space |
int |
getNoteTextStartOffset(int index)
Returns the start offset of the text corresponding to the reference within the footnote text address space |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotesImpl(NotesTables notesTables)
Method Detail |
---|
public int getNoteAnchorPosition(int index)
Notes
getNoteAnchorPosition
in interface Notes
public int getNoteIndexByAnchorPosition(int anchorPosition)
Notes
getNoteIndexByAnchorPosition
in interface Notes
public int getNotesCount()
Notes
getNotesCount
in interface Notes
public int getNoteTextEndOffset(int index)
Notes
getNoteTextEndOffset
in interface Notes
public int getNoteTextStartOffset(int index)
Notes
getNoteTextStartOffset
in interface Notes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |