[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Document.ITextLayoutService

ITextLayoutService Interface

Represents text layout abstraction.

Namespace: GrapeCity.ActiveReports.Core.Document
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public interface ITextLayoutService

Methods

Name Description
Layout(string, Font, float, TextLayoutParams)

Layouts a text.

LayoutShrinkToFit(string, Font, float, float, TextLayoutParams, out float)

Layouts a text with attempt to find min possible font

TrimTextLines(string, Font, float, float, TextLayoutParams)

Trim text overflowing the layout box. Do not take into account justification.