[]
Represents a field containing Rich Text Format text (RTF).
public class RtfField : RtfField, IScriptContextProvider, ICloneable
Public Class RtfField
Inherits RtfField
Implements IScriptContextProvider, ICloneable
| Name | Description |
|---|---|
| RtfField() | Initializes a new instance of the RtfField class. |
| 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) |