From 0d338ef3b79a82c91d8138470e2be265500645bd Mon Sep 17 00:00:00 2001 From: John Date: Sat, 25 Jan 2014 00:35:29 +0000 Subject: [PATCH] Added new bottom continue message location type --- PROMS/VEPROMS.CSLA.Library/Format/ENums.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PROMS/VEPROMS.CSLA.Library/Format/ENums.cs b/PROMS/VEPROMS.CSLA.Library/Format/ENums.cs index 417d982a..76b5a9f0 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/ENums.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/ENums.cs @@ -115,7 +115,8 @@ namespace VEPROMS.CSLA.Library { EndOfText = 0, BtwnTextAndBottom = 1, - BottomOfPage = 2 + BottomOfPage = 2, + BelowBottom1 = 3 }; [Flags] public enum E_DocStructStyle : ulong