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:
RKrom 2014-07-29 13:10:02 +02:00
commit 87f4d83fd2
3 changed files with 37 additions and 15 deletions

View file

@ -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 {