C# Class Owl.Word.ParagraphCreator

Afficher le fichier Open project: FerHenrique/Owl Class Usage Examples

Méthodes publiques

Méthode Description
CreateTextParagraph ( WordprocessingDocument package, TextParagraphType paragraphType, HorizontalAlignmentType alignment, string text ) : void
CreateTextParagraph ( WordprocessingDocument package, TextParagraphType paragraphType, HorizontalAlignmentType alignment, string text, FormatStyle formatStyle ) : void
CreateTextParagraph ( WordprocessingDocument package, TextParagraphType paragraphType, string text ) : void

Private Methods

Méthode Description
CreateTextParagraph ( WordprocessingDocument package, string style, HorizontalAlignmentType alignment, string text, FormatStyle formatStyle ) : void

Method Details

CreateTextParagraph() public méthode

public CreateTextParagraph ( WordprocessingDocument package, TextParagraphType paragraphType, HorizontalAlignmentType alignment, string text ) : void
package WordprocessingDocument
paragraphType TextParagraphType
alignment HorizontalAlignmentType
text string
Résultat void

CreateTextParagraph() public méthode

public CreateTextParagraph ( WordprocessingDocument package, TextParagraphType paragraphType, HorizontalAlignmentType alignment, string text, FormatStyle formatStyle ) : void
package WordprocessingDocument
paragraphType TextParagraphType
alignment HorizontalAlignmentType
text string
formatStyle FormatStyle
Résultat void

CreateTextParagraph() public méthode

public CreateTextParagraph ( WordprocessingDocument package, TextParagraphType paragraphType, string text ) : void
package WordprocessingDocument
paragraphType TextParagraphType
text string
Résultat void