greenshot/GreenshotOfficePlugin/OfficeInterop/OneNote/NewPageStyle.cs
Krom, Robertus bef29df3db Fixed plugin loading
Moved all office interop types in their own file.
2020-02-18 15:10:37 +01:00

8 lines
No EOL
195 B
C#

namespace GreenshotOfficePlugin.OfficeInterop.OneNote
{
public enum NewPageStyle {
npsDefault = 0,
npsBlankPageWithTitle = 1,
npsBlankPageNoTitle = 2
}
}