C# 클래스 Reports.TextReportGenerator

파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

공개 프로퍼티들

프로퍼티 타입 설명
OverrideConfirmation OverrideConfirmationDelegate

보호된 프로퍼티들

프로퍼티 타입 설명
BOLD_STYLE AODL.Document.Styles.TextStyle
BOLD_UNDERLINE_STYLE AODL.Document.Styles.TextStyle
document AODL.Document.TextDocuments.TextDocument

공개 메소드들

메소드 설명
SaveTo ( String name ) : void
TextReportGenerator ( ) : System

보호된 메소드들

메소드 설명
Save ( String name ) : bool
addBold ( String text ) : Paragraph
addField ( String name, String text ) : Paragraph
addNewline ( ) : void
addTitle ( String text ) : Paragraph

메소드 상세

Save() 보호된 메소드

protected Save ( String name ) : bool
name String
리턴 bool

SaveTo() 공개 메소드

public SaveTo ( String name ) : void
name String
리턴 void

TextReportGenerator() 공개 메소드

public TextReportGenerator ( ) : System
리턴 System

addBold() 보호된 메소드

protected addBold ( String text ) : Paragraph
text String
리턴 AODL.Document.Content.Text.Paragraph

addField() 보호된 메소드

protected addField ( String name, String text ) : Paragraph
name String
text String
리턴 AODL.Document.Content.Text.Paragraph

addNewline() 보호된 메소드

protected addNewline ( ) : void
리턴 void

addTitle() 보호된 메소드

protected addTitle ( String text ) : Paragraph
text String
리턴 AODL.Document.Content.Text.Paragraph

프로퍼티 상세

BOLD_STYLE 보호되어 있는 프로퍼티

protected TextStyle,AODL.Document.Styles BOLD_STYLE
리턴 AODL.Document.Styles.TextStyle

BOLD_UNDERLINE_STYLE 보호되어 있는 프로퍼티

protected TextStyle,AODL.Document.Styles BOLD_UNDERLINE_STYLE
리턴 AODL.Document.Styles.TextStyle

OverrideConfirmation 공개적으로 프로퍼티

public OverrideConfirmationDelegate OverrideConfirmation
리턴 OverrideConfirmationDelegate

document 보호되어 있는 프로퍼티

protected TextDocument,AODL.Document.TextDocuments document
리턴 AODL.Document.TextDocuments.TextDocument