public void AddParagraph(string text, TextFormat textFormat = null)
 {
     _fileGenerator.AddParagraph(text, textFormat ?? new TextFormat());
 }