Foxit PDF SDK
|
Instance Methods | |
(FSJoinSplit *) | - getJoinSplit |
Get the join split object. More... | |
(FSParagraphEditing *) | - getParagraphEditing |
Get the paragraph edit object. More... | |
(id) | - initWithCallback:document: |
Constructor. More... | |
(id) | - initWithOther: |
Constructor, with another paragraph edit manager object. More... | |
(BOOL) | - isEmpty |
Check whether current object is empty or not. More... | |
(void) | - setSystemDPI:vertical_dpi: |
Set the dpi for the paragraph editing provider used. More... | |
This class represents a paragraph editing manager used for editing PDF page.
User can call the function FSParagraphEditingMgr::getParagraphEditing to get current FSParagraphEditing object in the process of using edit page. User can call the function FSParagraphEditingMgr::getJoinSplit to get current FSJoinSplit object in the process of using edit page.
- (FSJoinSplit *) getJoinSplit |
Get the join split object.
- (FSParagraphEditing *) getParagraphEditing |
Get the paragraph edit object.
- (id) initWithCallback: | (id<FSParagraphEditingProviderCallback>) | callback | |
document: | (FSPDFDoc*) | document | |
Constructor.
[in] | callback | A valid paragraph editing provider callback object. |
[in] | document | A valid PDF document object. |
- (id) initWithOther: | (FSParagraphEditingMgr*) | other |
Constructor, with another paragraph edit manager object.
[in] | other | Another paragraph edit manager object. |
- (BOOL) isEmpty |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
- (void) setSystemDPI: | (float) | horizontal_dpi | |
vertical_dpi: | (float) | vertical_dpi | |
Set the dpi for the paragraph editing provider used.
[in] | horizontal_dpi | A horizontal dpi for paragraph editing provider. It should be greater than 0.Default Value:96. |
[in] | vertical_dpi | A vertical dpi for paragraph editing provider. It should be greater than 0. Default Value:96. |