Create MovePage

This commit is contained in:
Svetlana Kulikova
2025-01-31 13:38:29 +03:00
parent b46df522e9
commit a9b225782d
7 changed files with 47 additions and 6 deletions

View File

@ -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);