ПИбд-22. Кукушкина.Е.О. Лабораторная работа 3 #3
@ -42,6 +42,8 @@ public class WordBuilder
|
||||
{
|
||||
var paragraph = _body.AppendChild(new Paragraph());
|
||||
var run = paragraph.AppendChild(new Run());
|
||||
var runProperties = run.AppendChild(new RunProperties());
|
||||
runProperties.AppendChild(new Bold());
|
||||
run.AppendChild(new Text(text));
|
||||
return this;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user