ISlide
FindFirstTextAsRange Method
|
Find first text as a TextRange.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
TextRange FindFirstTextAsRange(
string text
)
Function FindFirstTextAsRange (
text As String
) As TextRange
TextRange^ FindFirstTextAsRange(
String^ text
)
abstract FindFirstTextAsRange :
text : string -> TextRange
Parameters
-
text
-
Type:
System
String
Found text.
Return Value
Type:
TextRange
See Also