mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Enhancements to the OneNote exporter, this will now show a list of all pages and use the current viewed by default. After export we try to navigate to the page we exported to.
This commit is contained in:
parent
2b747650ae
commit
87f4d83fd2
3 changed files with 37 additions and 15 deletions
|
@ -33,6 +33,7 @@ namespace Greenshot.Interop.Office {
|
|||
void GetHierarchy(string startNode, HierarchyScope scope, out string notebookXml, XMLSchema schema);
|
||||
void UpdatePageContent(string pageChangesXml, DateTime dateExpectedLastModified, XMLSchema schema, bool force);
|
||||
void GetPageContent(string pageId, out string pageXml, PageInfo pageInfoToExport, XMLSchema schema);
|
||||
void NavigateTo(string hierarchyObjectID, string objectId, bool newWindow);
|
||||
}
|
||||
|
||||
public enum PageInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue