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

RenderTextBase Class
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 
 
Inheritance Hierarchy

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

See Also