SkyEpub SDK for iOS 7
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Properties
SearchResult.h
1
//
2
// SearchResult.h
3
// skyepub
4
//
5
// Created by 하늘나무 on 2016. 3. 8..
6
// Copyright © 2016년 SkyTree. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
14
@interface
SearchResult
:NSObject {
16
NSString *
text
;
18
NSString *
nodeName
;
20
int
uniqueIndex
;
22
int
startOffset
;
24
int
endOffset
;
26
int
chapterIndex
;
28
NSString *
chapterTitle
;
30
int
pageIndex
;
32
double
pagePositionInChapter
;
34
double
pagePositionInBook
;
36
int
numberOfSearched
;
38
int
numberOfSearchedInChapter
;
40
int
numberOfPagesInChapter
;
42
int
numberOfChaptersInBook
;
43
}
44
45
@property
(nonatomic,retain) NSString *text;
46
@property
(nonatomic,retain) NSString *nodeName;
47
@property
(nonatomic,retain) NSString *chapterTitle;
48
@property
int
uniqueIndex,startOffset,endOffset,chapterIndex,pageIndex,numberOfSearched,numberOfSearchedInChapter,numberOfPagesInChapter,numberOfChaptersInBook;
49
@property
double
pagePositionInChapter,pagePositionInBook;
50
51
@end
52
Generated on Mon Apr 10 2017 17:53:09 for SkyEpub SDK for iOS 7 by
1.8.2