C# 클래스 Owl.Word.WordBuilder

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

공개 메소드들

메소드 설명
AddCustomStyle ( FormatStyle customStyle ) : void
AddImage ( string picturePath ) : void
AddImage ( string picturePath, HorizontalAlignmentType alignment ) : void
AddImage ( string picturePath, decimal resizablePercent ) : void
AddImage ( string picturePath, decimal resizablePercent, HorizontalAlignmentType alignment ) : void
AppendBreakPage ( ) : void
CreateCommonStyles ( ) : void
CreateDocument ( string filePath ) : void
CreateTable ( DataTable table ) : void
CreateTable ( DataTable table, TableStyle style ) : void
CreateTextParagraph ( TextParagraphType paragraphType, HorizontalAlignmentType alignment, string text ) : void
CreateTextParagraph ( TextParagraphType paragraphType, HorizontalAlignmentType alignment, string text, FormatStyle formatStyle ) : void
CreateTextParagraph ( TextParagraphType paragraphType, string text ) : void
CreateTextParagraph ( string styleName, HorizontalAlignmentType alignment, string text ) : void
CreateTextParagraph ( string styleName, HorizontalAlignmentType alignment, string text, FormatStyle formatStyle ) : void
CreateTextParagraph ( string styleName, string text ) : void
CreateTextParagraph ( string styleName, string text, FormatStyle formatStyle ) : void
Dispose ( ) : void
MergeDocument ( string documentPath ) : void
OpenDocument ( string filePath ) : void
ReplaceBookmark ( string bookmark, string content ) : void

메소드 상세

AddCustomStyle() 공개 메소드

public AddCustomStyle ( FormatStyle customStyle ) : void
customStyle FormatStyle
리턴 void

AddImage() 공개 메소드

public AddImage ( string picturePath ) : void
picturePath string
리턴 void

AddImage() 공개 메소드

public AddImage ( string picturePath, HorizontalAlignmentType alignment ) : void
picturePath string
alignment HorizontalAlignmentType
리턴 void

AddImage() 공개 메소드

public AddImage ( string picturePath, decimal resizablePercent ) : void
picturePath string
resizablePercent decimal
리턴 void

AddImage() 공개 메소드

public AddImage ( string picturePath, decimal resizablePercent, HorizontalAlignmentType alignment ) : void
picturePath string
resizablePercent decimal
alignment HorizontalAlignmentType
리턴 void

AppendBreakPage() 공개 메소드

public AppendBreakPage ( ) : void
리턴 void

CreateCommonStyles() 공개 메소드

public CreateCommonStyles ( ) : void
리턴 void

CreateDocument() 공개 메소드

public CreateDocument ( string filePath ) : void
filePath string
리턴 void

CreateTable() 공개 메소드

public CreateTable ( DataTable table ) : void
table System.Data.DataTable
리턴 void

CreateTable() 공개 메소드

public CreateTable ( DataTable table, TableStyle style ) : void
table System.Data.DataTable
style TableStyle
리턴 void

CreateTextParagraph() 공개 메소드

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

CreateTextParagraph() 공개 메소드

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

CreateTextParagraph() 공개 메소드

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

CreateTextParagraph() 공개 메소드

public CreateTextParagraph ( string styleName, HorizontalAlignmentType alignment, string text ) : void
styleName string
alignment HorizontalAlignmentType
text string
리턴 void

CreateTextParagraph() 공개 메소드

public CreateTextParagraph ( string styleName, HorizontalAlignmentType alignment, string text, FormatStyle formatStyle ) : void
styleName string
alignment HorizontalAlignmentType
text string
formatStyle FormatStyle
리턴 void

CreateTextParagraph() 공개 메소드

public CreateTextParagraph ( string styleName, string text ) : void
styleName string
text string
리턴 void

CreateTextParagraph() 공개 메소드

public CreateTextParagraph ( string styleName, string text, FormatStyle formatStyle ) : void
styleName string
text string
formatStyle FormatStyle
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MergeDocument() 공개 메소드

public MergeDocument ( string documentPath ) : void
documentPath string
리턴 void

OpenDocument() 공개 메소드

public OpenDocument ( string filePath ) : void
filePath string
리턴 void

ReplaceBookmark() 공개 메소드

public ReplaceBookmark ( string bookmark, string content ) : void
bookmark string
content string
리턴 void