Click or drag to resize

imbStringBuilderBaseAppendHeading Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
HTML/XML builder adds H tag with proper level sufix, on Table it applies style and for H1 and H2

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public virtual Object AppendHeading(
	string content,
	int level = 1
)
Request Example View Source

Parameters

content
Type: SystemString
Text
level (Optional)
Type: SystemInt32
from 1 to 6

Return Value

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