ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfFilledObject Class
Members

In This Topic
    RtfFilledObject Class
    In This Topic
    The common (base) Word/RTF filled object (paragraph, cell, row ...).
    Object Model
    RtfFilledObject Class
    Syntax
    'Declaration
     
    Public MustInherit Class RtfFilledObject 
       Inherits RtfBorderObject
       Implements ICloneable 
    public abstract class RtfFilledObject : RtfBorderObject, ICloneable  
    Inheritance Hierarchy

    System.Object
       C1.Xaml.Word.Objects.RtfObject
          C1.Xaml.Word.Objects.RtfBorderObject
             C1.Xaml.Word.Objects.RtfFilledObject
                C1.Xaml.Word.Objects.RtfDiagonalObject
                C1.Xaml.Word.Objects.RtfParagraph
                C1.Xaml.Word.Objects.RtfPicture

    See Also