Table of Contents

Class Paragraph

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents a Paragraph element within the reporting DOM structure. Handles rendering, layout, and formatting for paragraph content in reports.

public class Paragraph : ParagraphBase, IDomItemWithConditionalFormatter, IDomItemWithOutputFormatter
Inheritance
Paragraph
Implements
Inherited Members

Constructors

Paragraph(CollectionParagraphs)

Creates and appends a paragraph to the collection.

public Paragraph(CollectionParagraphs paragraphCollection)

Parameters

paragraphCollection CollectionParagraphs

Paragraph(CollectionParagraphs, int)

Creates and inserts a paragraph at the given index.

public Paragraph(CollectionParagraphs paragraphCollection, int index)

Parameters

paragraphCollection CollectionParagraphs
index int

Methods

Initialize(CollectionParagraphs, int)

protected void Initialize(CollectionParagraphs paragraphCollection, int index)

Parameters

paragraphCollection CollectionParagraphs
index int