Click or drag to resize

builderForStyleAppendSection Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates new CSS definition for section . Optionally it may contain: additional paragraphs for content and footnote on bottom

Namespace:  imbSCI.Core.reporting.render.builders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public Object AppendSection(
	string content,
	string title,
	string footnote = null,
	IEnumerable<string> paragraphs = null
)
Request Example View Source

Parameters

content
Type: SystemString
Main content of the section
title
Type: SystemString
Title of the section
footnote (Optional)
Type: SystemString
Description under the section
paragraphs (Optional)
Type: System.Collections.GenericIEnumerableString
Additional paragraphs to place inside

Return Value

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

Implements

ITextAppendContentAppendSection(String, String, String, IEnumerableString)
See Also