C# Class Owl.Word.ParagraphCreator

Show file Open project: FerHenrique/Owl Class Usage Examples

Public Methods

Method 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

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

Method Details

CreateTextParagraph() public method

public CreateTextParagraph ( WordprocessingDocument package, TextParagraphType paragraphType, HorizontalAlignmentType alignment, string text ) : void
package WordprocessingDocument
paragraphType TextParagraphType
alignment HorizontalAlignmentType
text string
return void

CreateTextParagraph() public method

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

CreateTextParagraph() public method

public CreateTextParagraph ( WordprocessingDocument package, TextParagraphType paragraphType, string text ) : void
package WordprocessingDocument
paragraphType TextParagraphType
text string
return void