Click or drag to resize

ITextAppendContentAppendSection Method

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

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
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
See Also