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

Afficher le fichier Open project: picklesdoc/pickles

Méthodes publiques

Méthode Description
GenerateParagraph ( this body, string text, string styleId ) : void
InsertPageBreak ( this body ) : void

Method Details

GenerateParagraph() public static méthode

public static GenerateParagraph ( this body, string text, string styleId ) : void
body this
text string
styleId string
Résultat void

InsertPageBreak() public static méthode

public static InsertPageBreak ( this body ) : void
body this
Résultat void