Click or drag to resize

docScriptAppendHeading 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.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public 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

Implements

ITextAppendContentAppendHeading(String, Int32)
See Also