combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / ObjectRtf Class
Properties Methods

In This Topic
    ObjectRtf Class Members
    In This Topic

    The following tables list the members exposed by ObjectRtf.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets if the RTF object supports a page break or not.  
    Public Property (Inherited from combit.Reporting.Dom.ObjectBase)
    Public Property (Inherited from ObjectBase)
    Public PropertyGets or sets if a page break should be triggered before this object is printed. (Inherited from ObjectBase)
    Public PropertyAppearance condition for the object, i.e if this condition is matched, the object will be printed. (Inherited from ObjectBase)
    Public Property

    Gets or sets the rotation of the RTF text. Possible values are:

     

    Value Meaning
    0
    1 90°
    2 180°
    3 270°

     
    Public PropertyGets or sets if this object will be exported vectorized (if applicable, e.g. for PDF or EMF export) or as picture object.  
    Public PropertyRepresents the frame properties of the object.  
    Public PropertyAllows to assign a group Id. All objects with equal group Ids will appear as group in the Designer. (Inherited from ObjectBase)
    Public Property (Inherited from ObjectBase)
    Public Property (Inherited from ObjectBase)
    Public PropertyDefines the display condition for the issue print. (Inherited from ObjectBase)
    Public PropertyGets or sets the ID of the layer this object is assigned to. (Inherited from ObjectBase)
    Public PropertyPrevents the object from being accidentally clicked in the designer. The object can be unlocked from the user interface. (Inherited from ObjectBase)
    Public PropertyName of the object. (Inherited from ObjectBase)
    Public PropertyPosition of the object. (Inherited from ObjectBase)
    Public PropertyPrevents the user from editing this object. The object cannot be unlocked in the designer. (Inherited from ObjectBase)
    Public PropertySelects the item if called while the Designer is open. (Inherited from ObjectBase)
    Public PropertyDetermines the content source for a RTF object.  
    Public Property (Inherited from ObjectBase)
    Public Property (Inherited from ObjectBase)
    Top
    Public Methods
     NameDescription
    Public MethodCopies all cloneable properties from one item to another. Make sure to call ResetInformation on the modified project in order to rebuild the object model afterwards. (Inherited from combit.Reporting.Dom.DomItem)
    Public Method (Inherited from ObjectBase)
    Public Method (Inherited from ObjectBase)
    Public Method (Inherited from ObjectBase)
    Public MethodOverloaded. Adds a sequential link between the two objects, i.e. the child object is printed after the parent object. (Inherited from ObjectBase)
    Public Method (Inherited from ObjectBase)
    Public MethodAllows to link the source of the RTF control to the contents of another RTF object, i.e. if the content doesn't fit into the parent object, it will be continued in this object. The Source property is ignored if the object is content linked.  
    Public MethodRemoves a source link created by the SourceLinkTo method.  
    Public MethodUnlinks an object from all parent objects. (Inherited from ObjectBase)
    Top
    See Also