[]
        
(Showing Draft Content)

C1.WPF.Report.RtfField

RtfField Class

Represents a field containing Rich Text Format text (RTF).

Inheritance
ReportObject
VisualReportObject
FieldBase
RtfField
RtfField
Implements
IScriptContextProvider
Namespace: C1.WPF.Report
Assembly: C1.WPF.Report.dll
Syntax
public class RtfField : RtfField, IScriptContextProvider, ICloneable
Public Class RtfField
    Inherits RtfField
    Implements IScriptContextProvider, ICloneable

Constructors

Name Description
RtfField()

Initializes a new instance of the RtfField class.

Methods

Name Description
GetContentAutoHeight(double)

Override this method to calculate the height of object on basis of its content, this method is called when field can grow or shrink vertically.

GetContentAutoSize(out double, out double)

Override this method to calculate sizes of object on basis of its content, this method is called when field can grow or shrink vertically and horizontally.

GetContentAutoWidth(double)

Override this method to calculate the width of object on basis of its content, this method is called when field can grow or shrink horizontally.

InternalBuildBrick(SubSectionBrick)

This method should be overriden in descendant classes like Field, BarCodeField, ChartField and so on.

InternalRefreshBrick(FieldBrickBase)