mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Merge remote-tracking branch 'origin/fix/pdf-copy-ap' into feature/pdf-page
# Conflicts: # PdfFile/PdfFile.cpp # PdfFile/PdfFile.h # PdfFile/SrcWriter/Document.cpp # PdfFile/SrcWriter/Document.h
This commit is contained in:
@ -46,9 +46,10 @@ public:
|
||||
|
||||
int GetError();
|
||||
void Close();
|
||||
bool EditPage(int nPageIndex, bool bSet = true);
|
||||
bool EditPage(int nPageIndex, bool bSet = true, bool bActualPos = false);
|
||||
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