[]
Providers functionality for values converting and formatting as well as evaluation of the layout and rendering information and styles according to the current language.
public interface ITextLayoutService : IFormattingService
Name | Description |
---|---|
CurrentCulture |
Name | Description |
---|---|
GetDigitSubstitution(IStyle, out int, out StringDigitSubstituteEx) | Gets or sets the language that is used when local digits are substituted for western digits. |
GetTextLayoutService(IReportItem) | Returns a ITextLayoutService for the language which is used for given report item. In the case of same language returns itself, otherwise it will be created a new instance. |
GetTextLayoutService(string) | Returns a ITextLayoutService for the specified language. In the case of same language returns itself, otherwise it will be created a new instance. |