mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Create MovePage
This commit is contained in:
@ -44,9 +44,10 @@ public:
|
||||
|
||||
int GetError();
|
||||
void Close();
|
||||
bool EditPage(int nPageIndex, bool bSet = true);
|
||||
bool EditPage(int nPageIndex, bool bSet = true, int nNewPage = -1);
|
||||
bool DeletePage(int nPageIndex);
|
||||
bool AddPage(int nPageIndex);
|
||||
bool MovePage(int nPageIndex, int nPos);
|
||||
bool EditAnnot(int nPageIndex, int nID);
|
||||
bool DeleteAnnot(int nID, Object* oAnnots = NULL);
|
||||
bool EditWidgets(IAdvancedCommand* pCommand);
|
||||
|
||||
Reference in New Issue
Block a user