For Point Beach, added LimitWidToPageWid so that text does not go past pagewidth into right margin
This commit is contained in:
parent
013ff35102
commit
97c4d4d941
@ -3265,6 +3265,14 @@ namespace VEPROMS.CSLA.Library
|
|||||||
return LazyLoad(ref _SpecialLandscapeMode, "@SpecialLandscapeMode");
|
return LazyLoad(ref _SpecialLandscapeMode, "@SpecialLandscapeMode");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
private LazyLoad<bool> _LimitWidToPageWid;
|
||||||
|
public bool LimitWidToPageWid
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return LazyLoad(ref _LimitWidToPageWid, "@LimitWidToPageWid");
|
||||||
|
}
|
||||||
|
}
|
||||||
private VE_Font _ModifiedTextStyle;
|
private VE_Font _ModifiedTextStyle;
|
||||||
public VE_Font ModifiedTextStyle
|
public VE_Font ModifiedTextStyle
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user