|
@@ -567,6 +567,7 @@ namespace PDF_Office.ViewModels.EditTools.Bates
|
|
|
TextEQ = false;
|
|
|
}
|
|
|
BatesInfo.Prefix = textValue.Text;
|
|
|
+ PrefixTextValue= textValue.Text;
|
|
|
|
|
|
break;
|
|
|
case "SuffixTextValueTextBox":
|
|
@@ -575,6 +576,7 @@ namespace PDF_Office.ViewModels.EditTools.Bates
|
|
|
TextEQ = false;
|
|
|
}
|
|
|
BatesInfo.Suffix = textValue.Text;
|
|
|
+ SurfixTextValue = textValue.Text;
|
|
|
break;
|
|
|
default:
|
|
|
break;
|
|
@@ -614,6 +616,7 @@ namespace PDF_Office.ViewModels.EditTools.Bates
|
|
|
GetTextValueFromNumber[GetLocationIndex.ToString()] = GetTextValueFromNumber[GetLocationIndex.ToString()] + "<<" + "#" + DigitNumberValue + "#" + (StarPagetNumberIndex + 1).ToString() + "#" + PrefixTextValue + "#" + SurfixTextValue + ">>";
|
|
|
}
|
|
|
BatesInfo.TextData[GetLocationIndex].text = GetTextValueFromNumber[GetLocationIndex.ToString()];
|
|
|
+ TextValue= GetTextValueFromNumber[GetLocationIndex.ToString()];
|
|
|
eventAggregator.GetEvent<SetBatesEvent>().Publish(new BatesInfoUnicode
|
|
|
{
|
|
|
Unicode = Unicode,
|