TextBuilderBeginSentence Method |
Start writing a sentence.
Namespace: ArtDatabankenAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public void BeginSentence(
string text
)
Public Sub BeginSentence (
text As String
)
public:
void BeginSentence(
String^ text
)
member BeginSentence :
text : string -> unit
Parameters
- text
- Type: SystemString
Text to add.
See Also