'Declaration
Public Overloads Function GetTextElement( _ ByVal force As Boolean _ ) As TextElement
public TextElement GetTextElement( bool force )
Parameters
- force
- If True and the TextElement doesn't exist, this method will create it.
Return Value
The reference to the TextElement if it exists; Null otherwise.