mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-19 22:01:45 +08:00
Create StartDrawFreeText
This commit is contained in:
@ -48,6 +48,7 @@ class CPdfEditor
|
||||
{
|
||||
public:
|
||||
void Close() {}
|
||||
bool EditPage(int nPageIndex) { return false; }
|
||||
bool EditAnnot(int nPageIndex, int nID) { return false; }
|
||||
bool DeleteAnnot(int nID) { return false; }
|
||||
bool EditWidgets(IAdvancedCommand* pCommand) { return false; }
|
||||
|
||||
Reference in New Issue
Block a user