C# Class Reports.TextReportGenerator

Mostra file Open project: monsterlabs/HumanRightsTracker

Public Properties

Property Type Description
OverrideConfirmation OverrideConfirmationDelegate

Protected Properties

Property Type Description
BOLD_STYLE AODL.Document.Styles.TextStyle
BOLD_UNDERLINE_STYLE AODL.Document.Styles.TextStyle
document AODL.Document.TextDocuments.TextDocument

Public Methods

Method Description
SaveTo ( String name ) : void
TextReportGenerator ( ) : System

Protected Methods

Method Description
Save ( String name ) : bool
addBold ( String text ) : Paragraph
addField ( String name, String text ) : Paragraph
addNewline ( ) : void
addTitle ( String text ) : Paragraph

Method Details

Save() protected method

protected Save ( String name ) : bool
name String
return bool

SaveTo() public method

public SaveTo ( String name ) : void
name String
return void

TextReportGenerator() public method

public TextReportGenerator ( ) : System
return System

addBold() protected method

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

addField() protected method

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

addNewline() protected method

protected addNewline ( ) : void
return void

addTitle() protected method

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

Property Details

BOLD_STYLE protected_oe property

protected TextStyle,AODL.Document.Styles BOLD_STYLE
return AODL.Document.Styles.TextStyle

BOLD_UNDERLINE_STYLE protected_oe property

protected TextStyle,AODL.Document.Styles BOLD_UNDERLINE_STYLE
return AODL.Document.Styles.TextStyle

OverrideConfirmation public_oe property

public OverrideConfirmationDelegate OverrideConfirmation
return OverrideConfirmationDelegate

document protected_oe property

protected TextDocument,AODL.Document.TextDocuments document
return AODL.Document.TextDocuments.TextDocument