FastReport.Net.Demo by Fast Reports Inc.

<PackageReference Include="FastReport.Net.Demo" Version="2022.2.5" />

.NET API 15,777,792 bytes

 HtmlObject

Represents the Text object that may display one or several text lines.
public bool RightToLeft { get; set; }

Gets or sets a value that indicates whether the component should draw right-to-left for RTL languages.

public HtmlObject()

Initializes a new instance of the HtmlObject class with default settings.

public float CalcWidth()

Calculates the object's width.

public void DrawText(FRPaintEventArgs e)

Draws a text.

public virtual bool InvokeEditor()