готовая 4 лаба
This commit is contained in:
parent
de1eb8e89b
commit
4094d029ef
@ -8,6 +8,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using DocumentFormat.OpenXml.Vml;
|
||||
|
||||
namespace FurnitureAssemblyBusinessLogic.OfficePackage.Implements
|
||||
{
|
||||
@ -121,6 +122,8 @@ namespace FurnitureAssemblyBusinessLogic.OfficePackage.Implements
|
||||
|
||||
if (run.Item2.Bold)
|
||||
{
|
||||
// properties.AppendChild(new Italic());
|
||||
|
||||
properties.AppendChild(new Bold());
|
||||
}
|
||||
|
||||
@ -138,7 +141,7 @@ namespace FurnitureAssemblyBusinessLogic.OfficePackage.Implements
|
||||
_docBody.AppendChild(docParagraph);
|
||||
}
|
||||
|
||||
// Метод сохранения документа
|
||||
// сохранение документа
|
||||
protected override void SaveWord(WordInfo info)
|
||||
{
|
||||
if (_docBody == null || _wordDocument == null)
|
||||
@ -146,10 +149,10 @@ namespace FurnitureAssemblyBusinessLogic.OfficePackage.Implements
|
||||
return;
|
||||
}
|
||||
|
||||
// Вставляем информацию по секциям (смотри, что является входным параметром)
|
||||
// вставляем инфу по секциям (настройка страницы)
|
||||
_docBody.AppendChild(CreateSectionProperties());
|
||||
|
||||
// Сохраняем документ
|
||||
// сохраняем
|
||||
_wordDocument.MainDocumentPart!.Document.Save();
|
||||
|
||||
_wordDocument.Dispose();
|
||||
|
@ -118,7 +118,5 @@ namespace FurnitureAssemblyView
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user