C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderParagraph Class
Members

RenderParagraph Class
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.
Object Model
RenderParagraph Class
Syntax
'Declaration
 
Public Class RenderParagraph 
   Inherits RenderTextBase
   Implements IDocumentLocationIStyleOwner 
 
Inheritance Hierarchy

System.Object
   C1.C1Preview.RenderObject
      C1.C1Preview.RenderTextBase
         C1.C1Preview.RenderParagraph
            C1.C1Preview.RenderTocItem
            C1.C1Preview.RenderVerticalParagraph

See Also