C# 클래스 FileScanner.SearchSummary.PDFDocumentBuilder

상속: IDocumentBuilder
파일 보기 프로젝트 열기: kzemek/FileScanner

공개 메소드들

메소드 설명
AddContextText ( string text, TextStyle style = TextStyle.Normal ) : void
AddReportFooter ( ) : void
AddReportHeader ( System.DateTime generationTime, string userQuery, IEnumerable searchedLocations ) : void
AddSearchResult ( SearchResult result ) : void
AddSectionHeader ( string text ) : void
BeginContextBlock ( ) : void
EndContextBlock ( ) : void
PDFDocumentBuilder ( ) : System
Save ( string filePath ) : void

비공개 메소드들

메소드 설명
Append ( String prefix, Object field ) : String
DefineStyles ( MigraDoc.DocumentObjectModel.Document document ) : void

메소드 상세

AddContextText() 공개 메소드

public AddContextText ( string text, TextStyle style = TextStyle.Normal ) : void
text string
style TextStyle
리턴 void

AddReportFooter() 공개 메소드

public AddReportFooter ( ) : void
리턴 void

AddReportHeader() 공개 메소드

public AddReportHeader ( System.DateTime generationTime, string userQuery, IEnumerable searchedLocations ) : void
generationTime System.DateTime
userQuery string
searchedLocations IEnumerable
리턴 void

AddSearchResult() 공개 메소드

public AddSearchResult ( SearchResult result ) : void
result SearchResult
리턴 void

AddSectionHeader() 공개 메소드

public AddSectionHeader ( string text ) : void
text string
리턴 void

BeginContextBlock() 공개 메소드

public BeginContextBlock ( ) : void
리턴 void

EndContextBlock() 공개 메소드

public EndContextBlock ( ) : void
리턴 void

PDFDocumentBuilder() 공개 메소드

public PDFDocumentBuilder ( ) : System
리턴 System

Save() 공개 메소드

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