CPDFEditArea Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | CPDFView.h |
page
Gets the current page of the text block.
@property (nonatomic, readonly) CPDFPage *pageDiscussion
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 boundsDiscussion
Gets the position size of the text block.
Declared In
CPDFView.h
selection
Gets the current selection.
@property (nonatomic, readonly) CPDFSelection *selectionDiscussion
Gets the current selection.
Declared In
CPDFView.h
– IsTextArea
Whether it is text code block.
- (BOOL)IsTextAreaDiscussion
Whether it is text code block.
Declared In
CPDFView.h
– IsImageArea
Whether it is image code block.
- (BOOL)IsImageAreaDiscussion
Whether it is image code block.
Declared In
CPDFView.h
– IsPathArea
Whether it is path code block.
- (BOOL)IsPathAreaDiscussion
Whether it is path code block.
Declared In
CPDFView.h