A B C D E F G H I L M N O P Q R S T U V W

S

saveBookDb(Book) - 类 com.foxconn.ebook.reader.engine.util.recorder.FileRecorder 中的方法
 
saveBookDb(Book) - 接口 com.foxconn.ebook.reader.engine.util.recorder.IRecorder 中的方法
保存書籍的信息,包括屬性信息、書簽列表、高亮選擇列表.
saveBookDb(Book) - 类 com.foxconn.ebook.reader.engine.util.recorder.SqliteRecorder 中的方法
 
SEARCH_HISTORY - 类 com.foxconn.ebook.reader.engine.model.BookSearchInfo 中的静态变量
The Constant SEARCH_HISTORY.
searchGoNext() - 接口 com.foxconn.ebook.reader.engine.core.IAction 中的方法
搜索下一個結果,不帶回調接口.
searchGoNext(IActionCall, IActionCall) - 接口 com.foxconn.ebook.reader.engine.core.IAction 中的方法
搜索下一個結果,帶回調接口.
searchGoNext() - 类 com.foxconn.ebook.reader.engine.core.ReaderWrapper 中的方法
 
searchGoNext(IActionCall, IActionCall) - 类 com.foxconn.ebook.reader.engine.core.ReaderWrapper 中的方法
 
searchGoPrevious() - 接口 com.foxconn.ebook.reader.engine.core.IAction 中的方法
搜索前一個結果,不帶回調接口.
searchGoPrevious(IActionCall, IActionCall) - 接口 com.foxconn.ebook.reader.engine.core.IAction 中的方法
搜索前一個結果,帶回調接口.
searchGoPrevious() - 类 com.foxconn.ebook.reader.engine.core.ReaderWrapper 中的方法
 
searchGoPrevious(IActionCall, IActionCall) - 类 com.foxconn.ebook.reader.engine.core.ReaderWrapper 中的方法
 
searchGotoResult(BookSearchInfo.BookSearchResult) - 接口 com.foxconn.ebook.reader.engine.core.IAction 中的方法
根據搜索結果,跳轉到相應頁面.不帶回調接口.
searchGotoResult(BookSearchInfo.BookSearchResult, IActionCall, IActionCall) - 接口 com.foxconn.ebook.reader.engine.core.IAction 中的方法
根據搜索結果,跳轉到相應頁面.帶回調接口.
searchGotoResult(BookSearchInfo.BookSearchResult) - 类 com.foxconn.ebook.reader.engine.core.ReaderWrapper 中的方法
 
searchGotoResult(BookSearchInfo.BookSearchResult, IActionCall, IActionCall) - 类 com.foxconn.ebook.reader.engine.core.ReaderWrapper 中的方法
 
sendMessage(int) - 类 com.foxconn.ebook.reader.engine.core.EREngine.EngineHandler 中的方法
Send message.
setApplication(Application) - 类 com.foxconn.ebook.reader.engine.core.EREngine 中的方法
設置Application對象
setApplication(Application) - 接口 com.foxconn.ebook.reader.engine.core.IEngineService 中的方法
設置Application對象.
setAutoLoadDB(boolean) - 类 com.foxconn.ebook.reader.engine.util.EngineConfig 中的方法
設置是否自動讀取數據庫信息.
setBackgroundView(ImageView) - 类 com.foxconn.ebook.reader.engine.util.render.Render2 中的方法
Sets the background view.
setBook(Book) - 类 com.foxconn.ebook.reader.engine.core.EREngine 中的方法
設置Book對象.
setBook(Book) - 接口 com.foxconn.ebook.reader.engine.core.IEngineService 中的方法
設置Book對象.
setBookId(int) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置書籍的ID標識.
setBookId(int) - 类 com.foxconn.ebook.reader.engine.model.BookEmphasisInfo.BookEmphasis 中的方法
Sets the book id.
setBookId(int) - 类 com.foxconn.ebook.reader.engine.model.BookMarkInfo.Bookmark 中的方法
設置書籍ID.
setBookmarkTogo(BookMarkInfo.Bookmark) - 类 com.foxconn.ebook.reader.engine.model.BookMarkInfo 中的方法
 
setBookmarkTogo(BookMarkInfo.Bookmark) - 接口 com.foxconn.ebook.reader.engine.model.IBookMarkCursor 中的方法
設置將要跳轉的書簽數據對象.
setBookName(String) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
Sets the book name.
setBookPath(String) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置書籍文件完整路徑.
setBookSize(long) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
设置文件大小,单位为字节.
setBookType(String) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置書籍類型標識.
setCachePage(Page) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置緩存頁對象.
setChapterState(ChapterTreeInfo.ChapterTreeState) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置章節狀態.
setColor(int) - 类 com.foxconn.ebook.reader.engine.model.BookEmphasisInfo.BookEmphasis 中的方法
設置顏色標識.
setConfig(EngineConfig) - 类 com.foxconn.ebook.reader.engine.core.EREngine 中的方法
設置自定義配置信息
setConfig(EngineConfig) - 接口 com.foxconn.ebook.reader.engine.core.IEngineService 中的方法
設置自定義配置信息.
setContext(Context) - 类 com.foxconn.ebook.reader.engine.core.EREngine 中的方法
設置Context對象
setContext(Context) - 接口 com.foxconn.ebook.reader.engine.core.IEngineService 中的方法
設置Context對象.
setCourse(String, String) - 类 com.foxconn.ebook.reader.engine.model.BookEmphasisInfo.BookEmphasis 中的方法
設置選擇的起始和結束位置.
setCurChapterIndex(int) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置當前章節的序號.
setCurPage(Page) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置當前頁對象.
setCurPageNumber(int) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置當前頁碼.
setDisplayDpi(int) - 类 com.foxconn.ebook.reader.engine.util.EngineConfig 中的方法
設置顯示DPI.
setErrorHandler(int, IErrorCall) - 类 com.foxconn.ebook.reader.engine.core.EREngine 中的方法
設置錯誤處理回調.
setErrorHandler(int, IErrorCall) - 接口 com.foxconn.ebook.reader.engine.core.IEngineService 中的方法
設置錯誤處理回調.
setFontLevel(int) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置字體大小等級.
setFontLevel(int) - 类 com.foxconn.ebook.reader.engine.model.BookEmphasisInfo.BookEmphasis 中的方法
設置當前高亮選擇時的字體等級.
setFontLevel(int) - 类 com.foxconn.ebook.reader.engine.util.EngineConfig 中的方法
設置字體等級.
setForgroundView(ImageView) - 类 com.foxconn.ebook.reader.engine.util.render.Render2 中的方法
Sets the forground view.
setLastAccessTime(long) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置最後打開書籍的時間,為long類型.
setLastCode(int) - 类 com.foxconn.ebook.reader.engine.core.EngineCode 中的方法
設置最後信息碼.
setLastLocation(String) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置當前顯示的頁位置.
setLastPageNumber(int) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置退出時的頁碼.
setLibraryPath(String) - 类 com.foxconn.ebook.reader.engine.util.EngineConfig 中的方法
設置共享庫目錄.
setLocation(String) - 类 com.foxconn.ebook.reader.engine.model.BookEmphasisInfo.BookEmphasis 中的方法
設置當前高亮頁碼位置.
setLocation(String) - 类 com.foxconn.ebook.reader.engine.model.BookMarkInfo.Bookmark 中的方法
設置書簽位置.
setLogOn(boolean) - 类 com.foxconn.ebook.reader.engine.util.EngineConfig 中的方法
設置是否打印LOG.
setMetaData(Book.MetaData) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置META信息.
setNextPage(Page) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置後一頁對象.
setOpened(boolean) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置書籍已經被打開.
setPageNum(int) - 类 com.foxconn.ebook.reader.engine.model.BookMarkInfo.Bookmark 中的方法
設置書簽頁碼.
setPageText(String) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
 
setPassword(String) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置書籍的密碼.
setPreloadMode(boolean) - 类 com.foxconn.ebook.reader.engine.util.EngineConfig 中的方法
設置預讀緩存模式.開啟該模式時,引擎會自動預讀前一頁和後一頁內容.
setPrePage(Page) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置前一頁對象.
setRecorder(IRecorder) - 类 com.foxconn.ebook.reader.engine.core.EREngine 中的方法
設置數據存儲對象
setRecorder(IRecorder) - 接口 com.foxconn.ebook.reader.engine.core.IEngineService 中的方法
設置數據存儲對象.
setRender(BaseRender) - 类 com.foxconn.ebook.reader.engine.core.EREngine 中的方法
設置渲染對象
setRender(BaseRender) - 接口 com.foxconn.ebook.reader.engine.core.IEngineService 中的方法
設置渲染對象.
setScreenLandMode(boolean, int, int) - 接口 com.foxconn.ebook.reader.engine.core.IAction 中的方法
設置橫豎屏模式,不帶回調接口.
setScreenLandMode(boolean, int, int, IActionCall, IActionCall) - 接口 com.foxconn.ebook.reader.engine.core.IAction 中的方法
設置橫豎屏模式,帶回調接口.
setScreenLandMode(boolean, int, int) - 类 com.foxconn.ebook.reader.engine.core.ReaderWrapper 中的方法
 
setScreenLandMode(boolean, int, int, IActionCall, IActionCall) - 类 com.foxconn.ebook.reader.engine.core.ReaderWrapper 中的方法
 
setSearchKeyword(String) - 类 com.foxconn.ebook.reader.engine.model.BookSearchInfo 中的方法
 
setSearchKeyword(String) - 接口 com.foxconn.ebook.reader.engine.model.IBookSearchCursor 中的方法
設置搜索關鍵字.
setSummary(String) - 类 com.foxconn.ebook.reader.engine.model.BookEmphasisInfo.BookEmphasis 中的方法
設置高亮選擇的文本信息.
setSummary(String) - 类 com.foxconn.ebook.reader.engine.model.BookMarkInfo.Bookmark 中的方法
設置書簽頁的摘要信息.
setTime(long) - 类 com.foxconn.ebook.reader.engine.model.BookEmphasisInfo.BookEmphasis 中的方法
設置高亮選擇的時間戳.
setTime(long) - 类 com.foxconn.ebook.reader.engine.model.BookMarkInfo.Bookmark 中的方法
設置書簽的時間戳.
setTotalPageNumber(int) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置書籍的總頁碼.
setUpdateViewEnabled(boolean) - 类 com.foxconn.ebook.reader.engine.core.EREngine 中的方法
設置是否自動更新顯示
setUpdateViewEnabled(boolean) - 接口 com.foxconn.ebook.reader.engine.core.IEngineService 中的方法
設置是否自動更新顯示.
setUserName(String) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置書籍的用戶名.
setValue(int, String) - 类 com.foxconn.ebook.reader.engine.model.Book.MetaData 中的方法
設置對應字段信息的值.
setViewHeight(int) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置視圖的顯示高度.
setViewHeight(int) - 类 com.foxconn.ebook.reader.engine.util.EngineConfig 中的方法
設置顯示高度.
setViewWidth(int) - 类 com.foxconn.ebook.reader.engine.model.Book 中的方法
設置視圖顯示寬度.
setViewWidth(int) - 类 com.foxconn.ebook.reader.engine.util.EngineConfig 中的方法
設置顯示寬度.
setXY(double, double, double, double) - 类 com.foxconn.ebook.reader.engine.model.BookEmphasisInfo.BookEmphasis 中的方法
Sets the xy.
showContent(Book) - 类 com.foxconn.ebook.reader.engine.util.render.BaseRender 中的方法
顯示圖像內容.
showContent(Book) - 类 com.foxconn.ebook.reader.engine.util.render.Render2 中的方法
 
SqliteRecorder - com.foxconn.ebook.reader.engine.util.recorder 中的 类
 
SqliteRecorder() - 类 com.foxconn.ebook.reader.engine.util.recorder.SqliteRecorder 的构造函数
 
START_CURSOR - 接口 com.foxconn.ebook.reader.engine.util.provider.BookEmphasisColumns 中的静态变量
The Constant START_CURSOR.
START_CURSOR_INDEX - 接口 com.foxconn.ebook.reader.engine.util.provider.BookEmphasisColumns 中的静态变量
The Constant START_CURSOR_INDEX.
start_pos - 类 com.foxconn.ebook.reader.engine.model.BookSearchInfo.BookSearchResult 中的变量
The start_pos.
START_X - 接口 com.foxconn.ebook.reader.engine.util.provider.BookEmphasisColumns 中的静态变量
The Constant START_X.
START_X_INDEX - 接口 com.foxconn.ebook.reader.engine.util.provider.BookEmphasisColumns 中的静态变量
The Constant START_X_INDEX.
START_Y - 接口 com.foxconn.ebook.reader.engine.util.provider.BookEmphasisColumns 中的静态变量
The Constant START_Y.
START_Y_INDEX - 接口 com.foxconn.ebook.reader.engine.util.provider.BookEmphasisColumns 中的静态变量
The Constant START_Y_INDEX.
startCursor - 类 com.foxconn.ebook.reader.engine.model.BookEmphasisInfo.BookEmphasis 中的变量
高亮選擇起始位置.
startX - 类 com.foxconn.ebook.reader.engine.model.BookEmphasisInfo.BookEmphasis 中的变量
高亮選擇的起始x坐標.
startY - 类 com.foxconn.ebook.reader.engine.model.BookEmphasisInfo.BookEmphasis 中的变量
高亮選擇的起始y坐標.
STATE_ERROR_APP_INIT_ERROR - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.FbreaderMsgCode 中的静态变量
FBReader引擎初始化失敗.
STATE_ERROR_CORE_EXPIRED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_ERROR_CORE_EXPIRED.
STATE_ERROR_CORE_LOAN_NOT_ON_RECORD - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_ERROR_CORE_LOAN_NOT_ON_RECORD.
STATE_ERROR_DB_ADD_BOOKMARK_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.EngineMsgCode 中的静态变量
添加書簽至數據庫失敗.
STATE_ERROR_DB_ADD_EMPHASIS_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.EngineMsgCode 中的静态变量
添加高亮選擇至數據庫失敗.
STATE_ERROR_DB_CLEAN_BOOKMARK_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.EngineMsgCode 中的静态变量
清空數據庫的書簽信息失敗.
STATE_ERROR_DB_CLEAN_EMPHASIS_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.EngineMsgCode 中的静态变量
清空數據庫的高亮選擇信息失敗.
STATE_ERROR_DB_DEL_BOOKMARK_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.EngineMsgCode 中的静态变量
從數據庫刪除書簽失敗.
STATE_ERROR_DB_DEL_EMPHASIS_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.EngineMsgCode 中的静态变量
從數據庫刪除高亮選擇信息失敗.
STATE_ERROR_DB_LOAD_BOOK_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.EngineMsgCode 中的静态变量
從數據庫讀取書籍信息失敗.
STATE_ERROR_DB_SAVE_BOOK_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.EngineMsgCode 中的静态变量
保存書籍信息至數據庫失敗.
STATE_ERROR_GET_BITMAP_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.EngineMsgCode 中的静态变量
獲取Bitmap對象失敗.
STATE_ERROR_GET_CURRENT_PAGE_NUM_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.EngineMsgCode 中的静态变量
獲取當前頁碼失敗.
STATE_ERROR_GET_TOTAL_PAGE_NUM_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.EngineMsgCode 中的静态变量
獲取總頁碼失敗.
STATE_ERROR_GOTO_PAGE_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.EngineMsgCode 中的静态变量
跳轉頁碼失敗.
STATE_ERROR_GOTO_POSITION_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.EngineMsgCode 中的静态变量
跳轉位置失敗.
STATE_ERROR_NO_VALID_LICENSE - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_ERROR_NO_VALID_LICENSE.
STATE_ERROR_NULL_BOOKMARK - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_ERROR_NULL_BOOKMARK.
STATE_ERROR_NULL_PASSHASH - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
錯誤的PASSHASH.
STATE_ERROR_OPEN_FILE_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.FbreaderMsgCode 中的静态变量
打開書失敗.
STATE_ERROR_PAGE_DOWN_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.EngineMsgCode 中的静态变量
向下翻頁失敗.
STATE_ERROR_PAGE_UP_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.EngineMsgCode 中的静态变量
向上翻頁失敗.
STATE_ERROR_PASSHASH_NO_URL - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_ERROR_PASSHASH_NO_URL.
STATE_ERROR_PASSHASH_NOT_FOUND - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
PASSHASH沒找到.
STATE_ERROR_PASSHASH_OP_FAIL - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_ERROR_PASSHASH_OP_FAIL.
STATE_ERROR_PDF_EMPTY_PASSWORD - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
PDF書密碼為空.
STATE_ERROR_PDF_T3_DOC_EXCEPTION - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_ERROR_PDF_T3_DOC_EXCEPTION.
STATE_ERROR_PDF_T3_NEED_PASSWORD - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
PDF書需要打開密碼.
STATE_ERROR_PH_INDEX_ERROR - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.FbreaderMsgCode 中的静态变量
段落序號錯誤.
STATE_ERROR_PKG_ARTIFICIAL_PAGE_BREAKS - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_ERROR_PKG_ARTIFICIAL_PAGE_BREAKS.
STATE_ERROR_PKG_COMPRESSED_SIZE_TOO_BIG - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_ERROR_PKG_COMPRESSED_SIZE_TOO_BIG.
STATE_ERROR_PKG_RESOURCE_TOO_LONG - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_ERROR_PKG_RESOURCE_TOO_LONG.
STATE_ERROR_PKG_XML_PARSE_ERROR - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_ERROR_PKG_XML_PARSE_ERROR.
STATE_ERROR_SEARCH_GOTO_RESULT_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.EngineMsgCode 中的静态变量
跳转搜索结果页失败.
STATE_ERROR_UNKNOWN - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
未知ERROR.
STATE_ERROR_USER_NOT_ACTIVATED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_ERROR_USER_NOT_ACTIVATED.
STATE_ERROR_ZOOM_IN_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.EngineMsgCode 中的静态变量
放大字體失敗.
STATE_ERROR_ZOOM_LEVEL_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.EngineMsgCode 中的静态变量
縮放字體失敗.
STATE_ERROR_ZOOM_OUT_FAILED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.EngineMsgCode 中的静态变量
縮小字體失敗.
STATE_FATAL_FILE_NOT_EXIST - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
文件不存在.
STATE_FATAL_PDF_T3_DOC_EXCEPTION - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_FATAL_PDF_T3_DOC_EXCEPTION.
STATE_FATAL_PKG_XML_PARSE_ERROR - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_FATAL_PKG_XML_PARSE_ERROR.
STATE_FATAL_PREVIOUS_FILE_NOT_CLOSED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
前一本書沒有關閉.
STATE_FATAL_SYS_INIT_FAIL - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
系統初始化錯誤.
STATE_FATAL_SYS_NOT_INIT - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_FATAL_SYS_NOT_INIT.
STATE_FATAL_UNKNOWN - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
未知FATAL.
STATE_NORMAL_BEGIN_OF_PH - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.FbreaderMsgCode 中的静态变量
到達段落開頭.
STATE_NORMAL_END_OF_PH - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.FbreaderMsgCode 中的静态变量
到達段落末尾.
STATE_NORMAL_GET_MORE_SEARCH_RESULT - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_NORMAL_GET_MORE_SEARCH_RESULT.
STATE_NORMAL_LOAD_BOOK_FINISHED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.FbreaderMsgCode 中的静态变量
書籍裝載完成.
STATE_WARN_DEVICE_ACTIVE_130 - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_WARN_DEVICE_ACTIVE_130.
STATE_WARN_DEVICE_ALREADY_ACTIVATED - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_WARN_DEVICE_ALREADY_ACTIVATED.
STATE_WARN_DEVICE_NOT_ACTIVATE - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_WARN_DEVICE_NOT_ACTIVATE.
STATE_WARN_NEGATIVE_POSITION - 接口 com.foxconn.ebook.reader.engine.core.EngineCode.AdobeMsgCode 中的静态变量
The Constant STATE_WARN_NEGATIVE_POSITION.
summary - 类 com.foxconn.ebook.reader.engine.model.BookEmphasisInfo.BookEmphasis 中的变量
高亮選擇的文本信息.
summary - 类 com.foxconn.ebook.reader.engine.model.BookMarkInfo.Bookmark 中的变量
The summary.
SUMMARY - 接口 com.foxconn.ebook.reader.engine.util.provider.BookEmphasisColumns 中的静态变量
The Constant SUMMARY.
SUMMARY - 接口 com.foxconn.ebook.reader.engine.util.provider.BookmarkColumns 中的静态变量
The Constant SUMMARY.
SUMMARY_INDEX - 接口 com.foxconn.ebook.reader.engine.util.provider.BookEmphasisColumns 中的静态变量
The Constant SUMMARY_INDEX.
SUMMARY_INDEX - 接口 com.foxconn.ebook.reader.engine.util.provider.BookmarkColumns 中的静态变量
The Constant SUMMARY_INDEX.

A B C D E F G H I L M N O P Q R S T U V W