Represents a paragraph in a C1PrintDocument. Paragraphs can contain inline text and images, possibly rendered using different styles. The content of a paragraph is accessible via the Content property.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class RenderParagraph : RenderTextBase
Visual Basic
Public Class RenderParagraph _
	Inherits RenderTextBase

Inheritance Hierarchy

See Also