mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
new method ids
This commit is contained in:
parent
8120e46310
commit
33f47b668a
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ interface ApiMethods {
|
|||
int GET_PARAGRAPHS_NUMBER = 601;
|
||||
int GET_ELEMENTS_NUMBER = 602;
|
||||
int GET_PARAGRAPH_TEXT = 603;
|
||||
int GET_PARAGRAPH_WORDS_COUNT = 604;
|
||||
int GET_PARAGRAPH_WORD_INDICES = 605;
|
||||
|
||||
// page information
|
||||
int GET_PAGE_START = 701;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue