Added a new Bottom Continue Message location which limits the message to the bottom margin.
Changed bottom continue message to be limited by the bottom margin. Previously the continue message overlapped the border.
This commit is contained in:
@@ -116,7 +116,8 @@ namespace VEPROMS.CSLA.Library
|
||||
EndOfText = 0,
|
||||
BtwnTextAndBottom = 1,
|
||||
BottomOfPage = 2,
|
||||
BelowBottom1 = 3
|
||||
BelowBottom1 = 3,
|
||||
EndOfText2 = 5
|
||||
};
|
||||
[Flags]
|
||||
public enum E_DocStructStyle : ulong
|
||||
|
Reference in New Issue
Block a user