Added feature 723: Insert Carriage return after automatic insertion of screenshot to a word document.

This commit is contained in:
RKrom 2014-05-12 12:50:57 +02:00
commit b0d7ce09f4
3 changed files with 24 additions and 0 deletions

View file

@ -145,6 +145,7 @@ namespace Greenshot.Interop.Office {
shape.LockAspectRatio = MsoTriState.msoTrue;
}
selection.InsertAfter("\r\n");
selection.MoveDown(WdUnits.wdLine, 1, Type.Missing);
return shape;
}
}