GrapeCity MultiRow Windows Forms Documentation
GetTextElements Method


The source text.
Gets a set of strings to indicate how to distribute the text.
Syntax
Function GetTextElements( _
   ByVal text As String _
) As IEnumerable(Of String)
Dim instance As ITextAdjustmentProvider
Dim text As String
Dim value As IEnumerable(Of String)
 
value = instance.GetTextElements(text)
IEnumerable<string> GetTextElements( 
   string text
)

Parameters

text
The source text.

Return Value

A set of strings that indicates the distributed text.
Remarks
The return string list should contain all characters of the source text. Cuts source text to several words or sentences.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ITextAdjustmentProvider Interface
ITextAdjustmentProvider Members

 

 


Copyright © GrapeCity, inc. All rights reserved.