Constructor and Description |
---|
NotesImpl(NotesTables notesTables) |
Modifier and Type | Method and Description |
---|---|
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
|
public NotesImpl(NotesTables notesTables)
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
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.