CPDFEditArea Class Reference
Inherits from | NSObject |
---|---|
Declared in | CPDFView.h |
page
Gets the current page of the text block.
@property (nonatomic, readonly) CPDFPage *page
Discussion
Gets the current page of the text block.
Declared In
CPDFView.h
bounds
Gets the position size of the text block.
@property (nonatomic, readonly) CGRect bounds
Discussion
Gets the position size of the text block.
Declared In
CPDFView.h
selection
Gets the current selection.
@property (nonatomic, readonly) CPDFSelection *selection
Discussion
Gets the current selection.
Declared In
CPDFView.h
– IsTextArea
Whether it is text code block.
- (BOOL)IsTextArea
Discussion
Whether it is text code block.
Declared In
CPDFView.h
– IsImageArea
Whether it is image code block.
- (BOOL)IsImageArea
Discussion
Whether it is image code block.
Declared In
CPDFView.h