C# Class PicklesDoc.Pickles.DocumentationBuilders.Word.Extensions.BodyExtensions

Exibir arquivo Open project: picklesdoc/pickles

Public Methods

Method Description
GenerateParagraph ( this body, string text, string styleId ) : void
InsertPageBreak ( this body ) : void

Method Details

GenerateParagraph() public static method

public static GenerateParagraph ( this body, string text, string styleId ) : void
body this
text string
styleId string
return void

InsertPageBreak() public static method

public static InsertPageBreak ( this body ) : void
body this
return void