TextBuilder Class |
Namespace: ArtDatabanken
The TextBuilder type exposes the following members.
Name | Description | |
---|---|---|
TextBuilder |
Create a TextBuilder instance.
|
Name | Description | |
---|---|---|
AddAndText |
Add text, surrounded by brackets.
| |
AddBracketedText |
Add text, surrounded by brackets.
| |
AddSentence |
Add a sentence.
| |
AddText |
Add text.
| |
BeginAndSentence |
Start writing a sentence.
The sentence has a leading text and 0 or more
text parts that are put together with "and".
| |
BeginAndText |
Start writing a text that has 0 or more
text parts that are put together with "and".
| |
BeginSentence |
Start writing a sentence.
| |
EndSentence |
Finish writing a sentence.
| |
EndSentence(String) |
Finish writing a sentence.
| |
ToString |
Get text.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
CheckNotNull |
Check that an argument is not null.
(Defined by ObjectExtension.) | |
CheckNull |
Check that an argument is null.
(Defined by ObjectExtension.) | |
IsNotNull |
Test if an object reference is not null.
(Defined by ObjectExtension.) | |
IsNull |
Test if an object reference is null.
(Defined by ObjectExtension.) |