Свойство | Type | Description | |
---|---|---|---|
content | StringBuilder |
Méthode | Description | |
---|---|---|
AddContextText ( string text, TextStyle style = TextStyle.Normal ) : void | ||
AddReportFooter ( ) : void | ||
AddReportHeader ( Nullable |
||
AddSearchResult ( SearchResult result ) : void | ||
AddSectionHeader ( string text ) : void | ||
AddText ( string text, TextStyle style = TextStyle.Normal ) : void | ||
BeginContextBlock ( ) : void | ||
EndContextBlock ( ) : void | ||
Save ( string filePath ) : void | ||
getCurrentContent ( ) : String |
Méthode | Description | |
---|---|---|
Append ( String prefix, Object field ) : void |
public AddContextText ( string text, TextStyle style = TextStyle.Normal ) : void | ||
text | string | |
style | TextStyle | |
Résultat | void |
public AddReportHeader ( Nullable |
||
generationTime | Nullable |
|
userQuery | String | |
searchedLocations | IEnumerable |
|
Résultat | void |
public AddSearchResult ( SearchResult result ) : void | ||
result | SearchResult | |
Résultat | void |
public AddSectionHeader ( string text ) : void | ||
text | string | |
Résultat | void |
public AddText ( string text, TextStyle style = TextStyle.Normal ) : void | ||
text | string | |
style | TextStyle | |
Résultat | void |