mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 14:03:23 -07:00
Added feature 723: Insert Carriage return after automatic insertion of screenshot to a word document.
This commit is contained in:
parent
92dd76584d
commit
b0d7ce09f4
3 changed files with 24 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue