Use Timer to close MSWord App about 1 second after it is used.

Check to see if the Bars exist before removing them
Add 1 point to the width of boxed text to get proper Line-Wrapping
This commit is contained in:
Rich
2011-04-27 13:13:09 +00:00
parent 6ae9eb9653
commit 601632f019
3 changed files with 40 additions and 7 deletions

View File

@@ -1294,7 +1294,7 @@ namespace Volian.Print.Library
if (bxIndx != null)
{
Box bx = formatInfo.PlantFormat.FormatData.BoxList[(int)bxIndx];
Width = _WidthAdjustBox + (float)bx.TxtWidth - tabWidth;
Width = _WidthAdjustBox + (float)bx.TxtWidth - tabWidth; // add 1 to get it to wrap like 16Bit
}
else if (itemInfo.IsHigh)
{