Click or drag to resize

aceLogAppendParagraph Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public Object AppendParagraph(
	string content,
	bool fullWidth = false
)
Request Example View Source

Parameters

content
Type: SystemString
fullWidth (Optional)
Type: SystemBoolean

Return Value

Type: Object

Implements

ITextAppendContent.AppendParagraph(String, Boolean)
See Also