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

In This Topic
    ParagraphObject Class
    In This Topic
    The abstract base class for inline text and images, rendered using a single style, in the Content of a RenderParagraph object.
    Object Model
    ParagraphObject Class
    Syntax
    'Declaration
     
    Public MustInherit Class ParagraphObject 
       Implements IDocumentLocationIStyleOwner 
    public abstract class ParagraphObject : IDocumentLocationIStyleOwner  
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.ParagraphObject
          C1.C1Preview.ParagraphImage
          C1.C1Preview.ParagraphText

    See Also