Click or drag to resize

builderForStyleAppend Method (String, appendType, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends inline or in new line

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

Parameters

content
Type: SystemString
String to add
type (Optional)
Type: imbSCI.Data.enums.appendsappendType
Disabled
breakLine (Optional)
Type: SystemBoolean
On TRUE it will break into new line

Implements

ITextAppendContentAppend(String, appendType, Boolean)
See Also