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

In This Topic
    RtfTableObject Class
    In This Topic
    The common (base) Word/RTF table object (cell, row ...).
    Object Model
    RtfTableObject Class
    Syntax
    'Declaration
     
    Public MustInherit Class RtfTableObject 
       Inherits RtfDiagonalObject
       Implements ICloneable 
    public abstract class RtfTableObject : RtfDiagonalObject, 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.RtfTableObject
                      C1.Xaml.Word.Objects.RtfCell
                      C1.Xaml.Word.Objects.RtfRow

    See Also