PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderParagraph Class
Members

In This Topic
    RenderParagraph Class
    In This Topic
    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 
    public class RenderParagraph : RenderTextBase, IDocumentLocationIStyleOwner  
    Inheritance Hierarchy

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

    See Also