//StringBuilder sb = new StringBuilder();
//sb.AppendLine(AppFormula.AppParaToString());
//sb.AppendLine(AppFormula.StepFormulaList[0].GetStepTitle());
//sb.AppendLine(AppFormula.StepFormulaList[0].StepParaToString());
//sb.AppendLine(AppFormula.StepFormulaList[0].VibMix[0].GetCombineTitle());
//sb.AppendLine(AppFormula.StepFormulaList[0].VibMix[0].UnitParaToString());
//sb.AppendLine(AppFormula.StepFormulaList[0].CollectBds[0].GetCombineTitle());
//sb.AppendLine(AppFormula.StepFormulaList[1].CollectBds[0].UnitParaToString());
// Printer printer = new Printer(sb.ToString());
// Printer printer = new Printer(StrToDocHelper.ToParagraph(sb.ToString()));