C# Class Reports.TextReportGenerator

Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Méthodes publiques

Свойство Type Description
OverrideConfirmation OverrideConfirmationDelegate

Protected Properties

Свойство Type Description
BOLD_STYLE AODL.Document.Styles.TextStyle
BOLD_UNDERLINE_STYLE AODL.Document.Styles.TextStyle
document AODL.Document.TextDocuments.TextDocument

Méthodes publiques

Méthode Description
SaveTo ( String name ) : void
TextReportGenerator ( ) : System

Méthodes protégées

Méthode 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 méthode

protected Save ( String name ) : bool
name String
Résultat bool

SaveTo() public méthode

public SaveTo ( String name ) : void
name String
Résultat void

TextReportGenerator() public méthode

public TextReportGenerator ( ) : System
Résultat System

addBold() protected méthode

protected addBold ( String text ) : Paragraph
text String
Résultat AODL.Document.Content.Text.Paragraph

addField() protected méthode

protected addField ( String name, String text ) : Paragraph
name String
text String
Résultat AODL.Document.Content.Text.Paragraph

addNewline() protected méthode

protected addNewline ( ) : void
Résultat void

addTitle() protected méthode

protected addTitle ( String text ) : Paragraph
text String
Résultat AODL.Document.Content.Text.Paragraph

Property Details

BOLD_STYLE protected_oe property

protected TextStyle,AODL.Document.Styles BOLD_STYLE
Résultat AODL.Document.Styles.TextStyle

BOLD_UNDERLINE_STYLE protected_oe property

protected TextStyle,AODL.Document.Styles BOLD_UNDERLINE_STYLE
Résultat AODL.Document.Styles.TextStyle

OverrideConfirmation public_oe property

public OverrideConfirmationDelegate OverrideConfirmation
Résultat OverrideConfirmationDelegate

document protected_oe property

protected TextDocument,AODL.Document.TextDocuments document
Résultat AODL.Document.TextDocuments.TextDocument