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

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

    See Also