[]
        
(Showing Draft Content)

C1.Win.FlexReport.RtfField

RtfField Class

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

Inheritance
RtfField
Namespace: C1.Win.FlexReport
Assembly: C1.Win.FlexReport.8.dll
Syntax
public class RtfField : FieldBase

Constructors

Name Description
RtfField()

Initializes a new instance of the RtfField class.

Properties

Name Description
Align

Gets or sets a value indicating how text is aligned within the field. This property is used only if the field's text is not enclosed in RTF begin/end tags "{\rtf1" and "}".

DetectUrls

Gets or sets a value indicating whether or not the current field will automatically format Uniform Resource Locators (URLs) when those are found in text.

Font

Gets or sets the text font. This property is used only if the field's text is not enclosed in RTF begin/end tags "{\rtf1" and "}".

ForeColor

Gets or sets the field's text color. This property is used only if the field's text is not enclosed in RTF begin/end tags "{\rtf1" and "}".

Text

Gets or sets the RTF text.

Methods

Name Description
AfterRender()
AssignFrom(ReportObject, bool)
GetContentAutoHeight(double)
GetContentAutoSize(out double, out double)
GetContentAutoWidth(double)
GetPropsTable()
InternalBuildBrick(SubSectionBrick)
InternalRefreshBrick(FieldBrickBase)
ResetState()