mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Create GetShapesXML
This commit is contained in:
@ -76,6 +76,7 @@ public:
|
||||
BYTE* GetWidgets();
|
||||
BYTE* GetWidgetFonts(int nTypeFonts);
|
||||
BYTE* GetAnnots(int nPageIndex = -1);
|
||||
BYTE* GetShapes(int nPageIndex);
|
||||
BYTE* VerifySign(const std::wstring& sFile, ICertificate* pCertificate, int nWidget = -1);
|
||||
BYTE* GetAPWidget (int nRasterW, int nRasterH, int nBackgroundColor, int nPageIndex, int nWidget = -1, const char* sView = NULL, const char* sBView = NULL);
|
||||
BYTE* GetAPAnnots (int nRasterW, int nRasterH, int nBackgroundColor, int nPageIndex, int nAnnot = -1, const char* sView = NULL);
|
||||
|
||||
Reference in New Issue
Block a user