|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetJoinSplit () |
| Get the join split object. More... | |
| def | GetParagraphEditing () |
| Get the paragraph edit object. More... | |
| def | IsEmpty () |
| Check whether current object is empty or not. More... | |
| def | SetSystemDPI (horizontal_dpi, 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 fsdk.ParagraphEditingMgr.GetParagraphEditing to get current ParagraphEditing object in the process of using edit page. User can call the function fsdk.ParagraphEditingMgr.GetJoinSplit to get current JoinSplit object in the process of using edit page.
| def fsdk.ParagraphEditingMgr.GetJoinSplit | ( | ) |
Get the join split object.
| def fsdk.ParagraphEditingMgr.GetParagraphEditing | ( | ) |
Get the paragraph edit object.
| def fsdk.ParagraphEditingMgr.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
| def fsdk.ParagraphEditingMgr.SetSystemDPI | ( | horizontal_dpi, | |
| 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. |