C# 클래스 Owl.Word.ParagraphCreator

파일 보기 프로젝트 열기: FerHenrique/Owl 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CreateTextParagraph ( WordprocessingDocument package, string style, HorizontalAlignmentType alignment, string text, FormatStyle formatStyle ) : void

메소드 상세

CreateTextParagraph() 공개 메소드

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

CreateTextParagraph() 공개 메소드

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

CreateTextParagraph() 공개 메소드

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