Finds and returns string along with formatting.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public TextSelection FindString(
	string stringValue,
	bool caseSensitive,
	bool wholeWord
)
Public Function FindString ( 
	stringValue As String,
	caseSensitive As Boolean,
	wholeWord As Boolean
) As TextSelection
public:
virtual TextSelection^ FindString(
	String^ stringValue, 
	bool caseSensitive, 
	bool wholeWord
) sealed
abstract FindString : 
        stringValue : string * 
        caseSensitive : bool * 
        wholeWord : bool -> TextSelection 
override FindString : 
        stringValue : string * 
        caseSensitive : bool * 
        wholeWord : bool -> TextSelection 

Parameters

stringValue
String
caseSensitive
Boolean
wholeWord
Boolean

Return Value

TextSelection

Implements

IDocument..::..FindString(String, Boolean, Boolean)

See Also