[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.ITextContentRange

ITextContentRange Interface

Represents the content range of the textbox.

Namespace: GrapeCity.ActiveReports.Extensibility.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface ITextContentRange : IContentRange

Properties

Name Description
EndPosition

Gets the end of the text range.

Height

Gets the full height of the textbox.

HorizontalOffset

Gets the horizontal offset.

IsSingleLine

Gets a value indicating whether this text run is fitted into one text line.

ScaleX

Gets the horizontal scale factor.

StartPosition

Gets the beginning of the text range.

Text

Gets the text value.

Width

Gets the full width of the textbox.

Extension Methods