Click or drag to resize

ITextAppendContentAppend Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends inline or new line content.

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
void Append(
	string content,
	appendType type = appendType.none,
	bool breakLine = false
)
Request Example View Source

Parameters

content
Type: SystemString
String content to be wrapped into container
type (Optional)
Type: imbSCI.Data.enums.appendsappendType
Container type - for text it is always none
breakLine (Optional)
Type: SystemBoolean
Inline (FALSE) or new line (TRUE)
Remarks
It is supported by: Source, Document and Table builders
See Also