1
0
Fork 0
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:
Nikolay Pultsin 2012-10-13 12:58:30 +04:00
parent 8120e46310
commit 33f47b668a

View file

@ -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;