Click or drag to resize

docScriptAppendParagraph Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends content wrapped into paragraph tag. Table builders will merge whole line if "fullWidth" is TRUE.

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public Object AppendParagraph(
	string content,
	bool fullWidth = false
)
Request Example View Source

Parameters

content
Type: SystemString
Text content for the paragraph
fullWidth (Optional)
Type: SystemBoolean
if TRUE it will maximize width

Return Value

Type: Object
OuterXML/String or proper DOM object of container

Implements

ITextAppendContentAppendParagraph(String, Boolean)
See Also