Click or drag to resize

imbStringBuilderBaseAppendParagraph Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends the paragraph.

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

Parameters

content
Type: SystemString
The content.
fullWidth (Optional)
Type: SystemBoolean
if set to true [full width].

Return Value

Type: Object
See Also