combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / ObjectRtf Class
Members Example


In This Topic
    ObjectRtf Class
    In This Topic

    This class represents a RTF object in List & Label.

    Multiple formattings within a line can be done with this object contrary to the regular text object. So when to use the formatted text object and when to use the regular one? You should, if possible, prefer the regular text object as it contains less information and is therefore considerably faster to print. This also applies to formatted text within tables.

    Therefore use the formatted text object when formattings have to be done that can't be realized with the regular text object at all or only with at lot of work.

    Object Model
    ObjectRtf ClassPropertyAnimation ClassPropertyBookmark ClassPropertyFrame ClassPropertyBookmark ClassPropertyRect ClassPropertyRtfSource ClassPropertyXhtmlAnimation Class
    Syntax
    'Declaration
     
    
    Public Class ObjectRtf 
       Inherits ObjectBase
    public class ObjectRtf : ObjectBase 
    public ref class ObjectRtf : public ObjectBase 
    Example
    Inheritance Hierarchy

    System.Object
       combit.Reporting.Dom.DomItem
          combit.Reporting.Dom.ObjectBase
             combit.Reporting.Dom.ObjectRtf

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also