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

In This Topic
    RenderTextBase Class
    In This Topic
    The abstract base class for render object types representing text (RenderText and RenderParagraph) in a C1PrintDocument.
    Object Model
    RenderTextBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class RenderTextBase 
       Inherits RenderObject
       Implements IDocumentLocationIStyleOwner 
    public abstract class RenderTextBase : RenderObject, IDocumentLocationIStyleOwner  
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.RenderObject
          C1.C1Preview.RenderTextBase
             C1.C1Preview.RenderParagraph
             C1.C1Preview.RenderText

    See Also